All Projects → hmishra2250 → Ntm One Shot Tf

hmishra2250 / Ntm One Shot Tf

Licence: mit
One Shot Learning using Memory-Augmented Neural Networks (MANN) based on Neural Turing Machine architecture in Tensorflow

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Ntm One Shot Tf

Uncertainty Metrics
An easy-to-use interface for measuring uncertainty and robustness.
Stars: ✭ 145 (-39.08%)
Mutual labels:  data-science, neural-networks
Fixy
Amacımız Türkçe NLP literatüründeki birçok farklı sorunu bir arada çözebilen, eşsiz yaklaşımlar öne süren ve literatürdeki çalışmaların eksiklerini gideren open source bir yazım destekleyicisi/denetleyicisi oluşturmak. Kullanıcıların yazdıkları metinlerdeki yazım yanlışlarını derin öğrenme yaklaşımıyla çözüp aynı zamanda metinlerde anlamsal analizi de gerçekleştirerek bu bağlamda ortaya çıkan yanlışları da fark edip düzeltebilmek.
Stars: ✭ 165 (-30.67%)
Mutual labels:  data-science, neural-networks
Autograd.jl
Julia port of the Python autograd package.
Stars: ✭ 147 (-38.24%)
Mutual labels:  data-science, neural-networks
Learn Machine Learning
Learn to Build a Machine Learning Application from Top Articles
Stars: ✭ 116 (-51.26%)
Mutual labels:  data-science, neural-networks
Lstm anomaly thesis
Anomaly detection for temporal data using LSTMs
Stars: ✭ 178 (-25.21%)
Mutual labels:  neural-networks, lstm
Deep Learning With Python
Example projects I completed to understand Deep Learning techniques with Tensorflow. Please note that I do no longer maintain this repository.
Stars: ✭ 134 (-43.7%)
Mutual labels:  neural-networks, lstm
Mydatascienceportfolio
Applying Data Science and Machine Learning to Solve Real World Business Problems
Stars: ✭ 227 (-4.62%)
Mutual labels:  data-science, neural-networks
Codesearchnet
Datasets, tools, and benchmarks for representation learning of code.
Stars: ✭ 1,378 (+478.99%)
Mutual labels:  data-science, neural-networks
Deep Spying
Spying using Smartwatch and Deep Learning
Stars: ✭ 172 (-27.73%)
Mutual labels:  data-science, neural-networks
Jaxnet
Concise deep learning for JAX
Stars: ✭ 171 (-28.15%)
Mutual labels:  data-science, neural-networks
Keras Contrib
Keras community contributions
Stars: ✭ 1,532 (+543.7%)
Mutual labels:  data-science, neural-networks
Radio
RadIO is a library for data science research of computed tomography imaging
Stars: ✭ 198 (-16.81%)
Mutual labels:  data-science, neural-networks
Numpy Ml
Machine learning, in numpy
Stars: ✭ 11,100 (+4563.87%)
Mutual labels:  neural-networks, lstm
Ncrfpp
NCRF++, a Neural Sequence Labeling Toolkit. Easy use to any sequence labeling tasks (e.g. NER, POS, Segmentation). It includes character LSTM/CNN, word LSTM/CNN and softmax/CRF components.
Stars: ✭ 1,767 (+642.44%)
Mutual labels:  neural-networks, lstm
Sigmoidal ai
Tutoriais de Python, Data Science, Machine Learning e Deep Learning - Sigmoidal
Stars: ✭ 103 (-56.72%)
Mutual labels:  data-science, neural-networks
Ml Workspace
🛠 All-in-one web-based IDE specialized for machine learning and data science.
Stars: ✭ 2,337 (+881.93%)
Mutual labels:  data-science, neural-networks
Tageditor
🏖TagEditor - Annotation tool for spaCy
Stars: ✭ 92 (-61.34%)
Mutual labels:  data-science, neural-networks
Sarcasmdetection
Sarcasm detection on tweets using neural network
Stars: ✭ 99 (-58.4%)
Mutual labels:  neural-networks, lstm
Auptimizer
An automatic ML model optimization tool.
Stars: ✭ 166 (-30.25%)
Mutual labels:  data-science, neural-networks
Pywarm
A cleaner way to build neural networks for PyTorch.
Stars: ✭ 184 (-22.69%)
Mutual labels:  data-science, neural-networks

One Shot Learning using Memory-Augmented Neural Networks in Tensorflow.

Update: added support for Tensorflow v1*.

Tensorflow implementation of the paper One-shot Learning with Memory-Augmented Neural Networks.

Current Progress of Implementation:

  • [x] Utility Functions:
    • [x] Image Handler
    • [x] Metrics (Accuracy)
    • [x] Similarities (Cosine Similarity)
  • [x] LSTM Controller and Memory Unit
  • [x] Batch Generators
  • [x] Omniglot Tester Code
  • [ ] Unsupervised Feature Learning through Autoencoders
  • [ ] Cattle/New Born Recognition

The benchmark dataset is Omniglot dataset. All the datasets should be placed in the data/ folder.

Adam Santoro, Sergey Bartunov, Matthew Botvinick, Daan Wierstra, Timothy Lillicrap, One-shot Learning with Memory-Augmented Neural Networks, [arXiv]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].