cbergmeir / RSNNS

RSNNS: Neural Networks in R using the Stuttgart Neural Network Simulator (SNNS)
26 stars 5 forks source link

Add activation function, ACT_RELU #16

Closed niceguy1575 closed 6 years ago

niceguy1575 commented 6 years ago

Hi, I want to add RELU FUNCTION on RSNNS.

There's no options about RELU.. So I made it by myself.

After some commits and tests, I will ask new requests about code!

Thx.