Page 1 of 1

Script for input sensitivity analysis of neural nets

Posted: Wed 5. Jul 2017, 20:16
by TJetter
This script analyzes the currently loaded net with respect to the sensitivity of all its inputs with respect to all outputs.
For all the inputs the corresponding activation range of the neurons is scanned and the net reaction is recorded. For this purpose, all other inputs are either set to the mean value of their related activation range or the activation values are used which were effective when the script was started. The corresponding choice for either option can be made in the constant section of the script.

All results are exported into a csv file. This csv file can optionally automatically be opened in the application registered at Windows for csv files. Finally, the script provides the option to visualize the recorded sensitivity curves in the Pattern Error Viewer of MemBrain.

More useful comments are provided in the header of the script.