Skip to content

The essential Data Mining Algorithms... implemented from scratch

Notifications You must be signed in to change notification settings

ksek87/data-mining-algos-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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