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).
- Host: GitHub
- URL: https://github.com/lovesaroha/digits-similarity-training
- Owner: lovesaroha
- License: gpl-3.0
- Created: 2021-10-01T11:51:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-01T11:52:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-12T19:23:44.553Z (over 1 year ago)
- Topics: keras, knn, machine-learning, mnist, python, 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
# 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
```