Options

"Bias" parameter in Neural Network

mb223223mb223223 Member Posts: 7 Newbie
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

  • Options
    Telcontar120Telcontar120 Moderator, 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
  • Options
    mb223223mb223223 Member Posts: 7 Newbie
    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.