Skip to content

tobygodwin/CNNs

Repository files navigation

CNNs

The code in this repo formed part of a coursework completed for the 'Deep Learning' course. It is written using PyTorch, and is split into different parts.

A summary of the parts is as follows:

  1. Part 1: define the 2D convolution, max pooling operation, linear layer and 2D batch normalization
  2. Part 2: train a ResNet-18 on the CIFAR-10 dataset
  3. Part 3: answers to questions

The following ResNet architecture is built and trained to perform classification on the CIFAR-10 dataset ResNet-18

About

PyTorch implementation of 2D convolution, max pooling operation, linear layer and 2D batch normalization. Then a ResNet-18 classifier is built and trained on CIFAR-10. Code based on course work for 'Deep Learning' module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors