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
371 stars 198 forks source link

Implement Activation Function ReLU6 #69

Closed joaopauloschuler closed 2 years ago

joaopauloschuler commented 2 years ago

https://www.tensorflow.org/api_docs/python/tf/nn/relu6 https://paperswithcode.com/method/relu6

This is related to #67.

joaopauloschuler commented 2 years ago

Implemented.