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.

22 lines
616 B

5 years ago
本章主要介绍`10`种常见的机器学习算法(模型)的原理,理解模型的原理对于以后使用一些机器学习库实现业务功能时是有好处的。
5 years ago
5 years ago
本章主要涉及的知识点有:
- kNN
- 线性回归
- 逻辑回归
- 多分类学习
- 决策树
- 随机森林
- 朴素贝叶斯分类器
- 支持向量机
- k-Means
5 years ago
- AGNES
5 years ago
本章的所有实训已在`educoder`平台上提供若感兴趣可以输入链接进行体验https://www.educoder.net/paths/194
也通过扫码查看整套课程。
5 years ago
<div align=center><img src="./img/1562573820.png", height="250" width="250"/></div>