🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"Bias" parameter in Neural Network

mb223223User: "mb223223"
New Altair Community Member
Updated by Jocelyn
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

Find more posts tagged with

Sort by:
1 - 1 of 11
    varunm1User: "varunm1"
    New Altair Community Member
    Accepted Answer
    Hello @mb223223

    I got your point. As @Telcontar120 said the bias is for each node in an NN. What MATLAB does is it will give bias of each node in the form of a vector-based on a command getwb. I am not sure, but a guess as I didn't read the paper you mentioned. I think they might have done some average or other operation to get the training bias and testing bias.

    You can also get the bias of each node in Rapidminer. Once the mode is run, it will be in the description of the model.