An open API service indexing awesome lists of open source software.

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.

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
```