joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
356 stars 195 forks source link

Implement Very Leaky ReLU #12

Closed joaopauloschuler closed 4 years ago

joaopauloschuler commented 4 years ago

https://arxiv.org/abs/1409.6070

joaopauloschuler commented 4 years ago

Implemented.