in reply to Neural Nets with AI::NNEasy

Not that I'm aware of. gmpassos may have developed something, but I don't think he uses MATLAB for neural nets.

AI::NNEasy uses Storable to save the network object, so you should be able to write a script to read the object in from the file, identify the weight values and write them out in the format you need.

Update: Data::Dumper is likely to be useful doing this.

g0n, backpropagated monk