Open
Description
Source paper: http://arxiv.org/abs/1602.02068
PyTorch implementation: https://github.com/Qwicen/node/blob/master/lib/nn_utils.py
I started working on implementing sparsemax
in Julia for TabNet. I thought that it would best fit in NNlib.jl. It should have the exact same functionality as softmax
.