Skip to content

shuygena/linear_regression

Repository files navigation

linear_regression

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.

🎓 Tutorial

Look at my own wiki-guide (Ru)

🧰 Requirements:

I used python 3 and pip installer.

🔗 Download & Install requirements

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  

📟 How to use

For predict run:

python3 predict.py

Price will 0 before training.

For train the model run:

python3 training_model.py

📋 Task

The task is available in the subject (En)

Releases

No releases published

Packages

No packages published

Languages