Skip to content

Commit 55ddc06

Browse files
committed
first commit
0 parents  commit 55ddc06

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

README.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Relation Networks and Sort-of-CLEVR in Tensorflow
2+
3+
## Descriptions
4+
This project includes a [Tensorflow](https://www.tensorflow.org/) implementation of Relation Networks and a synthetic VQA dataset named Sort-of-CLEVR proposed in the paper [A Simple Neural Network Module for Relational Reasoning](https://arxiv.org/abs/1706.01427).
5+
6+
### Relation Networks
7+
8+
[[Placeholder: the intro of RNs]]
9+
10+
<img src="figure/RN.png" height="450"/>
11+
12+
### Sort-of-CLEVR
13+
14+
[[Placeholder: the intro of the dataset]]
15+
16+
Note that this implementation only follows the main idea of the original paper while differing a lot in implementation details such as model architectures, hyperparameters, applied optimizer, etc. Also, the design of Sort-of-CLEVR only follows the high level ideas of the one proposed in the orginal paper.
17+
18+
\*This code is still being developed and subject to change.
19+
20+
## Prerequisites
21+
22+
- Python 2.7 or Python 3.3+
23+
- [Tensorflow 1.0.0](https://github.com/tensorflow/tensorflow/tree/r1.0)
24+
- [Tensorflow Plot](https://github.com/wookayin/tensorflow-plot)
25+
- [SciPy](http://www.scipy.org/install.html)
26+
- [NumPy](http://www.numpy.org/)
27+
28+
## Usage
29+
30+
### Datasets
31+
32+
### Training
33+
34+
### Testing
35+
36+
## Results
37+
38+
## Related works
39+
* [A Simple Neural Network Module for Relational Reasoning](https://arxiv.org/abs/1706.01427) by
40+
* [Visual Interaction Networks](https://arxiv.org/abs/1706.01433) by Watters et. al.
41+
* [Interaction networks for learning about objects, relations and physics](https://arxiv.org/abs/1612.00222) by Battaglia et. al.
42+
* My implementation of [Semi-supervised learning GAN](https://github.com/gitlimlab/SSGAN-Tensorflow)
43+
* My implementation of [Comparisons among SELU, ReLU, and LReLU based on visualization and histogram of activations](https://github.com/shaohua0116/Activation-Visualization-Histogram)
44+
45+
## Author
46+
47+
Shao-Hua Sun / [@shaohua0116](https://shaohua0116.github.io/) @ [Joseph Lim's research lab](https://github.com/gitlimlab) @ USC
48+
49+
## Acknowledgement

0 commit comments

Comments
 (0)