https://github.com/lovesaroha/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.
https://github.com/lovesaroha/fashion-mnist-similarity-training
fashion-mnist-dataset keras machine-learning python siamese-network tensorflow
Last synced: 3 months ago
JSON representation
Training a keras model (Siamese Network) to show similarity between two images using Fashion MNIST, a data set containing items of clothing.
- Host: GitHub
- URL: https://github.com/lovesaroha/fashion-mnist-similarity-training
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-01T11:56:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T11:56:36.000Z (about 4 years ago)
- Last Synced: 2025-06-29T15:01:45.981Z (3 months ago)
- Topics: fashion-mnist-dataset, keras, machine-learning, python, siamese-network, tensorflow
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
py -m pip install tensorflow
```
### Matplotlib
```bash
py -m pip install matplotlib
```
### Numpy
```bash
py -m pip install numpy
```## Start Training
```bash
py training.py
```