Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rdspring1/lsh_memory

One-Shot Learning using Nearest-Neighbor Search (NNS) and Locality-Sensitive Hashing LSH
https://github.com/rdspring1/lsh_memory

deep-learning locality-sensitive-hashing memory-networks pytorch zero-shot-learning

Last synced: 5 days ago
JSON representation

One-Shot Learning using Nearest-Neighbor Search (NNS) and Locality-Sensitive Hashing LSH

Awesome Lists containing this project

README

        

# LSH_Memory
One-Shot Learning using Nearest-Neighbor Search (NNS) and Locality-Sensitive Hashing LSH

Run data_utils.py to download and pre-process Omniglot dataset

# Implementation
1. [Siamese Neural Networks for One-shot Image Recognition](https://www.cs.cmu.edu/~rsalakhu/papers/oneshot1.pdf)
2. [Learning to Remember Rare Events](https://arxiv.org/abs/1703.03129)

# Other References
1. [One-shot Learning with Memory-Augmented Neural Networks](https://arxiv.org/abs/1605.06065.pdf)
2. [Matching Networks for One Shot Learning](https://arxiv.org/abs/1606.04080.pdf)
* [Andrej Karpathy's Notes - Matching Networks](https://github.com/karpathy/paper-notes/blob/master/matching_networks.md)