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 68 forks source link

fixed derivative function of leakyrelu, added tests for elu, leakyrel… #126

Closed hiteshidudeja closed 3 years ago

hiteshidudeja commented 3 years ago

…u and tanh activation functions

References to other Issues or PRs or Relevant literature

Brief description of what is fixed or changed

Other comments