truedat101 / dlang-sv-community

A community repository for stuff related to #dlang Silicon Valley Meetup group
http://www.meetup.com/D-Lang-Silicon-Valley/
2 stars 1 forks source link

Implement CNN/CAFFE bindings for D (so we can do some deep learning) #25

Open truedat101 opened 8 years ago

truedat101 commented 8 years ago

Related, indirectly to #24, using CUDA to accelerate deep learning. See:

http://caffe.berkeleyvision.org/

There exists C++ bindings out of the box, plus Python which is very popular with the data science community. A java binding exists as well.