bilalaziz786 / Analysis-of-Political-Sentiments-on-Twitter-using-Deep-LearningLinks
Aim was to develop a machine learning model which can analyze sentiments on twitter and to predict the winner of Lok Sabha Elections 2019. Web scraping was used for comments and then applied feature extraction, TF-IDF, Word2Vec, ANN and LSTM to improve the accuracy of model. Softmax function was used for multiclass classification. Learning cur…
☆17Updated 5 years ago
Alternatives and similar repositories for Analysis-of-Political-Sentiments-on-Twitter-using-Deep-Learning
Users that are interested in Analysis-of-Political-Sentiments-on-Twitter-using-Deep-Learning are comparing it to the libraries listed below
Sorting:
- Submission of an in-class NLP sentiment analysis competition held at Microsoft AI Singapore group. This submission entry explores the per…☆15Updated 3 years ago
- Retrieving 'Topics' (concept) from corpus using (1) Latent Dirichlet Allocation (Genism) for modelling. Perplexity and Coherence score we…☆12Updated 7 years ago
- This is a project of twitter sentiment analysis using machine learning(Support Vector Machines,Naive Bayes), deep learning(LSTM), Transfo…☆20Updated 4 years ago
- Classifying movie reviews as positive or negative using Word2Vec Embeddings & LSTM network☆81Updated 3 years ago
- Pytorch Bert+BiLstm二分类☆40Updated 4 years ago
- 文本分类, 双向lstm + attention 算法☆90Updated 5 years ago
- (BOW, TF-IDF, Word2Vec, BERT) Word Embeddings + (SVM, Naive Bayes, Decision Tree, Random Forest) Base Classifiers + Pre-trained BERT on T…☆74Updated 6 years ago
- 基于pytorch进行文本多分类,主要模型为双向LSTM,预测准确率83%☆43Updated 5 years ago
- 利用CNN,LSTM,CNN_LSTM,TextCNN,Bi-LSTM和传统的机器学习算法进行情感分析,参考:https://github.com/Edward1Chou/SentimentAnalysis☆92Updated 7 years ago
- ashishsalunkhe / DeepSpamReview-Detection-of-Fake-Reviews-on-Online-Review-Platforms-using-DeepLearning-ArchitecturesDeepSpamReview: Detection of Fake Reviews on Online Review Platforms using Deep Learning Architectures. Summer Internship project at Cor…☆69Updated 3 years ago
- 基于电影评论数据的中文情感分析(含训练数据、验证数据) Machine Learning and Deep Learning implementations.☆83Updated 3 years ago
- A feature selection method based on modified binary ant colony optimization algorithm☆11Updated 6 years ago
- 基于BERT模型的中文文本情感分类☆40Updated 3 years ago
- 基于pytorch框架,针对文本分类的机器学习项目,集成多种算法(xgboost, lstm, bert, mezha等等),提供基础数据集,开箱即用,方便自己二次拓展,持续更新☆33Updated 2 years ago
- 用TensorFlow搭建CNN/RNN/LSTM/GRU/BiRNN/BiLSTM/BiGRU/Capsule Network等deep learning模型☆60Updated 7 years ago
- DeepLearning,mainly LSTM☆30Updated 3 years ago
- CNN-BiGRU-Attention模型☆102Updated 3 years ago
- Aspect Based Sentiment Analysis identifies the aspect terms and the sentiment polarity associated with each aspect term in the given revi…☆10Updated 4 years ago
- sentiment analysis with chinese and english(LSTM). 通过LSTM实现中英文语句情感分析,来判断消极还是积极。☆52Updated 7 years ago
- Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on …☆53Updated 6 years ago
- Text classification using different neural networks (CNN, LSTM, Bi-LSTM, C-LSTM).☆210Updated 7 years ago
- 包括数据清洗转换,使用包括机器学习和深度学习模型的训练,包括LSTM,GRU,Attention,Transformer,BERT,Satcking技术,传统的RF,XGBoost,GBDT,AdaBoost,SVM,NB模型等☆11Updated 5 years ago
- LSTM, CNN, CNNLSTM, BiLSTM, MLP☆10Updated 7 years ago
- A fast text sentiment analysis program currently supports English and Chinese. 一个快速实现文本情感分析的程序,目前支持英文和中文。☆49Updated 6 years ago
- COVID-19-sentiment-analysis-dataset-Weibo☆36Updated 5 years ago
- 用gensim训练LDA模型,进行新闻文本主题分析☆79Updated 6 years ago
- 微博谣言检测,LSTM/GRU☆91Updated 5 years ago
- LSTM Keras Neural Network to predict ship location using Danish AIS data☆51Updated 7 years ago
- A PyTorch Tutorials of Sentiment Analysis Classification (RNN, LSTM, Bi-LSTM, LSTM+Attention, CNN)☆330Updated 2 years ago
- 中文文本挖掘lda模型,gensim+jieba库☆17Updated 6 years ago