Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bloc97/convnetcl4j

OpenCL Accelerated Deep Learning for Java using Aparapi
https://github.com/bloc97/convnetcl4j

aparapi convolutional-neural-networks deep-learning deepcl gpu-accelerated-library neural-network open-cl

Last synced: 28 days ago
JSON representation

OpenCL Accelerated Deep Learning for Java using Aparapi

Awesome Lists containing this project

README

        

# ConvNetCL4J
OpenCL Accelerated Deep Learning for Java using Aparapi

This is still WIP.

#### Developement has stopped due to better alternatives such as:
- Google Colab
- Kaggle Kernels

Currently done:
Convolutional Layer
Transpose Convolution Layer
ReLU Layer, LeakyReLU
SGD
SGD-Momentum
MSE Loss
Charbonnier Loss

*High priority:*
Add gradient checks and unit tests

Near future plans:
Other Rectifiers (ELU, etc)
Max Pooling Layer
Fully Connected Layer
Dilated Convolution Layer
Adam