[mlpack-git] [mlpack] Add leaky ReLUs (#412)

Marcus Edel notifications at github.com
Wed Mar 2 18:02:24 EST 2016


Thanks for the contribution. Before I merge the code in (I guess you will open a pull request) could you take a look at the design guidelines especially the comments section:

https://github.com/mlpack/mlpack/wiki/DesignGuidelines

It's minor, but I tend to be picky about code but I am not mean. :)

It would also be great if you could combine the two constructors into one:

```
LeakyReLULayer(double alpha = 0.01) : alpha(alpha)
```

And last but not least, can you add a function that returns alpha and enables the modification of alpha?

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/412#issuecomment-191482825
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160302/32abcb20/attachment.html>


More information about the mlpack-git mailing list