115k views
4 votes
next, we are going to apply convolutional neural networks to the same task. these networks have demonstrated great performance on many deep learning tasks, especially in computer vision. you will be working in the files part2-mnist/nnet cnn.py and part2-mnist/train utils.py in this problem convolutional neural networks 0/3 points (graded) we provide skeleton code part2-mnist/nnet cnn.py which includes examples of some (not all) of the new layers you will need in this part. using the pytorch documentation, complete the code to implement a convolutional neural network with following layers in order: a convolutional layer with 32 filters of size a relu nonlinearity

User Anew
by
7.3k points

1 Answer

3 votes

Answer:

clarify your question dude

Step-by-step explanation:

User Touhid
by
9.1k points