iiapache / KNNLinks
The Python implementation of KNN algorithm.
☆14Updated 10 years ago
Alternatives and similar repositories for KNN
Users that are interested in KNN are comparing it to the libraries listed below
Sorting:
- SVM, FastText, TextCNN, BiGRU, CNN-BiGRU在短分本分类上的对比☆84Updated 6 years ago
- 用TensorFlow搭建CNN/RNN/LSTM/GRU/BiRNN/BiLSTM/BiGRU/Capsule Network等deep learning模型☆59Updated 6 years ago
- LSTM, CNN, CNNLSTM, BiLSTM, MLP☆10Updated 7 years ago
- Python实现经典分类回归、关联分析、聚类以及推荐算法等☆215Updated 6 years ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特 征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆94Updated 6 years ago
- 利用深度RBM构建多分类模型☆19Updated 9 years ago
- ☆131Updated 7 years ago
- 《基于评论产品属性情感倾向评估的虚假评论识别研究》论文相关代码和资料下载☆29Updated 8 years ago
- 以聚类算法、LDA主题模型、分类器为基础,完成对Twitter语料的基于地理位置的主题事件挖掘,并对主题事件进行细粒度的情绪分析☆35Updated 6 years ago
- Hierarchical BiLSTM CNN using Keras☆76Updated 7 years ago
- ☆75Updated 7 years ago
- 数据预处理之缺失值处理,特征选择☆21Updated 6 years ago
- 常用的特征选择方法☆68Updated 2 years ago
- 支持向量机(SVM)——分类预测,包括多分类问题,核函数调参,不平衡数据问题,特征降维,网格搜索,管道机制,学习曲线,混淆矩阵,AUC曲线等☆52Updated 7 years ago
- Industry chain data test:Sentence classify Bi-GRU-att☆21Updated 6 years ago
- 使用keras框架Embedding+LSTM对短文本分类-半监督☆16Updated 7 years ago
- Stacking classification and regression☆24Updated 5 years ago
- 机器学习的特征工程,包括特征抽取、特征预处理、特征选择、特征降维。☆25Updated 6 years ago
- 用python实现SVM/AdaBoost/C4.5/CART/Naïve Bayes等数据挖掘领域十大经典算法☆79Updated 7 years ago
- some small codes about deep learning☆51Updated 7 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆72Updated 6 years ago
- keras 搭建文本分类模型,textcnn/bi_gru/cnn+rnn_binglian/cnn+rnn_cuanlian/fasttext/att_bi_gru/rcnn,其中前面四个模型只有create_model函数不同,其余相同,fasttext和rcnn增加了…☆23Updated 6 years ago
- 在大量标注情感的英文语料与大量未标注情感的中文语料,对给定中文语料进行情感分析。☆30Updated 7 years ago
- TextClassification with tfidf、word2vec、tex_cnn、basiclstm, dcnn,char_cnn.....☆18Updated 7 years ago
- ☆54Updated last year
- 利用keras搭建的胶囊网络(capsule network文本分类模型,包含RNN、CNN、HAN等,其中keras_utils包含了capsule层和attention层的keras实现☆77Updated 6 years ago
- question classification with multi-level attention mechanism 使用多层级注意力机制和keras实现问题分类☆34Updated 6 years ago
- 2018全国研究生数学建模竞赛(C题:对恐怖袭击事件记录数据的量化分析)☆12Updated 5 years ago
- Some algorithms to form frequent itemsets/association rules from datasets, where many techniques, such as FP-tree, Apriori, PSO, GA, Gran…☆62Updated 8 years ago
- 用logistic回归,SVM,神经网络实现分类算法☆95Updated 9 years ago