Discussion:
Scaling Input Data
D. Cooper Stevenson
2008-10-29 18:26:40 UTC
Permalink
Hi,

I am trying to obtain scaled data output to a text file using
"scaling_train.c." I uncommented the line to save the scaled data:

fann_save_train(data, "scaled_scaling.data");

...and compiled:

export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
g++ -Wall --pedantic --pipe -L/usr/local/lib scaling_train.c -o
scaling_train `pkg-config --cflags --libs fann`

No matter what combination I try in scaled_train.c, the system will not
output the "scaled_scaling.data" file, even though the compiled code happily
runs the training and outputs a .net neural net training file.

My goal is to output normalized input data to a file and use that data as
input to "FannTool" to make it easier to find the optimum training algorithm
and parameters.

What am I not doing correctly?


Very Best,


-Cooper

Continue reading on narkive:
Loading...