INCENDE / Machine-Learning-Algorithms

Some ML algorithms from scratch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Machine-Learning-Algorithms

You can find some basic ML algorithms, implementing from scratch.

  1. EM - algorithm (expectation–maximization (EM) algorithm). Outlier_Detection/EM-algorithm.ipynb
  2. LOF - algorithm to find outliers Outlier_Detection/LOF-algorithm.ipynb
  3. LogiticRegression - Algorithm that generates a probability—a value between 0 and 1, exclusive

About

Some ML algorithms from scratch


Languages

Language:Jupyter Notebook 90.6%Language:Python 9.4%