Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 503 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 503 Bytes

ml_algorithms

一些基本的机器学习算法的实现和图示

perceptron (gif在illustrators下)

perceptron.py
default_perceptron.gif
duality_perceptron.gif

kd_tree (gif在illustrators下)

kd_tree.py
build_kd_tree.gif
1NN_search_kd_tree.gif
2NN_search_kd_tree.gif
3NN_search_kd_tree.gif

kNN目录

实现kNN算法,包含了测试数据和程序   

详情