Skip to content

yuffyz/machine-learning-implementation

Repository files navigation

Machine Learning & Data Mining Implemtations

This repo includes machine learning and data mining models I implemented in Python and R.

Most of the examples are for the two machine learning courses CS5800, CN229, and two data mining courses CS6930 and GR4058 that I took.

Machine Learning

Models implemented and demonstrated in this repo includes:

  1. Maximum Likelihood Estimator
  2. Naive Bayes (Maximum A Posterior)
  3. K Nearest Neighbors
  4. Logistic Regression
  5. Linear Regression (L1, L2)
  6. Decision Tree
  7. Random Forest
  8. Clustering: k-means, DBSCAN
  9. Support Vector Machine (svm)
  10. Perceptron

Data Mining

Models that are mainly used for big data mining includes:

  1. Apriori algorithm
  2. FP-tree
  3. Dynamic Time Warping (DTW)
  4. Autoregression

References

About

machine learning, data mining, time series

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published