Program written in Python to perform a gradient descent on a linear function, and print the best fit line on a graph, for educational purpose
If you want to train with the providen dataset juste run make train,
else if you want to train with your own dataset, just run python3.7 srcs/train.py [dataset]
To make a prediction you need to run python3.7 srcs/predict.py [input]
matplotlib
This project is licensed under the GNU General Public License 3.