Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 328 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 328 Bytes

Algorithm:

数据结构中的算法

  • Knuth-Morris-Pratt (KMP)

机器学习中的算法

  • Clustering (聚类)
  • K-Nearest Neighbor (K临近值)
  • Linear Regression (线性回归)
  • Mean Shift (均值移动)
  • Support Vector Machine (支持向量机)
  • Neural Network (神经网络)
  • Random Forest (随机森林)