isnns(1)
| isnns(1) | SNNS | isnns(1) |
NAME
isnns - interactiv, on the fly neural network training for SNNS
SYNOPSIS
isnns [ outpt_pattern_file ]
OPTIONS
outpt_pattern_file
DESCRIPTION
isnns is a small program based on the SNNS kernel which allows stream-oriented network training. It is supposed to train a network with patterns that are generated on the fly by some other process. isnns does not support the whole SNNS functionality, it only offers some basic operations.
The idea of isnns is to provide a simple mechanism which allows to use an already trained network within another application, with the possibility to retrain this network during usage. This can not be done with networks created by snns2c. To use isnns effectively, another application should fork an isnns process and communicate with it over the standard input and standard output channels. Please refer to the common literature about UNIX processes, and how to use the fork(2) and exec(2) system calls.
COMMANDS
load net_file_name
save net_file_name
prop i1 ... in
train lr o1 ... om
learn lr i1 ... in o1 ...on
quit
help
SEE ALSO
The SNNS user manual under the SNNS installation directory or the hypertext manual at http://www-ra.informatik.uni-tuebingen.de/SNNS/UserManual/UserManual.html
snns(1) description of the whole package
fork(2) Creates a new process
exec(2) Executes a file
AUTHOR
Guenter W. Mamier
