项目作者: yashmasand

项目描述 :
Twitter Sentiment Analysis using Conventional Machine Learning & Deep Learning
高级语言: Jupyter Notebook
项目地址: git://github.com/yashmasand/twitter-sentiment-analysis.git
创建时间: 2020-06-26T10:57:21Z
项目社区:https://github.com/yashmasand/twitter-sentiment-analysis

开源协议:

下载


Conventional Machine Learning & Deep Learning Project

The analysis of the Twitter dataset for emotion intensity classification task using various machine learning algorithms. The analysis has been done on a cut down version of the original dataset to fasten the process. Initially, Conventional Machine Learning techniques such as Logistic Regression, Random Forest, Naive Bayes, SVM (Linear & Polynomial) and Neural Networks had been used and ultimately, we picked the model that produced the best accuracy for both datasets (public & private).

Furthermore, a Deep Machine Learning Model such as a fully connected ANN Dense Model has been used and predictive analysis performed on both, the public and private datasets.