Introduction to Classification Problems in Machine Learning

Introduction to Classification Problems in Machine Learning

In this tutorial we will talk in brief about a class of Machine learning problems – Classification Problems. We will try to establish the concept of classification and why they are so important. Continue reading “Introduction to Classification Problems in Machine Learning”

R Tutorial : Multiple Linear Regression

R Tutorial : Multiple Linear Regression

This tutorial goes one step ahead from 2 variable regression to another type of regression which is Multiple Linear Regression. We will go through multiple linear regression using an example in R

Continue reading “R Tutorial : Multiple Linear Regression”

R Tutorial : Basic 2 variable Linear Regression

R Tutorial : Basic 2 variable Linear Regression

In this tutorial we will try our hands on a very basic 2 variable linear regression using R. We will also learn how to interpret output given by R and tryout various visualizations required for interpreting simple Linear regression.

Continue reading “R Tutorial : Basic 2 variable Linear Regression”

Tutorial : Linear Regression Construct

Tutorial : Linear Regression Construct

In  this tutorial we will discuss about structure of Linear regression and how a Linear regression Equation is constructed for 2 variable model.

Continue reading “Tutorial : Linear Regression Construct”

Machine Learning : Accuracy  & Memorization vs Learning

Machine Learning : Accuracy & Memorization vs Learning

This tutorial talks about various measures of accuracy in in various predictive analytics and machine learning scenarios. It also talks about potential pitfall of over fitting resulting in memorization vs the learning which is desirable.

Continue reading “Machine Learning : Accuracy & Memorization vs Learning”

Introduction to Machine Learning

Introduction to Machine Learning

The tutorial introduces you to the basics of machine learning and different types of machine learning algorithms and how to kick start career in the field of data science by understanding the basics.

Continue reading “Introduction to Machine Learning”

R Tutorial : Intermediate Data Analysis – Part 2

R Tutorial : Intermediate Data Analysis – Part 2

This R Tutorial builds on the previous R tutorial and arms you with few more fundamental analysis tools for capturing essence of data. This will go a long way in understanding the data more.

Continue reading “R Tutorial : Intermediate Data Analysis – Part 2”

R : Basic Data Analysis – Part 1

R : Basic Data Analysis – Part 1

This First R Tutorial aims at introducing you to the fascinating world of Data Science and Analytics using the almighty tool called R. You will be aided with how to do steps which you can follow and work with.

Continue reading “R : Basic Data Analysis – Part 1”