Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 397 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 397 Bytes

Data Mining

This repository contains implementation from scratch of the following Data Mining algorithm :

  1. Naive Bayes
  2. Logistics Regression
  3. Support Vector Machines
  4. Decision Trees
  5. Bagged Trees
  6. Random Forest
  7. Boosted Trees
  8. K-means
  9. PCA(Pincipal Component Analysis)
  10. Neural Networks and Perceptron

There's a readme in each section for detailed instruction