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 SparseCategoricalCrossEntropy Loss Function #36

Closed quadri-haider-ali closed 3 years ago

quadri-haider-ali commented 4 years ago

Added Sparse Categorical Cross Entropy Loss Function Fixes #9

This pull request adds SparseCategoricalCrossEntropy Loss function in MLlib/loss_func.py

TarunTomar122 commented 3 years ago

Closed due to Inactivity!