Skip to content

Commit 26d650e

Browse files
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
1 parent c16d2f8 commit 26d650e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

DIRECTORY.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,6 @@
639639
* [Quadratic Equations Complex Numbers](maths/quadratic_equations_complex_numbers.py)
640640
* [Radians](maths/radians.py)
641641
* [Radix2 Fft](maths/radix2_fft.py)
642-
* [Relu](maths/relu.py)
643642
* [Remove Digit](maths/remove_digit.py)
644643
* [Runge Kutta](maths/runge_kutta.py)
645644
* [Segmented Sieve](maths/segmented_sieve.py)
@@ -710,6 +709,7 @@
710709
* [Exponential Linear Unit](neural_network/activation_functions/exponential_linear_unit.py)
711710
* [Leaky Rectified Linear Unit](neural_network/activation_functions/leaky_rectified_linear_unit.py)
712711
* [Scaled Exponential Linear Unit](neural_network/activation_functions/scaled_exponential_linear_unit.py)
712+
* [Rectified Linear Unit](neural_network/activation_functions/rectified_linear_unit.py)
713713
* [Back Propagation Neural Network](neural_network/back_propagation_neural_network.py)
714714
* [Convolution Neural Network](neural_network/convolution_neural_network.py)
715715
* [Perceptron](neural_network/perceptron.py)
File renamed without changes.

0 commit comments

Comments
 (0)