MACHINE LEARNING MODELS FROM SCRATCH made-with-python

Image of Yaktocat

In this repo I am rebuilding famous machine learning algorithms from scratch in order to have more consise understanding of how the algorithm works, learns and optimizes

Following are the algorithms:

  1. Logistic Regression
  2. Linear Regression Including MultiLinear support
  3. Decision Tree
  4. KMeans
  5. Naive Bayes text classification
  6. Stochastic Gradient Descent
  7. Neural Networks (ANN)
  8. Q-learning Reinforecement Learning

Once I am done with all algortihms, I will use these algorithms to solve real world problem and update it here, stay tuned guys.