jabacat / jml

JABACAT-created machine learning library from scratch.
5 stars 5 forks source link

Check and correct activation functions #49

Open JakeRoggenbuck opened 11 months ago

JakeRoggenbuck commented 11 months ago

Correct activation functions

Make a graph of each function and display it

adamhutchings commented 11 months ago

Is this issue still open? Or did it get resolved?

JakeRoggenbuck commented 11 months ago

I can double check every function. Should they all be through the origin?

adamhutchings commented 11 months ago

No, not necessarily. The sigmoid as it is normally defined is 0.5 at x=0, for example.