Skip to content

ZachSierp/ANJI-visualization

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ANJI Visualization

What is ANJI-visualization?

ANJI-visualization is a plotting tool for ANJI Neural Networks and is built around the specific format of ANJI output directories and XML data files. It was created to assist in the performance evaluation of Neural Networks evolved using ANJI.

Using ANJI-Visualization

The visualization tool can be used directly from the command line. The program requires at least two inputs:

  1. An ANJI output XML directory containing the data to be plotted
  2. A config file of type .ini specifying different settings. (Examples are provided in the "Example_Config" folder as well as a template.)

To run the program (the order of the config file and directory do not matter):

$python xparse.py your_config.ini your_directory

Two experiment directories can be given to the program for performance comparisons using standard deviation and significance:

$python xparse.py your_config.ini directory#1 directory#2

Again, the order of the input config file and directories does not matter.

Example Plot Outputs

alt text

alt text

About

ANJI visualization tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published