Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 724 Bytes

File metadata and controls

24 lines (15 loc) · 724 Bytes

Text-Classification-using-Neural-Network

💯 Motivation

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

🖥 Tech/Framework Used

Built with:

  • Keras
  • Matplotlib
  • Pandas

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

📈 Results

  • Training Accuracy: 0.9092
  • Testing Accuracy: 0.7846

📚 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.