Skip to content

A simplified representation of various machine learning algorithms in Python.

Notifications You must be signed in to change notification settings

mobley-trent/ml-from-scratch

Repository files navigation

ml-from-scratch

A simplified, low-level representation of various machine learning algorithms in Python. The models implemented include:

  1. Linear Regression
  2. Logistic Regression
  3. Naive-Bayes Classifier
  4. K-Nearest-Neighbours Algorithm (KNN)
  5. Decision Tree
  6. Random Forest
  7. Neural Network from scratch in Numpy

About

A simplified representation of various machine learning algorithms in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published