makeyourownneuralnetwork/makeyourownneuralnetwork

bias neurones

Closed this issue · 1 comments

221V commented

hello!
i read http://makeyourownneuralnetwork.blogspot.com/2016/06/bias-nodes-in-neural-networks.html but do not understand how to add bias neurones into code(

can you make example code with bias?
thanks

this guide includes simple code (using only numpy) and includes code to show how bias nodes can be implemented - I hope this helps.

https://towardsdatascience.com/lets-code-a-neural-network-in-plain-numpy-ae7e74410795

(apologies or the late reply)