Re: C code generator in the SNNS 4.1

(Që…ð@ÄØð@ÄÔ)
Tue, 2 Sep 1997 08:54:55 +0200

>>>>> On Mon, 1 Sep 1997 20:51:44 +0200 (MET DST),
>>>>> Juliana Amaral Arante wrote:

> 	I am a student from the Santa Catarina Federal University. We 
> are developping a project where we will construct an multi-agent 
> system for traffic and flow control in ATM networks using neural networks. 
> And, our ideia is to use the Stuttgart Neural Network Simulator to define 
> a neural network enable to solve our problem.  We have already get 
> and installed the software. But, we want to know if the SNNS has a C++ or C 
> code generator, so that we can define our neural network in the SNNS and 
> then have automatically the C++ or C code to use on the implementation. 
> And, if this is possible, how we can do it? We want to thanks for the 
> atencion and will be waiting for an answer as soon as possible.

There is a simple utility program called snns2c that does exactly what
you want, i.e. creates a standalone C function from a trained SNNS
network. The C function need not be linked against any SNNS library.
snns2c comes with standard SNNS.

Best,

-- 
-------------------------------------------------------------------
                        Friedrich  Leisch                             
Institut für Statistik                      Tel: (+43 1) 58801 4541
Technische Universität Wien                 Fax: (+43 1)  504 14 98
Wiedner Hauptstraße 8-10/1071      Friedrich.Leisch@ci.tuwien.ac.at
A-1040 Wien, Austria             http://www.ci.tuwien.ac.at/~leisch
     PGP public key http://www.ci.tuwien.ac.at/~leisch/pgp.key
-------------------------------------------------------------------