Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
One-shot Learning with Memory-Augmented Neural Networks
| Date | Stars |
|---|---|
| 2026-07-31 | 422 |
| 2026-08-02 | 422 |
| 2026-08-03 | 422 |
| 2026-08-06 | 422 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# One-shot Learning with Memory-Augmented Neural Networks Theano implementation of the paper *One-shot Learning with Memory-Augmented Neural Networks*, by A. Santoro et al. ## Getting started To avoid any conflict with your existing Python setup, and to keep this project self-contained, it is suggested to work in a virtual environment with [`virtualenv`](http://docs.python-guide.org/en/latest/dev/virtualenvs/). To install `virtualenv`: ```bash sudo pip install --upgrade virtualenv ``` Create a virtual environment called `venv`, activate it and install the requirements given by `requirements.txt`. ```bash virtualenv venv source venv/bin/activate pip install -r requirements.txt ``` ## Omniglot In order to run the experiment on the [Omniglot dataset](https://github.com/brendenlake/omniglot), you first need to download the dataset in the [`data/omniglot`](data/omniglot/) folder (see the [`README`](data/omniglot/README.md) for more details). ## Tests This projects has a few basic tests. To run these tests, you can run the `py.test` on the project folder ```bash venv/bin/py.test mann -vv ``` ## Paper Adam Santoro, Sergey Bartunov, Matthew Botvinick, Daan Wierstra, Timothy Lillicrap, *One-shot Learning with Memory-Augmented Neural Networks*, [[arXiv](http://arxiv.org/abs/1605.06065)]
Excerpt of 1,303 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:5d5ef01227e0b578, llm:Repository title/description: 'One-shot Learning with Memory-Augmented Neural Networks' (NTM = Neural Turing Machine). Language: Python. Focus on one-shot learning, memory-augmented networks (meta-learning).
matched fp:5d5ef01227e0b578, llm:Repository title/description: 'One-shot Learning with Memory-Augmented Neural Networks' (NTM = Neural Turing Machine). Language: Python. Focus on one-shot learning, memory-augmented networks (meta-learning).
matched fp:5d5ef01227e0b578, llm:Repository title/description: 'One-shot Learning with Memory-Augmented Neural Networks' (NTM = Neural Turing Machine). Language: Python. Focus on one-shot learning, memory-augmented networks (meta-learning).