Deep Neural Network in Pytorch
A network with 3 hidden layers, each contains 5 neurons.
1 | class Net(nn.Module): |
Result:
Result of using too many neurons (overfitting):
A network with 3 hidden layers, each contains 5 neurons.
1 | class Net(nn.Module): |
Result:
Result of using too many neurons (overfitting):