
In this post, we will discuss about the various Machine Learning Algorithm. The main objective of this blog is to give you a basic level of understanding on what are the different types of Machine Learning Algorithm present. There are many algorithms and it might seem a bit overwhelming to see a bunch of them,…Read more

This blog will be more theoretical introduction towards what is Machine Learning and its different paradigms. So, let’s take a typical definition of Machine Learning and then break it down to understand what it means: “A machine or agent is said to learn from experience with respect to some class of tasks, and a performance…Read more

Introduction What is Simple Linear Regression Simple Linear Regression basically defines the relation between a one feature and the outcome variable. This can be specified using the formula y = α + βx which is similar to the slope-intercept form, where y is the value of the dependent variable, α is the intercept β denotes…Read more