Neural Network Intercept Bias
Closed this issue · 1 comments
janisz commented
I am going through a NN tutorial from this website
I am confused about one particular paragraph in this page (screenshot below).
-
Is the choice of the intercept bias of -1 purely arbitrary? I don't quite understand his explanation.
-
It said in the screenshot that the RBF function maps all values to a range of [0, +infinity]. However, the RBF function only maps to a range of [0,1]. Is this a mistake? And how does this positive range lead to a choice of -1 intercept bias?
peterroelants commented
Thanks for the comment.
See my answer at http://stackoverflow.com/a/42436987/919431
