While learning about NLP, specifically text classification, I followed adam0ling's tutorial regarding text classification using a Neural Network.
Built with:
- Keras
- Matplotlib
- Pandas
Data: The Twitter data for training this neural network came from Kaggle
- Training Accuracy: 0.9092
- Testing Accuracy: 0.7846
Text classifiers can be used to organize, structure, and categorize pretty much any kind of text – from documents, medical studies and files, and all over the web.