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.
1.6 KiB
1.6 KiB
机器学习
- 简介
- 第1章:机器学习概述
- [1.1 什么是机器学习](what's machine_learning.md)
- [1.2 机器学习常见术语](some term.md)
- [1.3 机器学习项目流程](work flow.md)
- 第2章:常见机器学习算法
- 第3章:模型评估指标
- 第4章:使用sklearn进行机器学习
- [第5章:综合实战案例](xx introduction.md)
- 5.1 泰坦尼克生还预测
- 5.1.1 探索性数据分析(EDA)
- [5.1.2 特征工程](./titanic/feature engerning.md)
- [5.1.3 构建模型进行预测](./titanic/fit and predict.md)
- 5.1.4 调参
- [5.2 使用强化学习玩乒乓球游戏](./xx introduction.md)
- [5.2.1 什么是强化学习](./pingpong/what is reinforce learning.md)
- [5.2.2 Policy Gradient原理](./pingpong/Policy Gradient.md)
- 5.2.3 使用Policy Gradient玩乒乓球游戏
- 5.1 泰坦尼克生还预测
- 实训推荐