YOU’RE LEARNING TO↗define a custom neural network by subclassing nn.Module and implementing forward()
↗compose linear layers and activation functions to build a feedforward network
↗choose an appropriate loss function for classification or regression tasks
↗instantiate an optimizer and understand what its step() method does
↗inspect and count a model's trainable parameters