| 时间段 | 内容 | 讲课 / 实践 | 分工 | 备注 |
|---|---|---|---|---|
| 0 | Keras 总体 | 讲课,实践 | CZ | PPT |
| 时间段 | 内容 | 讲课 / 实践 | 分工 | 备注 |
|---|---|---|---|---|
| 1 | Keras顺序模型 | 讲课,实践 | GM | https://tensorflow.google.cn/guide/keras/sequential_model |
| 2 | Keras函数式API | 实践 | ZY | https://tensorflow.google.cn/guide/keras/functional |
| 3 | Keras训练和评估 | 实践 | WX | https://tensorflow.google.cn/guide/keras/train_and_evaluate |
| 4 | Keras层和模型 | 实践 | ZY | https://tensorflow.google.cn/guide/keras/custom_layers_and_models |
| 5 | Keras训练循环 | 讲课,实践 | GM | https://tensorflow.google.cn/guide/keras/writing_a_training_loop_from_scratch |
| 6 | Keras模型的保存和加载 | 实践 | ZY | https://tensorflow.google.cn/guide/keras/save_and_serialize |
| 时间段 | 内容 | 讲课 / 实践 | 分工 | 备注 |
|---|---|---|---|---|
| 7 | Keras循环网络 | 实践 | WX | https://tensorflow.google.cn/guide/keras/rnn |
| 8 | Keras遮盖与填充 | 讲课,实践 | GM | https://tensorflow.google.cn/guide/keras/masking_and_padding |
| 9 | Keras自建fit()内部操作 | 讲课,实践 | GM | https://tensorflow.google.cn/guide/keras/customizing_what_happens_in_fit |
| 10 | Keras迁移学习与细调 | 实践 | ZY | https://tensorflow.google.cn/guide/keras/transfer_learning |