Neural network: output model descriptions are wrong?

phivu
phivu New Altair Community Member
edited November 2024 in Community Q&A

Hello RapidMiner,

 

I'm using neural network operator to do regression and want to use the output trained model (parameters) for another program in C++. However, after checking the calculations manually using the output trained paramaters, the results do not match with the predicted values by the trained neural network. I tried to search for this problem and found these 2 same questions asked a few years ago:

 

http://community.rapidminer.com/t5/RapidMiner-Studio/What-are-the-calculations-of-a-neural-network-output/m-p/23361#M17331

 

http://community.rapidminer.com/t5/RapidMiner-Studio/Newbie-question-Deriving-formulae-for-Neural-Nets/m-p/16214#M12070

 

So do you have any suggestion to solve my problem? (which is how to use the output trained parameters for another program in C++?)

 

Thank you very much for your help!

 

Best Regards,

Phi Vu

Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee

    Hi,

     

    did you have a look on the predict code of the neural net on github?

     

    ~Martin