Skip to content

EParisot/ft_linear_regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_linear_regression

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

Usage :

''' python3 train.py ["data.csv"] [-m "model.json"] [-e int] [-b int] [-p] with : -m = model json file -e = epochs to train -b = batch size -p = plot '''

and then,

''' pyhon3 predict ["model.json"] '''

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages