Author Archives: Amal Nair - Page 12

05 Jun

Beginner’s Guide To Understanding Apriori Algorithm With Implementation In Python

image-4954
image-4954

To exploit data, we must know what exactly to look for in the data. Data in this generation makes for an invaluable tool for business, especially in the marketing and advertising sectors. In this article, we will talk about Apriori Algorithm which is one of the most popular algorithms in Association Rule Learning. So before…

The post Beginner’s Guide To Understanding Apriori Algorithm With Implementation In Python appeared first on Analytics India Magazine.

04 Jun

Understanding The Basics Of SVM With Example And Python Implementation

image-4926
image-4926

When you enter the Machine Learning dimension, it is highly likely that one of the first classifier algorithms you might come across is SVM,  you will find that SVM is all over the place. SVM which stands for Support Vector Machine is one of the most popular classification algorithms used in Machine Learning. In this…

The post Understanding The Basics Of SVM With Example And Python Implementation appeared first on Analytics India Magazine.

04 Jun

A Complete Guide For Beginning With K-Nearest Neighbours Algorithm In Python

image-4920
image-4920

  With lots of Machine Learning algorithms out there it is often hard and confusing as to which to choose for our model especially for those who are just preparing for a big dive into data science. And no, I’m not talking about Model Selection here. Of all the algorithms there is, there has to…

The post A Complete Guide For Beginning With K-Nearest Neighbours Algorithm In Python appeared first on Analytics India Magazine.

29 May

The Intuition Behind Thompson Sampling Explained With Python Code

image-4830
image-4830

Reinforcement learning has been one of the most researched machine learning algorithms. As an algorithm that can be closely related to how human beings and animals learn to interact with the environment, reinforcement learning has always been given huge importance especially when it comes to branches of Artificial Intelligence such as robotics. Reinforcement Learning is…

The post The Intuition Behind Thompson Sampling Explained With Python Code appeared first on Analytics India Magazine.

27 May

A Complete Tutorial On Implementing Lasso Regression In Python With MachineHack Data Science Hackathon

image-4781
image-4781

When we talk about Machine Learning or Data Science or any process that involves predictive analysis using data — regression, overfitting and regularization are terms that are often used. Understanding regularization and the methods to regularize can have a big impact on a Predictive Model in producing reliable and low variance predictions. In this article,…

The post A Complete Tutorial On Implementing Lasso Regression In Python With MachineHack Data Science Hackathon appeared first on Analytics India Magazine.

19 May

A Hands-on Introduction to Naive Bayes Classification In Python

image-4604
image-4604

There are many different complex and simple algorithms available to Data Scientists, in classification, a particularly simple algorithm managed to do wonders in ML applications. The Naive Bayes classification algorithm has been in use for a very long time, particularly in applications that require classification of texts. It is a probabilistic algorithm based on the…

The post A Hands-on Introduction to Naive Bayes Classification In Python appeared first on Analytics India Magazine.

16 May

Beginner’s Guide To Web-Scraping In Python With Scrapy

image-4574
image-4574

A Data Scientist with no data is only as good as a carpenter with no timber. They may have exceptional skills with all the tool sets but neither of them have what’s important to show off those exceptional skills. The overall estimated size of data on the internet today is 1.2 million terabytes. That is…

The post Beginner’s Guide To Web-Scraping In Python With Scrapy appeared first on Analytics India Magazine.

15 May

Guide To Implement StackingCVRegressor In Python With MachineHack’s Predicting Restaurant Food Cost Hackathon

image-4532
image-4532

For someone who has an interest in Data Science, Regression is probably one of the first Predictive Models that s/he may begin with. Regression is easier to understand and even easier to implement considering all those ready made packages and libraries all set to perform complex mathematical computations effortlessly without leaving his or her brain…

The post Guide To Implement StackingCVRegressor In Python With MachineHack’s Predicting Restaurant Food Cost Hackathon appeared first on Analytics India Magazine.

14 May

Implementing PCA In R With MachineHack’s How To Choose The Perfect Beer Hackathon

image-4506
image-4506

Dimensionality Reduction is an important and necessary step when we have a big data in hand with so many features. When there are so many features or columns, it is hard to understand the correlation between them. Including weak links or correlations in training-data can also result in an inaccurate prediction by the model.  Dimensionality…

The post Implementing PCA In R With MachineHack’s How To Choose The Perfect Beer Hackathon appeared first on Analytics India Magazine.

14 May

Understanding Logistic Regression In R With Machinehack’s Predict The Data Scientists Salary In India Hackathon

image-4494
image-4494

One of the most popular algorithms used in statistical analysis, Logistic Regression is a great tool for predictive analysis and has its applications firm rooted in Machine Learning. The algorithm is a classifier, which in Machine Learning or Data Science context refers to the ability to predict categorical values as opposed to Regression Algorithms which…

The post Understanding Logistic Regression In R With Machinehack’s Predict The Data Scientists Salary In India Hackathon appeared first on Analytics India Magazine.