bias

Mau Rua
1 min readAug 14, 2020

--

bias (it uses to prevent the output from zero or neutral), we use bias because sometimes sum the product each input value with the corresponding weight becomes zero.

In that case, if we pass our Y value through any activation function, we will not get any result.

So bias term will help Y in becoming non-zero.

Y = X0 W0 + X1 W1 + … + Xn Wn + bias

--

--

Mau Rua
Mau Rua

Written by Mau Rua

Welcome to my software engineering blog. Please visit my career portfolio at https://mruanova.com 🚀🌎

No responses yet