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.3 KiB
1.3 KiB
机器学习
- 简介
- 机器学习概述
- 常见机器学习算法
- 模型评估指标
- 使用sklearn进行机器学习
- 综合实战案例
- 泰坦尼克生还预测
- 简介
- 探索性数据分析(EDA)
- [特征工程](./titanic/feature engerning.md)
- [构建模型进行预测](./titanic/fit and predict.md)
- 调参
- 使用强化学习玩乒乓球游戏
- [什么是强化学习](./pingpong/what is reinforce learning.md)
- [Policy Gradient原理](./pingpong/Policy Gradient.md)
- 使用Policy Gradient玩乒乓球游戏
- 泰坦尼克生还预测
- 实训推荐