While learning about NLP, specifically text classification, I followed adam0ling's tutorial regarding text classification using a Logistic Regression.
Built with:
- Pandas
- Matplotlib
- Scikit-learn
Data: The Twitter data for training this neural network came from Kaggle
- Accuracy: 0.8003125 using only 5 mins of training
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.