bilalaziz786 / Analysis-of-Political-Sentiments-on-Twitter-using-Deep-Learning
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…
☆16Updated 4 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
- Submission of an in-class NLP sentiment analysis competition held at Microsoft AI Singapore group. This submission entry explores the per…☆15Updated 2 years ago
- A SVM model that classifies the reviews as real or fake. Used both the review text and the additional features contained in the data set …☆51Updated 6 years ago
- (BOW, TF-IDF, Word2Vec, BERT) Word Embeddings + (SVM, Naive Bayes, Decision Tree, Random Forest) Base Classifiers + Pre-trained BERT on T…☆69Updated 5 years ago
- Performed Aspect Based Sentiment Analysis using Topic Modeling(LDA) and sentiment analysis and Regression analysis using Python and Spark…☆20Updated 6 years ago
- This is a project of twitter sentiment analysis using machine learning(Support Vector Machines,Naive Bayes), deep learning(LSTM), Transfo…☆18Updated 3 years ago
- Summarize opinions of users about a product from a set of reviews. Extract the most common product features mentioned, most common opinio…☆22Updated 7 years ago
- realization of paper 《Attention-based LSTM for Aspect-level Sentiment Classification》☆24Updated 4 years ago
- Using NLP and LDA for Topic Modeling and Sentiment Analysis☆42Updated 4 years ago
- Text classification using different neural networks (CNN, LSTM, Bi-LSTM, C-LSTM).☆200Updated 6 years ago
- Retrieving 'Topics' (concept) from corpus using (1) Latent Dirichlet Allocation (Genism) for modelling. Perplexity and Coherence score we…☆12Updated 6 years ago
- mlp/rnn/gru + attention 实现文本情感分析☆21Updated 6 years ago
- Implementing different RNN models (LSTM,GRU) & Convolution models (Conv1D, Conv2D) on a subset of Amazon Reviews data with TensorFlow on …☆53Updated 5 years ago
- Aspect Based Sentiment Analysis identifies the aspect terms and the sentiment polarity associated with each aspect term in the given revi…☆10Updated 3 years ago
- Pytorch Bert+BiLstm二分类☆38Updated 3 years ago
- Covid-19 fake news detection using BERT, BERT+CNN, and BERT+BiLSTM☆15Updated 3 years ago
- A guide for binary class sentiment analysis of tweets.☆95Updated 6 years ago
- The repository for my blog on Medium about multi-class sentiment analysis.☆14Updated 6 years ago
- Using topic models to discover evolution of worldwide health issues☆23Updated 5 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆71Updated 5 years ago
- Industry chain data test:Sentence classify Bi-GRU-att☆21Updated 6 years ago
- BiLSTM 加普通Attention中文文本多分类Pytorch实现☆32Updated 3 years ago
- Library of Joint Topic-Sentiment Models☆33Updated 4 years ago
- Segmentation based event detection from Tweets. Published at NAACL SRW 2019☆59Updated 5 months ago
- Malay Fake News Classification using CNN, BiLSTM, C-LSTM, RCNN, FT-BERT and BERTCNN.☆21Updated 4 years ago
- # Topic modeling with BERT, LDA and Clustering. Latent Dirichlet Allocation(LDA) probabilistic topic assignment and pre-trained sentence …☆51Updated 4 years ago
- 数据集依据与“新冠肺炎”相关的230个主题关键词进行数据采集,抓取了2020年1月1日—2020年2月20日期间共计100万条微博数据,并对其中10万条数据进行人工标注,标注分为三类,分别为:1(积极),0(中性)和-1(消极)☆17Updated 4 years ago
- 一个基础且完整的细粒度情感分析(ABSA,Aspect based sentiment analysis)案例☆82Updated 5 years ago
- 用gensim训练LDA模型,进行新闻文本主题分析☆76Updated 5 years ago
- Latent Drichlet Allocation and Dynamic Topic Modeling☆9Updated 3 years ago
- Detecting Fake Reviews using Semi-Supervised Learning from the Yelp Restaurant Reviews Dataset☆60Updated 2 years ago