Any neural network implementations on Cuda available so far? Looking for neural network implementati

Hi everyone!

I’m interested in porting my neural network implementation for Cuda and I’m wondering if there are already any implementations existing?

Do you know about any good Cuda based neural networks? Any help would be appreciated!

Thank you!
Joseph Gogh

Try these
http://www.codeproject.com/KB/graphics/GPUNN.aspx
http://blog.cudachess.org/2010/08/neural-network-training-in-cuda/

Cheers

MBP/GPUMlib is interesting but it’s designed for “load the whole training set into GPU and train it until MSE is acceptable”

I already vectorized FANN library with SSE/AVX and now porting it to GPU. However I had to throw out advanced functionality away to keep things simple