Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 351 Bytes

File metadata and controls

11 lines (10 loc) · 351 Bytes

Introduction

After I read some book about machine learning, I decide to to implement some algorithm With Python.

directory

  • ada:
  • bayes: use bayes algorithm to classify email.
  • decideTree:
  • kNN:
  • logistic: use it to classify and print it. The drawing include a line which distinguish the blue point and the red point.
  • regresion:
  • SVM: