The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

manual calculation of NeuralNet predictions

darshi_plmdarshi_plm Member Posts: 3 Contributor I
edited November 2018 in Help

Hi,

Can someone pls let me know how to calculate a prediction (continuous) from a set of input variables (continuous) using the weights and bias at hidden nodes (sigmoid) and the output node (linear)? This is to manually verify the results obtained from neuralnet.

Thanks

 

Best Answer

  • darshi_plmdarshi_plm Member Posts: 3 Contributor I
    Solution Accepted

    Thanks a lot.
    I have used the NeuralNet output weights to calculate the sigmoid transformation of weighted sum of the inputs. The mistake I have made was calculating the output without realizing that NeuralNet has normalised the attributes to fall within -1 and 1. Now all sorted.

Answers

Sign In or Register to comment.