Monthly Archives

Linear regression using Apache MLlib

Problem Statement: Build a predictive Model for the shipping company, to find an estimate of how many Crew members...

Linear regression using Apache MLlib

Problem Statement: Build a predictive Model for the shipping company, to find an estimate of how many Crew members...

Linear Regression using PyTorch

Linear Regression is a very commonly used statistical method that allows us to determine and study the relationship between...

Linear Regression using PyTorch

Linear Regression is a very commonly used statistical method that allows us to determine and study the relationship between...

A Practical approach to Simple Linear Regression using R

Simple Linear Regression is a statistical method that allows us to summarize and study relationships between two continuous (quantitative)...

A Practical approach to Simple Linear Regression using R

Simple Linear Regression is a statistical method that allows us to summarize and study relationships between two continuous (quantitative)...

Linear Regression Using Tensorflow

Linear Regression is a very common statistical method that allows us to learn a function or relationship from a...

Linear Regression Using Tensorflow

Linear Regression is a very common statistical method that allows us to learn a function or relationship from a...

Linear Regression using sklearn

Linear Regression is a machine learning algorithm based on supervised learning. It performs a regression task. Regression models a...

Linear Regression using sklearn

Linear Regression is a machine learning algorithm based on supervised learning. It performs a regression task. Regression models a...

Locally weighted Linear Regression

Linear regression is a supervised learning algorithm used for computing linear relationships between input (X) and output (Y). The...

Locally weighted Linear Regression

Linear regression is a supervised learning algorithm used for computing linear relationships between input (X) and output (Y). The...

Multiple Linear Regression using R

Multiple Linear Regression : It is the most common form of Linear Regression. Multiple Linear Regression basically describes how...

Multiple Linear Regression using R

Multiple Linear Regression : It is the most common form of Linear Regression. Multiple Linear Regression basically describes how...

Multiple Linear Regression using Python

Linear Regression: It is the basic and commonly used type for predictive analysis. It is a statistical approach to...

Multiple Linear Regression using Python

Linear Regression: It is the basic and commonly used type for predictive analysis. It is a statistical approach to...

Univariate Linear Regression in Python

Univariate data is the type of data in which the result depends only on one variable. For instance, dataset...

Univariate Linear Regression in Python

Univariate data is the type of data in which the result depends only on one variable. For instance, dataset...

Simple Linear-Regression using R

Linear Regression : It is a commonly used type of predictive analysis. It is a statistical approach for modelling...

Simple Linear-Regression using R

Linear Regression : It is a commonly used type of predictive analysis. It is a statistical approach for modelling...