文章目录
- 1.Pyorch
- 2.TensorFlow
- 3. Other
1.Pyorch
Pytorch(1)-内置/自己设计的损失函数使用
Pytorch(2)-tensor常用操作
Pytorch(3)–数据载入接口:Dataloader、datasets
Pytorch(4)-模型保存-载入-eval()
Pytorch(5)-梯度反向传播
Pytorch(6)–设置随机种子,复现模型结果
Pytorch(7)-自己设计神经网络会遇到的问题
2.TensorFlow
TensorFlow(1)-模型相关基础概念
TensorFlow(2)-数据载入
TensorFlow(4)-TFRecord
3. Other
Tensorboard–模型可视化工具