Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 1.95 KB

README.md

File metadata and controls

57 lines (50 loc) · 1.95 KB

Machine Learning from scratch

In this repository we have implemented most popular Machine Learning algorithm from scratch. The math of any particular algorithm is also described.

Mathematics of ML

Linear algebra

Probability

Calculus

Machine Learning

Bayesian

Clustering

Dimensionality reduction

  • Linear Discriminant Analysis(LDA)
  • Principal Component Analysis
  • T-SNE

Ensemble

Instance based

Neural Network

  • Artificial Neural Network(ANN)
  • Convolutional Neural Network(CNN)
  • Recurrent Neural Network(RNN)
  • Auto Encoder
  • Generative Adversarial Network(GAN)
  • Transformer

Regression

Tree

Others

Other ML resources