Trains a Siamese Neural Network on pairs of digit from the MNIST dataset.
Visit keras documentation for basic explanation or just click this https://keras.io/examples/mnist_siamese/
Dimensionality Reduction by Learning an Invariant Mapping http://yann.lecun.com/exdb/publis/pdf/hadsell-chopra-lecun-06.pdf
It gets 97.96% test accuracy almost 98% :)
Built this model out of boredom :D