hughperkins / DeepCL

OpenCL library to train deep convolutional neural networks
Mozilla Public License 2.0
867 stars 199 forks source link

Factorize kernels #19

Closed hughperkins closed 9 years ago

hughperkins commented 9 years ago

Factorize kernels:

hughperkins commented 9 years ago

Created new activation layer, can do -relu, -sigmoid, -tanh etc. Seems to work ok. Doesnt seem to slow things down obviously.