Benardi / touvlo

:robot: ML algorithms implemented from scratch and provided block by block
https://touvlo.readthedocs.io/en/latest/
MIT License
12 stars 18 forks source link

Add new activation functions for neural network #28

Open Benardi opened 5 years ago

Benardi commented 5 years ago

Description

Add new activation functions (at least Tanh and ReLU) and modify the Neural Network Module to employ whatever activation unit is specified

Files

Tasks

Include specific tasks in the order they need to be done in. Include links to specific lines of code where the task should happen at.

UtnansN commented 5 years ago

I'd like to work on this

Benardi commented 5 years ago

Sure thing

ghost commented 5 years ago

Hi, I also want to work on this. I can add some other activation functions too.

Benardi commented 5 years ago

Hi, I also want to work on this. I can add some other activation functions too.

Sure, no problem. Just make sure you both synchronize as to not redo each other's work.