CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
426 stars 242 forks source link

Add relu activation function #135

Open MartinMSPedersen opened 5 years ago

MartinMSPedersen commented 5 years ago

Make it possible to choose the relu activation function

MartinMSPedersen commented 5 years ago

one error

DaGuT commented 5 years ago

If it is ever going to be merged: There is an incorrect naming of relu function https://github.com/CodingTrain/Toy-Neural-Network-JS/pull/135/commits/e1e13fcc21c126e4434cbdbc1ca979e5f35ea5dd (you named it tanh)

Also, just as I was once told, this PR is not for relu only, they might not accept it because of that.