...

/

Build a Convolutional Network

Build a Convolutional Network

Develop a Convolutional Neural Network (CNN) with Pytorch.

We'll cover the following...

It is time to apply what we learned about CNNs through an assignment. We will build a fully functional CNN and train it with our familiar CIFAR10 dataset.

The CNN structure will be:

  • A conv layer with 3 channels as input, 6 channels as output, and
...