Python/neural_network/activation_functions
piyush-poddar 26d650ec28
Moved relu.py from maths/ to neural_network/activation_functions (#9753)
* Moved file relu.py from maths/ to neural_network/activation_functions

* Renamed relu.py to rectified_linear_unit.py

* Renamed relu.py to rectified_linear_unit.py in DIRECTORY.md
2023-10-04 16:28:19 -04:00
..
exponential_linear_unit.py The ELU activation is added (#8699) 2023-05-02 16:36:28 +02:00
leaky_rectified_linear_unit.py Added Leaky ReLU Activation Function (#8962) 2023-08-16 18:22:15 -07:00
rectified_linear_unit.py Moved relu.py from maths/ to neural_network/activation_functions (#9753) 2023-10-04 16:28:19 -04:00
scaled_exponential_linear_unit.py Added Scaled Exponential Linear Unit Activation Function (#9027) 2023-09-06 15:16:51 -04:00