buriburisuri / sugartensor

A slim tensorflow wrapper that provides syntactic sugar for tensor variables. This library will be helpful for practical deep learning researchers not beginners.
MIT License
372 stars 63 forks source link

PReLU activation #28

Open mschneiderwng opened 7 years ago

mschneiderwng commented 7 years ago

It would be great to have the Parametric Rectified Linear Unit available.

The TFLearn implementation can be found here: https://github.com/tflearn/tflearn/blob/4ba8c8d78bf1bbdfc595bf547bad30580cb4c20b/tflearn/activations.py#L191