Introduction to Terraform

In this article, we will setup a single node Kubernetes development cluster using Minikube, running in a Virtual Machine, and get our hands dirty with provisioning and managing resources in our cluster using the open source Infrastructure as Code configuration management tool called Terraform.

Here is the link to the article:

Introduction to Terraform

Enjoy πŸ™‚ !!!

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 πŸ™‚ !!!