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
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
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
Tagged:
0
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @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.
Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
6
Answers
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
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