Skip to content

ArthurCrespy/ft_linear_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation


42

ft_linear_regression

An introduction to machine learning

In this project, you will implement your first machine learning algorithm.

Language: Python Lines of code GitHub last commit GitHub watchers Result: 125/100

IntroductionHow To UseDescriptionAbout 42 CursusRelatedLicense

Introduction

How To Use

To clone and run this project, you'll need Git, Python installed on your computer. From your command line:

# Clone this repository via HTTPS
$ git clone https://github.com/ArthurCrespy/ft_linear_regression
# OR clone this repository via SSH
$ git clone git@github.com:ArthurCrespy/ft_linear_regression.git

# Go into the repository
$ cd ft_linear_regression/files

# Train the model
$ train.py ../datasets/data.csv

# Output the result
$ predict.py

Description

ft_linear_regression is an introductory project to machine learning where you implement a simple linear regression algorithm. The goal is to predict car prices based on mileage using a linear function trained with gradient descent. You'll design two programs: one to train the model and compute parameters, and another to predict car prices for given mileage.

About 42 Cursus

IA project. You will learn the basics of regression.

You may also like...

License

For now, all rights are reserved.


Made by ArthurCrespy 42 Website
Github @Thur' | LinkedIn @Arthur Crespy | Instagram @crespyarthur

About

An introduction to machine learning

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages