This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb-public-java
/
AiLearning-Theory-Applying
mirror of
https://github.com/ben1234560/AiLearning-Theory-Applying
Watch
1
Star
4
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
AiLearning-Theory-Applying
/
机器学习算法原理及推导
/
README.md
4.3 KiB
Raw
Permalink
Blame
History
README
学习章节:
机器学习算法原理及推导
李航——统计学习方法
1.统计学习方法概论.md
2.感知机——入门的垫脚石.md
3.K近邻——物以类聚.md
4.朴素贝叶斯.md
5.决策树——每次选一边.md
6.逻辑斯蒂回归与最大熵.md
7.支持向量机——升维打击.md
8.提升方法——三个臭皮匠,顶个诸葛亮.md
李宏毅——异常检测