Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 357 Bytes

File metadata and controls

14 lines (13 loc) · 357 Bytes

Machine-Learning-Algorithms

 A repository for machine learning algorithms. 
 Linear Regression
      |
      |- LinearRegression.py
      | 
 Multivariate Regression
      |
      |- __init__.py
      |- cost_function.py
      |- hypothesis.py
      |- gradient_step.py
      |- multivariate_regression.py