Neural Network Architectures and PyTorch (MLP, CNN, RNN/LSTM)
An architecture is a claim about your data, and every claim here is measured: why a stack of linear layers is one straight line, what a CNN's first layer actually learns, how fast a receptive field grows, where an RNN's gradient dies — and PyTorch as three ideas: a tensor, a tape, and a module.
- deep-learning
- pytorch
- cnn
- lstm