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 199 forks source link

Implement Maxout #13

Open joaopauloschuler opened 4 years ago

joaopauloschuler commented 4 years ago

Source: https://arxiv.org/pdf/1302.4389.pdf

Requirement: implement maxout activation function or numerically equivalent function.