All Projects → shllln → Generativegraph

shllln / Generativegraph

Licence: mit
Implementation For the paper from DeepMind

Projects that are alternatives of or similar to Generativegraph

Otx misp
Imports Alienvault OTX pulses to a MISP instance
Stars: ✭ 45 (-2.17%)
Mutual labels:  jupyter-notebook
Nilmtk Contrib
Stars: ✭ 45 (-2.17%)
Mutual labels:  jupyter-notebook
Computing Density Maps
Fast computing density maps for ShanghaiTech and other datasets
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Grounded Image Captioning
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Regression Lineaire Numpy
Codes provenant de mes vidéos YouTube : https://www.youtube.com/channel/UCmpptkXu8iIFe6kfDK5o7VQ
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Handrecognition
Machine Learning example project using images of hand gestures.
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Data Science Complete Tutorial
For extensive instructor led learning
Stars: ✭ 1,027 (+2132.61%)
Mutual labels:  jupyter-notebook
Ssh tensorflow
This is a tensorflow re-implementation of SSH: Single Stage Headless Face Detector.
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Practical Deep Learning For Coders
Material for my run of Fast.AI
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Motion planning
Robot path planning, mapping and exploration algorithms
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Myst Nb
Parse and execute ipynb files in Sphinx
Stars: ✭ 45 (-2.17%)
Mutual labels:  jupyter-notebook
Nagisa Tutorial Pycon2019
Code for PyCon JP 2019 talk "Python による日本語自然言語処理 〜系列ラベリングによる実世界テキスト分析〜"
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Learn statistical Learning Method
学习《统计学习方法》并实现其中的大部分算法
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Tutorials
A collection of tutorials for the MOSEK package
Stars: ✭ 45 (-2.17%)
Mutual labels:  jupyter-notebook
Deeplearner
AI精研社 超级原创 Learn Python and Deep Learning from scratch. 会用搜狗输入法 + chrome浏览器,就能学的会的 Python + 人工智能·机器学习·深度学习算法 的完整学习解决方案。
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Recnn
Repository for the code of "QCD-Aware Recursive Neural Networks for Jet Physics"
Stars: ✭ 45 (-2.17%)
Mutual labels:  jupyter-notebook
Nlp notes
自然语言处理学习笔记:机器学习及深度学习原理和示例,基于 Tensorflow 和 PyTorch 框架,Transformer、BERT、ALBERT等最新预训练模型及源代码详解,及基于预训练模型进行各种自然语言处理任务。模型部署
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Vbyo2018
Veri Bilimi Yaz Okulu
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Openaigym
Code from "Intro to OpenAI Gym" tutorial video: https://youtu.be/8MC3y7ASoPs
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook
Melodyextraction jdc
"Joint Detection and Classification of Singing Voice Melody Using Convolutional Recurrent Neural Networks"
Stars: ✭ 46 (+0%)
Mutual labels:  jupyter-notebook

[WIP] Pytorch Implementation for Learning Deep Generative Models of Graphs

Yujia Li, Oriol Vinyals, Chris Dyer, Razvan Pascanu, Peter Battaglia (DeepMind,London,UK)
https://arxiv.org/abs/1803.03324

Usage

Enviroments (CPU/GPU)

Pull the Envrioment for this implementation.
docker pull relutropy/research

Run the enviroment.
CPU
docker run -i -t -p 1111:1111 relutropy/research /bin/bash
GPU
nvidia-docker run -i -t -p 1111:1111 relutropy/research /bin/bash

Start jupyter server by below command.
In container $ nohup jupyter notebook --allow-root >> jupyter.log 2>&1 &

Codes on Jupyter Notebooks

To get notebooks execute this command.
In container $ git clone https://github.com/shllln/GenerativeGraph.git

Welcome PR and issue.

This is prtotype.

There are some differences from the paper.
For example, h_v_init has no condition vector.
That will match the paper soon.

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