The aim of this project is introdution to the basic concept behind machine learning. Program predicts the price of a car by using a linear function train with a gradient descent algorithm.
Look at my own wiki-guide (Ru)
I used python 3 and pip installer.
Clone repository:
git clone https://github.com/shuygena/linear_regression lin_reg
Go to directory:
cd lin_reg
Install requirments:
pip install -r requirements.txt
For predict run:
python3 predict.py
Price will 0 before training.
For train the model run:
python3 training_model.py
The task is available in the subject (En)