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

https://github.com/apchavan/ulmfit_twitter

ULMFiT model for Twitter US Airlines Sentiment
https://github.com/apchavan/ulmfit_twitter

keras-tensorflow numpy pandas-dataframe python3 sentiment sentiment-analysis sklearn twitter-sentiment-analysis ulmfit

Last synced: about 1 month ago
JSON representation

ULMFiT model for Twitter US Airlines Sentiment

Awesome Lists containing this project

README

          

## Sentiment analysis ULMFiT model for Twitter US Airlines

*The ULMFiT model using Twitter US Airlines user's reviews.*

**Dependencies:**
- [NumPy](https://www.numpy.org/) - For faster manipualtion of array operations (used here only permutation of indices in DataFrame).
- [Pandas](https://pandas.pydata.org/) - For reading data from CSV file data into processable format called a DataFrame.
- [TensorFlow](https://www.tensorflow.org/) - To create model by processing data from DataFrame using Keras in TensorFlow.
- [Scikit-learn](https://scikit-learn.org/stable) - For label encoding (using LabelEncoder()) the target variables in data.

***Note:*** This model is completely developed in Jupyter Notebook and executed on [Google Colab](https://colab.research.google.com/) but also a Python (.py) file is provided if required.