Document Similarity using NLTK and Scikit-Learn

Document Similarity is the Natural Language Processing (NLP) process of determining if two documents belong to a similar category or topic.

In this article, we will get our hands dirty by performingΒ Document Similarity using NLTK and Scikit-Learn on a simple data set.

Here is the link to the article on Document Similarity:

Document Similarity using NLTK and Scikit-Learn

Enjoy πŸ™‚ !!!

Textual Sentiment Analysis using NLTK and Scikit-Learn

Sentiment Analysis is the Natural Language Processing (NLP) process to determine if a customer opinion is positive or negative.

In this article, we will get our hands dirty by performing Sentiment Analysis using NLTK and Scikit-Learn on the Kaggle Restaurant Reviews data set.

Here is the link to the article on Sentiment Analysis:

Textual Sentiment Analysis using NLTK and Scikit-Learn

Enjoy πŸ™‚ !!!

Machine Learning – Support Vector Machines using Scikit-Learn

In this article series, we will get our hands dirty with Support Vector Machines (SVM) using Scikit-Learn. We will use the use the Heart Failure clinical records data set from UCI to predict death event.

Here is the link to the article:

Machine Learning – Support Vector Machines using Scikit-Learn

Enjoy πŸ™‚ !!!

Machine Learning – Principal Component Analysis using Scikit-Learn

In this article series, we are at a point to discuss feature Dimensionality Reduction using Principal Component Analysis (PCA). We will get our hands dirty with PCA using Scikit-Learn. We will use the Auto MPG data set from UCI to predict MPG after reducing the dimension.

Here is the link to the article:

Machine Learning – Principal Component Analysis using Scikit-Learn

Enjoy πŸ™‚ !!!