After I read some book about machine learning, I decide to to implement some algorithm With Python.
- 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: