Menu

How to save weight values?

pl97
2007-01-26
2013-04-16
  • pl97

    pl97 - 2007-01-26

    Hello,

    I have read the instruction of HowToSaveWeightValues from  http://www.jooneworld.com/wiki/tiki-index.php?page=HowToSaveWeightValues, it works very well, if I do this in Yoone - GUI-Editor, but I want to integrate that in my source-code. The Weight Values I also see, if I run this in a debugger.

    How can I integrate that in my source code? Thanks.

     
    • pl97

      pl97 - 2007-01-26

      NeuralNet jnn = new NeuralNet();

      syn = new FullSynapse();

      syn = (FullSynapse) jnn.getLayer("hidden").getAllOutputs().elementAt(0); //errors!!!!

       
    • pl97

      pl97 - 2007-01-26

      ... I got it!! :-)

       

Log in to post a comment.