欢迎来到马士兵代码仓库
Sign In
msb-public-java
/
AiLearning-Theory-Applying
mirror of https://github.com/ben1234560/AiLearning-Theory-Applying
2
6
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
Branches Tags
${ item.name }
Create tag ${ searchTerm }
Create branch ${ searchTerm }
from 'master'
${ noResults }
AiLearning-Theory-Applying/机器学习算法原理及推导/李航——统计学习方法/README.md

3.8 KiB
Raw Permalink Blame History

README

李航——统计学习方法的笔记,可参考的视频https://www.bilibili.com/video/BV1i4411G7Xv?p=1

章节

  • 李航——统计学习方法
    • 1.统计学习方法概论.md
    • 2.感知机——入门的垫脚石.md
    • 3.K近邻——物以类聚.md
    • 4.朴素贝叶斯.md
    • 5.决策树——每次选一边.md
    • 6.逻辑斯蒂回归与最大熵.md
    • 7.支持向量机——升维打击.md
    • 8.提升方法——三个臭皮匠,顶个诸葛亮.md