https://github.com/lovesaroha/twitter-sentiment-analysis-training
Training a keras model to recognize sentiment in order to classify an incoming tweet as positive or the other.
https://github.com/lovesaroha/twitter-sentiment-analysis-training
keras machine-learning python sentiment-analysis tensorflow twitter-sentiment-analysis
Last synced: 2 months ago
JSON representation
Training a keras model to recognize sentiment in order to classify an incoming tweet as positive or the other.
- Host: GitHub
- URL: https://github.com/lovesaroha/twitter-sentiment-analysis-training
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-09-27T13:07:45.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T13:08:17.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T19:23:24.132Z (over 1 year ago)
- Topics: keras, machine-learning, python, sentiment-analysis, tensorflow, twitter-sentiment-analysis
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Twitter-Sentiment-Analysis-Training
Training a keras model to recognize sentiment in order to classify an incoming tweet as positive or the other.
Download training data of (1.6 million tweets) from [kazanova/sentiment140](https://www.kaggle.com/kazanova/sentiment140).
Download word embeddings from [danielwillgeorge/glove6b100dtxt](https://www.kaggle.com/danielwillgeorge/glove6b100dtxt)
## Requirements
- Python 3 or higher.
## Packages
### Numpy
```bash
py -m pip install numpy
```
### Tensorflow
```bash
py -m pip install tensorflow
```
## Start Training
```bash
py training.py
```