Skip to content

Deep Learning CNN for clothing classification using Fashion MNIST dataset

License

Notifications You must be signed in to change notification settings

santiagoLabs/Convolutional-Neural-Network-Fashion_MNIST

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Convolutional-Neural-Network-Fashion_MNIST

Deep Learning CNN for clothing classification using Fashion MNIST dataset Neural Network was implemented using Python and PyTorch.

The NN was implemented following the architecture below.

The model uses a cross entropy loss function and SGD as optimisation method. Weights are initialized using the Xavier normal initialization.

Trained the model for 50 epochs with the following activation functions: Sigmoid, reLU and Tanh.

Results: Activation Function: Tanh Learning rate: 0.1


Activation Function: reLU

Activation Function: Sigmoid


About

Deep Learning CNN for clothing classification using Fashion MNIST dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages