All Projects → siddk → relation-network

siddk / relation-network

Licence: other
Tensorflow Implementation of Relation Networks for the bAbI QA Task, detailed in "A Simple Neural Network Module for Relational Reasoning," [https://arxiv.org/abs/1706.01427] by Santoro et. al.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to relation-network

entity-network
Tensorflow implementation of "Tracking the World State with Recurrent Entity Networks" [https://arxiv.org/abs/1612.03969] by Henaff, Weston, Szlam, Bordes, and LeCun.
Stars: ✭ 58 (+28.89%)
Mutual labels:  embeddings, tensorflow-models
permuted-bAbI-dialog-tasks
Dataset for 'Learning End-to-End Goal-Oriented Dialog with Multiple Answers' EMNLP 2018
Stars: ✭ 17 (-62.22%)
Mutual labels:  babi-tasks
wolfram-notebook-embedder
JavaScript embedder for Wolfram Cloud notebooks
Stars: ✭ 48 (+6.67%)
Mutual labels:  embeddings
code-compass
a contextual search engine for software packages built on import2vec embeddings (https://www.code-compass.com)
Stars: ✭ 33 (-26.67%)
Mutual labels:  embeddings
Tensorflow-Wide-Deep-Local-Prediction
This project demonstrates how to run and save predictions locally using exported tensorflow estimator model
Stars: ✭ 28 (-37.78%)
Mutual labels:  tensorflow-models
whatlies
Toolkit to help understand "what lies" in word embeddings. Also benchmarking!
Stars: ✭ 351 (+680%)
Mutual labels:  embeddings
word2vec-tsne
Google News and Leo Tolstoy: Visualizing Word2Vec Word Embeddings using t-SNE.
Stars: ✭ 59 (+31.11%)
Mutual labels:  embeddings
IR2Vec
Implementation of IR2Vec, published in ACM TACO
Stars: ✭ 28 (-37.78%)
Mutual labels:  embeddings
muzero
A simple implementation of MuZero algorithm for connect4 game
Stars: ✭ 87 (+93.33%)
Mutual labels:  deepmind
pysc2
StarCraft II Learning Environment
Stars: ✭ 7,529 (+16631.11%)
Mutual labels:  deepmind
Keras-Application-Zoo
Reference implementations of popular DL models missing from keras-applications & keras-contrib
Stars: ✭ 31 (-31.11%)
Mutual labels:  embeddings
lda2vec
Mixing Dirichlet Topic Models and Word Embeddings to Make lda2vec from this paper https://arxiv.org/abs/1605.02019
Stars: ✭ 27 (-40%)
Mutual labels:  embeddings
sentiment-analysis-of-tweets-in-russian
Sentiment analysis of tweets in Russian using Convolutional Neural Networks (CNN) with Word2Vec embeddings.
Stars: ✭ 51 (+13.33%)
Mutual labels:  embeddings
Awesome-Machine-Learning-Papers
📖Notes and remarks on Machine Learning related papers
Stars: ✭ 35 (-22.22%)
Mutual labels:  embeddings
SentimentAnalysis
Sentiment Analysis: Deep Bi-LSTM+attention model
Stars: ✭ 32 (-28.89%)
Mutual labels:  embeddings
ncc
Neural Code Comprehension: A Learnable Representation of Code Semantics
Stars: ✭ 162 (+260%)
Mutual labels:  embeddings
KGE-LDA
Knowledge Graph Embedding LDA. AAAI 2017
Stars: ✭ 35 (-22.22%)
Mutual labels:  embeddings
char-VAE
Inspired by the neural style algorithm in the computer vision field, we propose a high-level language model with the aim of adapting the linguistic style.
Stars: ✭ 18 (-60%)
Mutual labels:  tensorflow-models
bodymoji
Draws an emoji on your face! Powered by Nuxt.js, Tensorflow.js and Posenet
Stars: ✭ 21 (-53.33%)
Mutual labels:  tensorflow-models
EmbeddedScrollView
Embedded UIScrollView for iOS.
Stars: ✭ 55 (+22.22%)
Mutual labels:  embeddings

Relation Networks

Tensorflow Implementation of Relation Networks for the bAbI QA Task, detailed in "A Simple Neural Network Module for Relational Reasoning," by Santoro et. al.

Punchline

...

Results

TBA

Components

...

Repository Structure

Repository is structured in the following way:

+ model/ - Model Definition Code, including RN specific module implementation

+ preprocessor/ - Preprocessing Code to load and vectorize the bAbI Tasks (joint training)

+ data/ - Raw bAbI Task Data File (10K Version)

+ run.py - Core script for training and evaluating the Relation Networks on the bAbI Tasks.
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].