Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 477 Bytes

File metadata and controls

19 lines (16 loc) · 477 Bytes

CS4100 assignment 3

  • Implement and train two Neural Networks: one with a fully feedforward architecture and one with convolutional layers (classify each image of the dataset into one of 10 possible output classes)
  • Plotting Losses, Prediction Examples
  • Exploring kernals

Requirements

matplotlib==3.8.0 numpy==1.24.3 opencv_python==4.10.0.84 scipy==1.14.1 tensorflow==2.14.0 tensorflow_macos==2.14.0 torch==2.1.1 torchvision==0.16.1 tqdm==4.65.0

Author

Iba Baig