Skip to content

Criss-Ivana/Linear-and-Multivariate-Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project demonstrates two types of regression models. Both models are trained and visualized using Python and Jupyter Notebook.

Linear Regression

A simple linear regression model predicting profit based on population. The cost function and gradient descent are used to train the model, and the results are visualized.

Image

Multivariate Regression

A multivariate regression model predicting house prices based on size and number of bedrooms. Features are normalized, and gradient descent is used to find the optimal parameters.

image

About

This project demonstrates two types of regression models.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors