An open API service indexing awesome lists of open source software.

https://github.com/dmmaze/machinelearningcpp

李航《统计学习方法》部分模型的C++ Eigen(3.4+)实现
https://github.com/dmmaze/machinelearningcpp

cpp machine-learning svm

Last synced: 2 months ago
JSON representation

李航《统计学习方法》部分模型的C++ Eigen(3.4+)实现

Awesome Lists containing this project

README

          

李航《统计学习方法》部分模型的C++ Eigen(3.4.9+)简单实现

# 已实现
## 支持向量机
高斯核要先对输入数据标准化才训练的来...
晚点弄回归