Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sandonair007/siamese_network_on_omniglot

Implementation of Siamese Network using MXNet/Gluon
https://github.com/sandonair007/siamese_network_on_omniglot

mxnet-notebooks one-shot-learning

Last synced: 2 months ago
JSON representation

Implementation of Siamese Network using MXNet/Gluon

Awesome Lists containing this project

README

        

# Siamese Network on Omniglot
This is a repository consisting of a naive implementation of Siamese Network using [MXNet](https://mxnet.incubator.apache.org/versions/master/) and the nice interface [Gluon](http://gluon.mxnet.io/), and the dataset used here is [Omniglot](https://github.com/brendenlake/omniglot).

For the details about **Siamese Network**, please refer to paper [Siamese Neural Networks for One-shot Image Recognition, by Koch et al.](https://www.cs.cmu.edu/~rsalakhu/papers/oneshot1.pdf).

Thanks to Soren Bouma's inspiring [post](https://sorenbouma.github.io/blog/oneshot/).

If you have any questions, don't hesitate to submit an issue.