Skip to content

progmatix21/ML_from_scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ML from scratch

ML from scratch is a repository created to understand the working of ML models.

ML models, the way they work, seem to magically give us a result. Most of the ML libraries available hide the details while making the use of ML models very convenient.
The only way to understand them at work is through their code.

Wouldn't it be convenient for our understanding and study to implement basic versions of these algorithms from scratch? This repository is one such attempt.

We start by creating an ML implementation from scratch of a simple perceptron to gain some understanding of a neural network. Perceptrons are a basic building block of an artificial neural network(ANN).

About

Implementations from scratch of some ML models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages