项目作者: llSeedll

项目描述 :
Linear regression and gradient descent algorithms from scratch
高级语言: Python
项目地址: git://github.com/llSeedll/linear-regression-and-gradient-descent.git


Linear regression and gradient descent

Simple Linear regression and gradient descent algorithms’ implementations from scratch

Author: Sean Alec


To run the programq, execute the followings:

  1. python3 gradientDescent.py
  2. python3 simpleLR.py