hziheng / Machine-learning-project-for-text-classificationLinks
基于pytorch框架,针对文本分类的机器学习项目,集成多种算法(xgboost, lstm, bert, mezha等等),提供基础数据集,开箱即用,方便自己二次拓展,持续更新
☆33Updated 2 years ago
Alternatives and similar repositories for Machine-learning-project-for-text-classification
Users that are interested in Machine-learning-project-for-text-classification are comparing it to the libraries listed below
Sorting:
- 基于LSTM+CNN的自然语言处理,基于单维LSTM、多维LSTM时序预测算法和多元线性回归算法的预测模型☆11Updated 8 months ago
- 通过修改transformer使其可以预测金融时间序列☆38Updated 4 years ago
- 基于word2vec预训练词向量; textCNN 模型 ;charCNN 模型 ;Bi-LSTM模型;Bi-LSTM + Attention 模型 ;Transformer 模型 ;ELMo 预训练模型 ;BERT 预训练模型的文本分类项目☆124Updated 5 years ago
- Pytorch Bert+BiLstm二分类☆40Updated 4 years ago
- 使用改良的Transformer模型应用于多维时间序列的分类任务上☆94Updated 4 years ago
- 文本分类, 双向lstm + attention 算法☆91Updated 5 years ago
- 中文文本分类任务,基于PyTorch实现(TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention, DPCNN, Transformer,Bert,ERNIE),开箱即用!☆402Updated 2 years ago
- CNN-BiGRU-Attention模型☆102Updated 3 years ago
- This repository contains some sentiment analysis models and sequence tagging models, including BiLSTM, TextCNN, BERT for both tasks. All …☆13Updated 2 years ago
- 基于pytorch进行文本多分类,主要模型为双向LSTM,预测准确率83%☆43Updated 5 years ago
- 文本聚类(Kmeans、DBSCAN、LDA、Single-pass)☆354Updated 4 years ago
- ☆277Updated 3 years ago
- 用MLP、TextCNN、RNN、LSTM、GRU、Attention、RCNN、BERT做文本分类、情感分析,对比各模型于温泉旅游评论垂类语料下在情感分类任务上的表现☆100Updated 4 years ago
- 由时间空间成对组成的轨迹序列,通过循环神经网络lstm,自编码器auto-encode,时空密度聚类st-dbscan做异常检测☆74Updated 6 years ago
- stock trend prediction using multi-source data☆12Updated 4 years ago
- This is a nlp project about sentiment analysis using bert and including the dataset☆75Updated last year
- 利用CNN,LSTM,CNN_LSTM,TextCNN,Bi-LSTM和传统的机器学习算法进行情感分析,参考:https://github.com/Edward1Chou/SentimentAnalysis☆93Updated 7 years ago
- 建立SARIMA-LSTM混合模型预测时间序列问题。以PM2.5值为例,使用UCI公开的自2013年1月17日至2015年12月31日五大城市PM2.5小时检测数据,将数据按时间段划分,使用SARIMA过滤其线性趋势,再对过滤后的残差使用LSTM进行预测,最后对预测结果进行…☆84Updated 7 years ago
- 不同时间序列预测方法对上海旅游规模进行预测☆19Updated 6 years ago
- 包括数据清洗转换,使用包括机器学习和深度学习模型的训练,包括LSTM,GRU,Attention,Transformer,BERT,Satcking技术,传统的RF,XGBoost,GBDT,AdaBoost,SVM,NB模型等☆11Updated 5 years ago
- NLP实战项目☆105Updated 3 years ago
- 情感分析、文本分类、词典、bayes、sentiment analysis、TextCNN、classification、tensorflow、BERT、CNN、text classification☆512Updated 7 months ago
- 零基础入门NLP - 新闻文本分类 正式赛第一名方案☆235Updated 5 years ago
- 使用pytorch搭建textCNN实现中文文 本分类☆131Updated 6 years ago
- 客流量时间序列预测模型☆130Updated 3 years ago
- 基于深度学习框架pytorch实现的中文文本分类,目前包括textcnn,textrnn,textrcnn,textrnn+attention,transformer☆48Updated 3 years ago
- ☆386Updated 2 months ago
- 在SMP2020的微博情绪分类任务上,微调在中文预料上预训练的BERT模型,进行文本分类。☆118Updated 3 years ago
- Using Bert/Roberta + LSTM/GRU/BiLSTM/TextCNN to do the sentiment analysis on the imdb datasets.☆146Updated 2 years ago
- BiLSTM with Multi-Headed Self Attention for sentiment classification of Twitter data, implemented in Keras and PyTorch.☆27Updated 5 years ago