Skip to content

C++实现机器学习基本算法库 基于《统计学习方法》书

Notifications You must be signed in to change notification settings

ESATA-ZZULI/StatisticalLearningMethod

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatisticalLearningMethod

C++实现机器学习基本算法库 基于《统计学习方法》书

《统计学习方法》介绍的算法 我将在此库中用C++来实现

1. 感知机

Perceptron -> NormalPerceptron.cpp -> 普通感知机

2. KNN算法

linear.cpp -> 线性KNN实现
kd_tree_knn.cpp-> 实现kd树,并实现查找kd-树上最邻近点
         实现的算法有:
                kd-tree构造算法
                kd-tree最邻近搜索

About

C++实现机器学习基本算法库 基于《统计学习方法》书

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%