Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deep-diver/linear-regression

implement simple version of "Linear Regression" using only Numpy
https://github.com/deep-diver/linear-regression

linear-regression numpy

Last synced: 3 days ago
JSON representation

implement simple version of "Linear Regression" using only Numpy

Awesome Lists containing this project

README

        

# linear_regression

Linear Regression has been the first obstacle for every machine learning learner because of its simpleness with the core concept which could represent how machine learning works.

The purpose is to understand how the gradient descent works with the simple mathmetical formula. (partial derivative)

This project only depends on numpy.