All Projects → wohlert → Generative Query Network Pytorch

wohlert / Generative Query Network Pytorch

Licence: other
Generative Query Network (GQN) in PyTorch as described in "Neural Scene Representation and Rendering"

Projects that are alternatives of or similar to Generative Query Network Pytorch

Reinforcement Learning
Learn Deep Reinforcement Learning in 60 days! Lectures & Code in Python. Reinforcement Learning + Deep Learning
Stars: ✭ 3,329 (+1032.31%)
Mutual labels:  jupyter-notebook, deepmind
Mnist Ewc
Implementation of ews weight constraint mentioned in recent Deep Mind paper: http://www.pnas.org/content/early/2017/03/13/1611835114.full.pdf
Stars: ✭ 9 (-96.94%)
Mutual labels:  jupyter-notebook, deepmind
Advanced Deep Learning And Reinforcement Learning Deepmind
🎮 Advanced Deep Learning and Reinforcement Learning at UCL & DeepMind | YouTube videos 👉
Stars: ✭ 121 (-58.84%)
Mutual labels:  jupyter-notebook, deepmind
Pyssim
A Python module for computing the Structural Similarity Image Metric (SSIM)
Stars: ✭ 290 (-1.36%)
Mutual labels:  jupyter-notebook
Covid Model
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Predict Customer Churn
A general-purpose framework for solving problems with machine learning applied to predicting customer churn
Stars: ✭ 294 (+0%)
Mutual labels:  jupyter-notebook
Dab
Data Augmentation by Backtranslation (DAB) ヽ( •_-)ᕗ
Stars: ✭ 294 (+0%)
Mutual labels:  jupyter-notebook
Sscnet
Semantic Scene Completion from a Single Depth Image
Stars: ✭ 290 (-1.36%)
Mutual labels:  jupyter-notebook
Dive Into Dl Tensorflow2.0
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为TensorFlow 2.0实现,项目已得到李沐老师的认可
Stars: ✭ 3,380 (+1049.66%)
Mutual labels:  jupyter-notebook
Multidimensional Lstm Bitcoin Time Series
Using multidimensional LSTM neural networks to create a forecast for Bitcoin price
Stars: ✭ 289 (-1.7%)
Mutual labels:  jupyter-notebook
Ta Lib In Chinese
中文版TA-Lib库使用教程
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
G Darknet
darknet with GIoU
Stars: ✭ 292 (-0.68%)
Mutual labels:  jupyter-notebook
Alphagozero Python Tensorflow
Congratulation to DeepMind! This is a reengineering implementation (on behalf of many other git repo in /support/) of DeepMind's Oct19th publication: [Mastering the Game of Go without Human Knowledge]. The supervised learning approach is more practical for individuals. (This repository has single purpose of education only)
Stars: ✭ 292 (-0.68%)
Mutual labels:  deepmind
Mathtoolsforneuroscience
Materials for Mathematical Tools for Neuroscience course at Harvard (Neurobio 212)
Stars: ✭ 287 (-2.38%)
Mutual labels:  jupyter-notebook
Tdc
Therapeutics Data Commons: Machine Learning Datasets and Tasks for Therapeutics
Stars: ✭ 291 (-1.02%)
Mutual labels:  jupyter-notebook
Python for data science
A rapid on-ramp primer for programmers who want to learn Python for doing data science research and development.
Stars: ✭ 290 (-1.36%)
Mutual labels:  jupyter-notebook
Scientific Python Lectures
Lectures on scientific computing with python, as IPython notebooks.
Stars: ✭ 3,158 (+974.15%)
Mutual labels:  jupyter-notebook
Automated Manual Comparison
Automated vs Manual Feature Engineering Comparison. Implemented using Featuretools.
Stars: ✭ 291 (-1.02%)
Mutual labels:  jupyter-notebook
Fpn tensorflow
This is a tensorflow re-implementation of Feature Pyramid Networks for Object Detection.
Stars: ✭ 291 (-1.02%)
Mutual labels:  jupyter-notebook
Datascience course
Curso de Data Science em Português
Stars: ✭ 294 (+0%)
Mutual labels:  jupyter-notebook

Update 2019/06/24: A model trained on 10% of the Shepard-Metzler dataset has been added, the following notebook explains the main features of this model: nbviewer

Generative Query Network

This is a PyTorch implementation of the Generative Query Network (GQN) described in the DeepMind paper "Neural scene representation and rendering" by Eslami et al. For an introduction to the model and problem described in the paper look at the article by DeepMind.

The current implementation generalises to any of the datasets described in the paper. However, currently, only the Shepard-Metzler dataset has been implemented. To use this dataset you can use the provided script in

sh scripts/data.sh data-dir batch-size

The model can be trained in full by in accordance to the paper by running the file run-gqn.py or by using the provided training script

sh scripts/gpu.sh data-dir

Implementation

The implementation shown in this repository consists of all of the representation architectures described in the paper along with the generative model that is similar to the one described in "Towards conceptual compression" by Gregor et al.

Additionally, this repository also contains implementations of the DRAW model and the ConvolutionalDRAW model both described by Gregor et al.

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