Mathematica library link wrapper for Caffe
This library allows using Caffe directly from Mathematica. CaffeLink can be also used as regular library from C++ applications. The interface and function calls are basicly the same as in Mathematica.
Assuming you have successfully build Caffe, you should have everything needed by CaffeLink.
make
libcaffeLink.so
somewhere in $LibraryPath
/home/alfons/.Mathematica/SystemFiles/LibraryResources/Linux-x86-64/
/Users/alfons/Library/Mathematica/Applications/IPCU/LibraryResources/MacOSX-x86-64/
LeNet MNIST example based on Caffe example
AlexNet ImageNet example based on Caffe example