You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project applies transfer learning using a pretrained AlexNet model to classify FashionMNIST images. The model was fine-tuned and trained on GPU after necessary preprocessing. It achieved 93.16% accuracy on the test set and 95.87% on the training set.