gri6507 has asked for the wisdom of the Perl Monks concerning the following question:
First off, thanks for all of your responses to my earlier node Neural Nets. Based on your suggestions and the type of work I would like to do, i decided to go with AI::NNEasy. As the name suggests, the interface to the module is truly easy and seems to be rather fast.
I do, however, have a question. In an attempt to do a hybrid AI::NNEasy and Matlab solution, I would like to use AI::NNEasy to train the net and get the weights and biases, then start my Matlab net with those values. Is there a reliable hack (apparently there are no built-in methods) to extract the weights and biases?
Thanks again.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Neural Nets with AI::NNEasy
by g0n (Priest) on Apr 11, 2005 at 14:23 UTC |