jeffheaton / encog-java-core

http://www.heatonresearch.com/encog
Other
742 stars 268 forks source link

BLAS/CUBLAS Library help for you #199

Closed eix128 closed 7 years ago

eix128 commented 9 years ago

Hello , there is new OpenCL/Cuda supported library. ArrayFire! http://www.arrayfire.com

There is java wrapper https://github.com/arrayfire/arrayfire_java

This library is very fast and open source! Its commercial but there is open source solution also. Its apache license now.

You can use its own BLAS/CUBLAS Libraries. There is also advanced matrix libraries inside.

You can check their page.

jeffheaton commented 7 years ago

Thank you for the suggestion. At this point I am keeping Encog as pure Java. Adding in Native code or GPU support is just a large time commitment than I have right now-- especially when there are several large efforts providing similar (TensorFlow, MXNet, etc.)