From 36060807fc916615a21ecfe9181575493fdb0875 Mon Sep 17 00:00:00 2001 From: Utku Demir Date: Wed, 16 Jul 2014 13:37:58 +0300 Subject: [PATCH] Add Caffe to C++, Python and MATLAB languages Caffe is written in C++, but provides wrappers to Python and MATLAB, and mostly those wrappers(specially Python) are usued instead of C++ API. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a74caf6..3a3425f 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ If you want to contribute to this list (please do), send me a pull request or co * [DLib](http://dlib.net/ml.html) * [ecogg](https://code.google.com/p/encog-cpp/) * [shark](http://image.diku.dk/shark/sphinx_pages/build/html/index.html) +* [Caffe](http://caffe.berkeleyvision.org) - A deep learning framework developed with cleanliness, readability, and speed in mind. ## Closure @@ -189,6 +190,7 @@ on MNIST digits[DEEP LEARNING] * [LibSVM](http://www.csie.ntu.edu.tw/~cjlin/libsvm/#matlab) - A Library for Support Vector Machines * [LibLinear](http://www.csie.ntu.edu.tw/~cjlin/liblinear/#download) - A Library for Large Linear Classification * [Machine Learning Module](https://github.com/josephmisiti/machine-learning-module) - Class on machine w/ PDF,lectures,code +* [Caffe](http://caffe.berkeleyvision.org) - A deep learning framework developed with cleanliness, readability, and speed in mind. #### Data Analysis / Data Visualization @@ -229,6 +231,7 @@ on MNIST digits[DEEP LEARNING] * [CoverTree](https://github.com/patvarilly/CoverTree) - Python implementation of cover trees, near-drop-in replacement for scipy.spatial.kdtree * [nilearn](https://github.com/nilearn/nilearn) - Machine learning for NeuroImaging in Python * [Shogun](https://github.com/shogun-toolbox/shogun) - The Shogun Machine Learning Toolbox +* [Caffe](http://caffe.berkeleyvision.org) - A deep learning framework developed with cleanliness, readability, and speed in mind. #### Data Analysis / Data Visualization