mlpack-testing

Logo

mlpack features I am working on.

View the Project on GitHub iamshnoo/mlpack-testing

Multi Label Soft Margin Loss

Contains work done on the Multi Label Soft Margin Loss. Most of this work was done prior to getting selected for GSoC’20.

#2345

What this folder contains

Jupyter Notebook comparing PyTorch/numpy implementation of the above loss function with mlpack/armadillo implementation.

How to run

To run the notebook, you would need pytorch, numpy and armadillo. To avoid issues with linking the libraries correctly, it is better to run the notebook in Google Colab.

Multi Label Soft Margin Loss