Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.42 KB

File metadata and controls

24 lines (17 loc) · 1.42 KB

(local file at Lecture-1/)

Homework: Improve the Sonar base model

Example solution

(local file at Lecture-2/)

Homework: Improve the FashionMNIST FFNN and submit it

  • Train a better feed-forward neural network for FashionMNIST.
  • Try different hidden sizes, number of layers, activations, learning rates, schedulers, and data augmentations.
  • Save your trained model as submission.pt with model_state_dict and a small config containing hidden_units and activation.
  • Run the final notebook cell to submit your .pt file to the leaderboard.

Leaderboard: https://tues-ai.github.io/PyTorch-Intro/

gasti