Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 491 Bytes

File metadata and controls

5 lines (5 loc) · 491 Bytes

AI-Coursework-1

Classifying clothing images into 10 different fashion categories using neural network. For this purpose, I am using Fashion MNIST dataset from keras dataset. It contains 60,000 images for training and 10,000 images for testing. Each image is 28x28 grayscale, associated with a label from 10 fashion categories. This project has adopted simple two layers network with different techniques to reduce the chance of overfitting (e.g. weight regularization, dropout etc).