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

https://github.com/lucaangioloni/mnist_task

Learn a task like sum, abs_diff, eucl_dist with MNIST pairs
https://github.com/lucaangioloni/mnist_task

cnn keras-tensorflow machine-learning mnist mnist-pairs model regression

Last synced: over 1 year ago
JSON representation

Learn a task like sum, abs_diff, eucl_dist with MNIST pairs

Awesome Lists containing this project

README

          

# MNIST_task
Learn a task like sum, abs_diff, eucl_dist with MNIST pairs.

The model is a siamese-like CNN implemented with Tensorflow/Keras.

## Task
The model learns to compute the following tasks:

![alt text](img/ex_img.png)

## Requirements
| Software | Version | Required |
| -------------- |:--------------:| --------:|
| **Python** | >= 3.5 | Yes |
| **Numpy** |Tested on v1.17 | Yes |
| **Tensorflow** |Tested on v2.0.0| Yes |
| **str2bool** | >= 1.0 | Yes |