Published inGreyAtomLearning POS Tagging & Chunking in NLPThis post will explain you on the Part of Speech (POS) tagging and chunking process in NLP using NLTK.Apr 4, 20185Apr 4, 20185
Published inGreyAtomAn Introduction to Bag-of-Words in NLPThis post will take you into a deeper dive into Natural Language Processing. Before you move on, make sure you have your basic concepts…Apr 3, 20184Apr 3, 20184
Published inGreyAtomA dive into Natural Language ProcessingThis post will take you a beginner's guide to Natural Language Processing. A language is a way we humans, communicate with each other. Each…Mar 27, 20182Mar 27, 20182
Published inGreyAtomA Quick Guide to Boosting in MLThis post will guide you through an ensemble method known as Boosting. The main idea of boosting is to modify a weak learner to become…Mar 21, 20186Mar 21, 20186
Published inGreyAtomA Trip to Random Forest…Welcoming you to a beginner’s guide to the random forest. :)Mar 20, 2018Mar 20, 2018
Published inGreyAtomIntroducing Ensemble: More is better than One!This post will guide you through the basics of ensemble methods in Machine Learning.Mar 17, 20181Mar 17, 20181
Published inGreyAtomLet’s learn about AUC ROC Curve!In this post, I will go through the AUC ROC curve and explain how it evaluates your model’s performance. Highly suggest you go through the…Mar 15, 201817Mar 15, 201817
Analyzing your Favorite Singer’s YouTube StatsFor this, we will be using YouTube Data API v3. It gives us access to the videos, channels, comments, likes, dislikes, etc for any Youtube…Mar 14, 20181Mar 14, 20181
Confusion Matrix ain’t that ConfusingWhen I first came across Confusion Matrix, as the name describes it was very confusing. But as I went deeper into it, I realized that the…Mar 12, 20182Mar 12, 20182
A Simple Guide to Decision TreeDecision Tree is one of the most intuitive families of algorithms. It is extremely easy to understand.Mar 8, 20181Mar 8, 20181