pmsosa/CS291K
🎭 Sentiment Analysis of Twitter data using combined CNN and LSTM Neural Network models
Implements dual hybrid architectures (CNN-LSTM and LSTM-CNN) built with TensorFlow to compare sequential layer ordering effects on sentiment classification. Includes preprocessing utilities for tokenization and batch generation, with configurable hyperparameters (batch size, filter dimensions) for model experimentation on Twitter datasets.
311 stars. No commits in the last 6 months.
Stars
311
Forks
100
Language
Python
License
—
Category
Last pushed
Feb 25, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/pmsosa/CS291K"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Zephery/weiboanalysis
微博情感分析,文本分类,毕业设计项目
abdulfatir/twitter-sentiment-analysis
Sentiment analysis on tweets using Naive Bayes, SVM, CNN, LSTM, etc.
lunarwhite/covid-social-analysis
Apply ML on weibo sentiment. 疫情背景下微博文本情感分析与可视化
fhamborg/NewsMTSC
Target-dependent sentiment classification in news articles reporting on political events....
JosephAssaker/Twitter-Sentiment-Analysis-Classical-Approach-VS-Deep-Learning
This project's aim, is to explore the world of Natural Language Processing (NLP) by building...