You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did this with pure Python implementing linear layers, sigmoid activation, manual backpropagation, and training on the XOR problem without using machine learning libraries.
About
I did this with pure Python implementing linear layers, sigmoid activation, manual backpropagation, and training on the XOR problem without using machine learning libraries.