Skip to content

Commit

Permalink
reorganization: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeff committed Oct 21, 2016
1 parent 49ca7d2 commit 0badcce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Information Processing Systems (NIPS), 2016.
## Installation

1. Clone this repository.
```shell
```sh
git clone https://github.com/mdeff/cnn_graph
cd cnn_graph
```
Expand All @@ -35,10 +35,12 @@ Information Processing Systems (NIPS), 2016.

## Reproducing our results

Run all the notebooks to reproduce the experiments on [MNIST](mnist.ipynb) and
[20NEWS](20news.ipynb) presented in the paper.
Run all the notebooks to reproduce the experiments on
[MNIST](nips2016/mnist.ipynb) and [20NEWS](nips2016/20news.ipynb) presented in
the paper.
```sh
make exp
cd nips2016
make
```

## Using the model
Expand Down

0 comments on commit 0badcce

Please sign in to comment.