jabacat / jml

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

Add fast sigmoid activation function #13

Closed JakeRoggenbuck closed 11 months ago

JakeRoggenbuck commented 11 months ago

fixes #20

adamhutchings commented 11 months ago

@JakeRoggenbuck @Sophon96 is the build failing on windows an actual build failure or is it an artifact of the build script being broken when the commits were pushed

Sophon96 commented 11 months ago

@JakeRoggenbuck @Sophon96 is the build failing on windows an actual build failure or is it an artifact of the build script being broken when the commits were pushed

It's due to the latter. Should be fixed by simply merging #16

adamhutchings commented 11 months ago

16 is merged. Would pushing a trivial commit fix the issue?

adamhutchings commented 11 months ago

Closes #20 .

Sophon96 commented 11 months ago

16 is merged. Would pushing a trivial commit fix the issue?

Works!

adamhutchings commented 11 months ago

@JakeRoggenbuck are we good to merge right now?

adamhutchings commented 11 months ago

(As opposed to us adding other activation functions in this issue)

JakeRoggenbuck commented 11 months ago

@JakeRoggenbuck are we good to merge right now?

yup!