Skip to content

Pytorch - Zero to GANs: Assignment 3 - Feed Forward Neural Networks

Posted on: June 10, 2020 at 12:00 AMJune 10, 2020 at 12:00 AM (1 min read)

For this assignment we had to use a dataset of everyday objects and classify it by training and using a neural network.

Steps

  1. Explore the CIFAR10 dataset: CIFAR-10 and CIFAR-100 datasets
  2. Set up a training pipeline to train a neural network on a GPU (using Kaggle).
  3. Experiment with different network architectures & hyperparameters.

Link to the Jupyter notebook I made for the assignment: remusa/03-cifar10-feedforward | Jovian