Category Archives

Logistic Regression using Python

User Database – This dataset contains information of users from a companies database. It contains information about UserID, Gender,...

Logistic Regression using Python

User Database – This dataset contains information of users from a companies database. It contains information about UserID, Gender,...

Softmax Regression using TensorFlow

This article discusses the basics of Softmax Regression and its implementation in Python using TensorFlow library. What is Softmax...

Softmax Regression using TensorFlow

This article discusses the basics of Softmax Regression and its implementation in Python using TensorFlow library. What is Softmax...

Implementation of Polynomial Regression

Polynomial Regression is a form of linear regression in which the relationship between the independent variable x and dependent...

Implementation of Polynomial Regression

Polynomial Regression is a form of linear regression in which the relationship between the independent variable x and dependent...

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...