snns2c(1)
| snns2c(1) | SNNS | snns2c(1) |
NAME
snns2c - compiler to transform a trained neural network into a C-routine
SYNOPSIS
snns2c network-file [ C-filename [ function-name ] ]
OPTIONS
network-file
C-filename
function-name
DESCRIPTION
This tool transforms an SNNS network file into an compilable C source. It reads a network file network-file and generates a C source file named C-filename. The network can then be called as a function function-name from any C program. If the parameter function-name is missing, the name of C-filename is taken without the ending ".c". If this parameter is also missing, the name of the network file is chosen and fitted with a new ending for the output file. This name without ending is also used for the function name.
It is not possible to train the generated net, SNNS has to be used for this purpose. After completion of network training with SNNS, the tool snns2c is used to integrate the trained network as a C function into a separate application.
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
xgui(1) graphical user interface for SNNS
batchman(1) batch execution interface for SNNS
snns(1) description of the whole package
AUTHOR
Guenter W. Mamier
