Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 349 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 349 Bytes

Deep-Learning-AC

Task 1

Implemented 3 functions:
- polynomial_fun
- fit_polynomial_ls
- fit_polynomial_sgd\

Task 2

Trained a custom ViT model with data from the CiFAR dataset and MixUp data augmentation algorithm.

Task 3

Ablation study between the sampling methods used in the ViT model.