NeuronViz is a simple graphical neural network viewer for artificial ratebased neural networks.

1. Description

2. Installation
The installation is very easy. 
The following commands copy 'neuronviz.jar' to directory ~/lib and 'neuronviz' to directory ~/bin. 

user@host:~/path/to/neuronviz$ cd src
user@host:~/path/to/neuronviz/src$ make
user@host:~/path/to/neuronviz/src$ make install

That's all. 

3. Usage

neuronviz < testdescription2.txt

or

cat testdescription2.txt | neuronviz

or

neuronviz


TODO:
- describe how to install and use
- format


