All Projects → llSourcell → Differentiable_neural_computer_live

llSourcell / Differentiable_neural_computer_live

Projects that are alternatives of or similar to Differentiable neural computer live

Dealing with data
Material that I use for a variety of classes and tutorials
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Manifold Learning
Introduction to manifold learning - mathematical theory and applied python examples (Multidimensional Scaling, Isomap, Locally Linear Embedding, Spectral Embedding/Laplacian Eigenmaps)
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Compling nlp hse course
Материалы курса по компьютерной лингвистике Школы Лингвистики НИУ ВШЭ
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Pythonicperambulations
Old source for jakevdp.github.io. New source at http://github.com/jakevdp/jakevdp.github.io-source
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Data science
Notebooks de análises e projetos de Data Science em Python
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Simple blockchain in 5 minutes
This is the code for "Simple Blockchain in 5 Minutes" By Siraj Raval on Youtube
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Seaborn
Seaborn 学习笔记
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Gemfield
Gemfield homework or libgemfield.so
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Image Captions
BERT + Image Captioning
Stars: ✭ 79 (-7.06%)
Mutual labels:  jupyter-notebook
Mobilenetssdface
Caffe implementation of Mobilenet-SSD face detector (NCS compatible)
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Turkish Bert Nlp Pipeline
Bert-base NLP pipeline for Turkish, Ner, Sentiment Analysis, Question Answering etc.
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Jupytemplate
Templates for jupyter notebooks
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Intrusion Detection System Using Deep Learning
VGG-19 deep learning model trained using ISCX 2012 IDS Dataset
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
2014 Summer Travels
Python-based spatial data analysis and visualization of the GPS location data from my 2014 summer travels.
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Glove As A Tensorflow Embedding Layer
Taking a pretrained GloVe model, and using it as a TensorFlow embedding weight layer **inside the GPU**. Therefore, you only need to send the index of the words through the GPU data transfer bus, reducing data transfer overhead.
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Depy2016
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook
Rna Seq Tsne
The art of using t-SNE for single-cell transcriptomics
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Convgp
Convolutional Gaussian processes based on GPflow.
Stars: ✭ 85 (+0%)
Mutual labels:  jupyter-notebook
Local light field synthesis
Local Light Field Synthesis (Pratul P. Srinivasan, Tongzhou Wang, Ashwin Sreelal, Ravi Ramamoorthi, Ren Ng ICCV 2017)
Stars: ✭ 86 (+1.18%)
Mutual labels:  jupyter-notebook
Plotly ipywidget notebooks
Stars: ✭ 84 (-1.18%)
Mutual labels:  jupyter-notebook

differentiable_neural_computer

Overview

This is the code for this video on Youtube by Siraj Raval as part of the Deep Learning Nanodegree with Udacity. We're going to build a Differentiable Neural Computer capable of learning the mapping between binary inputs and outputs. The point of this demo is to break the DNC down to its bare essentials so we can really understand how the architecture works. This is the most complex network i've ever built. And it's dope AF.

Dependencies

  • tensorflow
  • numpy

Usage

run jupyter notebook in terminal to see the code pop up in your browser.

Install jupyter here

Credits

The credits for this code go to claymcleod. I've merely created a wrapper to get people started.

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].