欢迎来到马士兵代码仓库
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/机器学习算法原理及推导
History
ben.guo fa53079f1d
Fix. 修正文档位置
2 years ago
..
assets optimize. Adjust the topic of the folder 4 years ago
李宏毅——异常检测 optimize. Adjust the topic of the folder 4 years ago
李航——统计学习方法 Add. Chapter title 4 years ago
第二章——手写线性回归算法 Fix. 修正文档位置 2 years ago
.DS_Store Fix. 修正文档位置 2 years ago
README.md Add. Chapter title 4 years ago
第一章——线性回归原理.md Fix. 修正文档位置 2 years ago

README.md

README

学习章节:

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