An open API service indexing awesome lists of open source software.

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.

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
```