一. PyTorch文档连接
- Tutorial: https://pytorch.org/tutorials/beginner/former_torchies_tutorial.html
- Layers: https://pytorch.org/docs/nn.html
- Activations: https://pytorch.org/docs/nn.html#non-linear-activations
- Loss functions: https://pytorch.org/docs/nn.html#loss-functions
- Optimizers: http://pytorch.org/docs/optim.html#algorithms
- 实例: https://pytorch.org/tutorials/beginner/pytorch_with_examples.html
- 强化学习: https://pytorch.org/tutorials/intermediate/reinforcement_q_learning.html