Skip to content

Hanzhuo/Machine_Learning_Practice

Repository files navigation

Machine_Learning_Practice

Practice code for machine learning algorithm

These algorithms are written by Python

My current machine learning pratice code include:

Binary classifiers:

I used UCI Pima Indians Diabetes Data Set which can be found [here] (https://archive.ics.uci.edu/ml/datasets/Pima+Indians+Diabetes)

  • Maximum likelyhood estimation classifier
  • Naive Bayes classifier
  • KNN (This one uses KDtree instead of bruteforce from sklearn so that the time complexity is O(nlogn))
  • parzen_windows_likelyhood (also use KDtree from sklearn)
  • ...

Keep updating...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages