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

Added Mean Absolute Percentage Error #172

Closed kwanit1142 closed 3 years ago

kwanit1142 commented 3 years ago
  1. Added Mean Absolute Percentage Error Function
  2. Made Changes in Readme after this addition.

Future Goal :-

  1. Add Derivative for Mean Absolute Percentage Error.