pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

neurons.Tanh #68

Closed benmoran closed 9 years ago

benmoran commented 9 years ago

Here is the tanh() nonlinearity, like sigmoid but in (-1,1), which I needed for a project.

pluskid commented 9 years ago

@benmoran Thanks!