Hacker News new | ask | show | jobs
by iopq 3613 days ago
I thought Neural Networks nowadays use ReLU instead of Sigmoid? Especially in the context of deep learning
1 comments

Looks like this implementation is based (in part) on the Stanford ML course, which teaches nnets using sigmoid activation.

Given that it's intended to introduce to beginners how nnets work, the choice of activation is an aside anyway - the real meat is back/forwardprop.

Absolutely, though I'll put in softmax, tanh and ReLU activation functions in near time. It isn't that difficult. Putting in more docstrings is also one of my todo.