Author Archives: Amal Nair - Page 11

24 Jun

How Does  A Simple Chatbot With NLTK Work?

image-5292
image-5292

Chatbots are programs that are made to interact with human beings. This can be for various purposes such as information retrieval or for customer care. Today chatbots are intelligently capable of closely mimicking a human chat session. Whether you consider these chatbots to be amusing or not, they have already taken over a huge part…

The post How Does  A Simple Chatbot With NLTK Work? appeared first on Analytics India Magazine.

20 Jun

A Beginner’s Guide To Scikit-Learn’s MLPClassifier

image-5246
image-5246

There is no objection in saying that Classification is one of the most popular Machine learning problems across the entirety of Data Science and Machine Learning. We humans have been so fixated on making a machine learn to classify and categorize things, whether it be images, symbols or whatever form that data can take. Artificial…

The post A Beginner’s Guide To Scikit-Learn’s MLPClassifier appeared first on Analytics India Magazine.

20 Jun

How To Solve Your First Ever NLP Classification Challenge

image-5226
image-5226

A huge portion of the data that exists today is textual and as a Data Scientist, it is very important to have the skill sets to process these textual data. Natural Language processing has been around for a long time and it has been growing in popularity. Today almost all tech devices have some sort…

The post How To Solve Your First Ever NLP Classification Challenge appeared first on Analytics India Magazine.

18 Jun

R Squared Vs Adjusted R Squared: Explaining The Key Differences

image-5178
image-5178

  As far as regression models are concerned, there is a certain degree of level of correlation between the independent and dependent variables in the dataset that let us predict the dependent variable. In statistics, this correlation can be explained using R Squared and Adjusted R Squared. In other words, R Squared and Adjusted R…

The post R Squared Vs Adjusted R Squared: Explaining The Key Differences appeared first on Analytics India Magazine.

17 Jun

A Simple Introduction To Python’s Seaborn Library: Getting Started With Data Visualization

image-5150
image-5150

There is nothing more powerful than a beautiful visualization. The effect of an intuitive visualization is far more satisfying than looking at a large table of data. In a previous article, we learned to plot graphs and create beautiful visualizations on-the-go with the Pandas built-in library. Pandas plot is a very handy feature when it…

The post A Simple Introduction To Python’s Seaborn Library: Getting Started With Data Visualization appeared first on Analytics India Magazine.

17 Jun

A Simple Introduction To Python’s Seaborn Library: Getting Started With Data Visualization

image-5151
image-5151

There is nothing more powerful than a beautiful visualization. The effect of an intuitive visualization is far more satisfying than looking at a large table of data. In a previous article, we learned to plot graphs and create beautiful visualizations on-the-go with the Pandas built-in library. Pandas plot is a very handy feature when it…

The post A Simple Introduction To Python’s Seaborn Library: Getting Started With Data Visualization appeared first on Analytics India Magazine.

14 Jun

A Hands-On Introduction To Visualizing Data with Pandas

image-5104
image-5104

The ability to visualize data is a powerful skill in the world of Business Intelligence. BI is the intelligence that is derived by analysing and studying a huge amount of data and tabular data is just not enough to represent that intelligence. Graphs, plots and diagrams do a lot more than what pieces of texts…

The post A Hands-On Introduction To Visualizing Data with Pandas appeared first on Analytics India Magazine.

13 Jun

Parameter Tuning With Grid Search: A Hands-On Introduction With Food Cost Prediction Data Science Hackathon

image-5091
image-5091

Model selection and parameter tuning can be a headache at times. It’s not an easy task to pick the best algorithm given plenty of options and neither is it possible to try out every one of them to find the best one. It is always a good practice or says a necessary practice to try…

The post Parameter Tuning With Grid Search: A Hands-On Introduction With Food Cost Prediction Data Science Hackathon appeared first on Analytics India Magazine.

10 Jun

Introduction to Boosting: Implementing AdaBoost in Python

image-5043
image-5043

In Machine Learning context, there are typically two kinds of learners or algorithms, ones that learn well the correlations and gives out strong predictions and the ones which are lazy and gives out average predictions that are slightly better than random selection or guessing. The algorithms that fall into the former category are referred to…

The post Introduction to Boosting: Implementing AdaBoost in Python appeared first on Analytics India Magazine.

07 Jun

Reinforcement Learning : The Concept  Behind UCB Explained With Code

image-5014
image-5014

Currently, one of the most explored and favoured machine learning techniques by the biggest and brightest AI brains, Reinforcement Learning is a term known to practically everyone working in the field of AI.  The process of learning by reinforcement is by itself a strong sign of intelligence that we humans can easily relate to. We…

The post Reinforcement Learning : The Concept  Behind UCB Explained With Code appeared first on Analytics India Magazine.