Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 700 Bytes

File metadata and controls

23 lines (19 loc) · 700 Bytes

Data Mining Algorithms from Scratch

This project is in progress:

  • we will implement various core data mining algorithms from scratch using minimal libraries (src)

  • we will provide demonstrations and discussions of the algorithms in more depth through jupyter notebooks (notebooks directory)

  • my goal is to make this a helpful resource when learning or to help refresh understanding

  • Linear Regression

  • Logistic Regression

  • Decision Trees

  • Random Forest

  • Naive Bayes

  • K-Nearest Neighbors (KNN)

  • Support Vector Machines (SVM)

  • Apriori

  • K-Means

  • K-Medoids

  • PAM

  • DBSCAN

  • Principal Component Analysis (PCA)

  • Gradient Boosting