Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/marxmit7/twitanalysis

Twit sentiment analysis using deep learning
https://github.com/marxmit7/twitanalysis

analysis deep keras learning nlp python tensorflow twitter

Last synced: about 7 hours ago
JSON representation

Twit sentiment analysis using deep learning

Awesome Lists containing this project

README

        

# Twitter sentiment analysis

### Dataset used
[Thinkbook](http://thinknook.com/wp-content/uploads/2012/09/Sentiment-Analysis-Dataset.zip)

### How to Use
```
pip3 install -r requirements.txt
python useit.py
```

## Self.blog

I used this network architecture

![model.png](model.png)

On 5th epoch , validation accuracy came out as 79.36 %

It took me around ~ 3 hour to train the model .
This project is quite simple and interesting. Here are some examples that I tested.

Input a twit to be evaluated : `My deep learning model is working so fine`

`positive sentiment 91.65% confidence `

Input a twit to be evaluated : `I love fashion`

`positive sentiment 91.50% confidence`

Input a twit to be evaluated : `i don't want this to happen again`

`negative sentiment 90.93% confidence `

### Developer

Amit Kumar





Want to contribute?
Just raise an issue and Give PR !