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 read the book Perceptrons and was curious if I could make a small perceptron machine, I then learned that using a sigmoid function, I could create a non-linear activation. I was curous to see what I could accomplish. I will be turning this into a python lib for myself to test with