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

"Bias" parameter in Neural Network

mb223223mb223223 Member Posts: 7 Learner I
Hi All
I want to have "Bias" parameter in Neural Nets operators. But "Neural Net" operator gives the Bias of each Node separately. I need overall "Bias" of the model or separately Bias of training and testing. 

Thanks in advances

Best

Best Answer

Answers

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    What is your definition of "bias" in this case?  For the NN operator, the "bias" returned for each node is effectively the intercept term applied to the equation form of the fit curve at each perceptron.  There is no corresponding "bias" at the overall model level, just as there is no set of single coefficients for the input variables (each node has its own set of coefficients).  So what exactly are you trying to measure at the level of the overall model?
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
  • mb223223mb223223 Member Posts: 7 Learner I
    edited October 2019
    Hi 
    I know what you mean. But in some published data using other software (Matlab etc.), it has been reported just one Bias for training and/or testing process. So, it does confusing me! Please see the attached file.

    Best
    1.jpg 88.6K
Sign In or Register to comment.