Changes

Jump to: navigation, search

DPS921/PyTorch: Convolutional Neural Networks

No change in size, 14:10, 29 November 2020
Implementation of Neural Network
''' 4. Define the class structure of the CNN, in the following case, we have defined 4 linear layers, that output to three functions
''' that execute rectified linear processing as an activation method. '''
class Net(nn.Module):

Navigation menu