Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 742 Bytes

File metadata and controls

22 lines (14 loc) · 742 Bytes

Text-Classification-using-Logistic-Regression

💯 Motivation

While learning about NLP, specifically text classification, I followed adam0ling's tutorial regarding text classification using a Logistic Regression.

🖥 Tech/Framework Used

Built with:

  • Pandas
  • Matplotlib
  • Scikit-learn

Data: The Twitter data for training this neural network came from Kaggle

📈 Results

  • Accuracy: 0.8003125 using only 5 mins of training

📚 Application

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.