Skip to content

Training a keras model (Siamese Network) to show similarity between two images using Fashion MNIST, a data set containing items of clothing.

License

Notifications You must be signed in to change notification settings

lovesaroha/Fashion-MNIST-Similarity-Training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Fashion-MNIST-Similarity-Training

Training a keras model (Siamese Network) to show similarity between two images using Fashion MNIST, a data set containing items of clothing.

Requirements

  • Python 3 or higher.

Packages

Tensorflow

py -m pip install tensorflow

Matplotlib

py -m pip install matplotlib

Numpy

py -m pip install numpy

Start Training

py training.py

About

Training a keras model (Siamese Network) to show similarity between two images using Fashion MNIST, a data set containing items of clothing.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages