Skip to content

Zer0-Bug/ML_LinearRegression-.-wGradientDescent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linear Regression w/ Gradient Descent

The primary goal of this project is to implement a simple linear regression model using gradient descent optimization. The model aims to predict house prices based on a single feature derived from a dataset. This project will process training and test data, standardize the features, and visualize the performance of the model through various plots. Ultimately, we aim to determine the optimal weights for our model while minimizing the cost function.