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

Add Cyclical Learning Rates Support to NeuralFit #5

Closed joaopauloschuler closed 4 years ago

joaopauloschuler commented 4 years ago

Add Cyclical Learning Rates property to define the cycle length (epoch count) as an integer number.

joaopauloschuler commented 4 years ago

Add example.