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
49 stars 69 forks source link

added Relu and LeakyRelu #208

Open AshDDftw opened 1 year ago

AshDDftw commented 1 year ago

Added activation and deactivation checks for Relu and LeakyRelu functions

rohansingh9001 commented 1 year ago

Logic LGTM.

The build is failing because of some lint errors. Should be an easy fix. Push to this PR itself. I will merge as soon as the checks pass.

You can check the lint errors here or run flake8 in your root directory.