Hands on Machine-Learning.
Text Classification
What is Classification?
> Put objects like images, documents, data points etc into their proper
class.
> Automatically assign class to an unseen object.
Why Text-Classification?
> Spam filtering.
>Document Categorization (medical, scientific, entertainment etc)
> News Classification.
> Sentiment Analysis.
> Search query-category classification.
News Classification
Models
> Naive Bayes.
> Decision trees.
> Document Vector Model based.
> KNN
> SVM
Naive Bayes
Naive Bayes
Decision trees
Document Vectors
Naive Bayes
Naive Bayes
Naive Bayes
Linear Regression
Hyperplane
(decision
boundary)
Logistic Regression
SVM: Large margin classifiers.
Large Margin
boundary
Overfitting vs Underfitting
Underfitting
Overfitting
TF-IDF
Binary vs Multi-class(one vs rest)
FastText.
Show me the code?

Machine Learning with Text Classification deep dive.