Skip to content

Codam ft_linear_regression project - predicting the price of a car with a gradient descent algorithm

Notifications You must be signed in to change notification settings

DelicaTessa/42-ft_linear_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ft_linear_regression

The aim of this project is to introduce you to the basic concept behind machine learning. For this project, you will have to create a program that predicts the price of a car by using a linear function train with a gradient descent algorithm.

Getting Started 🚀

Prerequisites

  • Python 3.x

Installation

  1. Clone the repo
git clone https://github.com/DelicaTessa/42-ft_linear_regression
  1. Navigate to the project directory
cd 42-ft_linear_regression/src
  1. Train the model
python3 training.py
  1. Make a prediction of the car price with the given mileage
python3 prediction.py

About

Codam ft_linear_regression project - predicting the price of a car with a gradient descent algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages