RoboticsClubIITJ / ML-DL-implementation

An implementation of ML and DL algorithms from scratch in python using nothing but NumPy and Matplotlib.
BSD 3-Clause "New" or "Revised" License
48 stars 69 forks source link

Implementation of alpha's functionality in leakyRelu #74

Closed 0xnakul closed 3 years ago

0xnakul commented 3 years ago

closes #73

leakyRelu activation function has been modified to accept alpha(slope of activation for X<0) as a parameter with its default value set to 0.01.