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

https://github.com/lovesaroha/digits-similarity-training

Training a keras model (Siamese Network) to show similarity between two images using MNIST, a data set containing items of handwriting digits (0 to 9).
https://github.com/lovesaroha/digits-similarity-training

keras knn machine-learning mnist python tensorflow

Last synced: about 2 months ago
JSON representation

Training a keras model (Siamese Network) to show similarity between two images using MNIST, a data set containing items of handwriting digits (0 to 9).

Awesome Lists containing this project

README

          

# Digits-Similarity-Training
Training a keras model (Siamese Network) to show similarity between two images using MNIST, a data set containing items of handwriting digits (0 to 9).

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