[PyTorch] Tutorial(3) Introduction of Neural Networks
The so-called Neural Network is the model architecture we want to build for deep learning. In official PyTorch document, the first sentence clearly states:
You can use torch.nn
to build a neural network.