Hysen Labs
Model or dataset
eriklindernoren/ML-From-Scratch avatar
eriklindernoren

ML-From-Scratch

GitHub describes it as Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.. The repository metadata lists Python as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.

32,456 stars5,431 forksPythonMIT
01
DEEP OPEN-SOURCE ANALYSIS

eriklindernoren/ML-From-Scratch: About

GitHub describes it as Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.. The repository metadata lists Python as its primary language. The metadata lists the MIT license. This article stays within the project description and details documented in the GitHub repository README.

02
DEEP OPEN-SOURCE ANALYSIS

Repository scope

GitHub describes it as Machine Learning From Scratch. Bare bones NumPy implementations of machine learning models and algorithms with a focus on accessibility. Aims to cover everything from linear regression to deep learning.. The repository metadata lists Python as its primary language. The metadata lists the MIT license. The README describes the project this way: Python implementations of some of the fundamental Machine Learning models and algorithms from scratch.

03
DEEP OPEN-SOURCE ANALYSIS

About

The README section "About" states: The purpose of this project is not to produce as optimized and computationally efficient algorithms as possible but rather to present the inner workings of them in a transparent and accessible way.

04
DEEP OPEN-SOURCE ANALYSIS

Installation

The README section "Installation" states: $ git clone https://github.com/eriklindernoren/ML-From-Scratch $ cd ML-From-Scratch $ python setup.py install

05
DEEP OPEN-SOURCE ANALYSIS

Polynomial Regression

The README section "Polynomial Regression" states: Figure: Training progress of a regularized polynomial regression model fitting temperature data measured in Linköping, Sweden 2016.

06
DEEP OPEN-SOURCE ANALYSIS

Editorial conclusion

The repository README is the source for this review. It does not replace a local installation or an independent test.

07
DEEP OPEN-SOURCE ANALYSIS

Official sources

08
Community notes

Community notes