Skip to content

Implementation of Gradient Descent that trains a linear regression model.

License

Notifications You must be signed in to change notification settings

LaiAnTan/42KL-ft_linear_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

42KL-ft_linear_regression

An introductory project to machine learning, where gradient descent is used to produce a linear regression for the purpose of predicting the price of a car.

graphs

Dependencies

All dependencies are listed here.

Installation

  1. git clone https://github.com/LaiAnTan/42KL-ft_linear_regression
  2. pip install -r requirements.txt or in other environments such as conda

Usage

python main.py <command> <--args>

For help, specify -h after main.py for general help or after commands for specific command help.

Notes

Notes for the project can be found here.

About

Implementation of Gradient Descent that trains a linear regression model.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages