I'm no longer maintaining this fork
Feel free to use it as a starting point but you are on your own. I've since switched to TensorFlow and BrainCore.
Caffe is a deep learning framework made with expression, speed, and modularity in mind. It is developed by the Berkeley Vision and Learning Center (BVLC) and community contributors.
Check out the project site for all the details like
- DIY Deep Learning for Vision with Caffe
- Tutorial Documentation
- BVLC reference models and the community model zoo
- Installation instructions
and step-by-step examples.
Please join the caffe-users group or gitter chat to ask questions and talk about methods and models. Framework development discussions and thorough bug reports are collected on Issues.
Happy brewing!
This fork was modified to be compiled for iOS and OSX using Xcode. Here are some of the changes:
- Added an Xcode project
- Removed support for HDF5 and LMDB, only LevelDB is supported
- Removed support for GPU mode, only CPU mode is supported
- The project has no dependencies, all necessary libraries are included and scripts are provided to compile the latest version of each of the dependencies with iOS and OSX support
Caffe is released under the BSD 2-Clause license. The BVLC reference models are released for unrestricted use.
Please cite Caffe in your publications if it helps your research:
@article{jia2014caffe,
Author = {Jia, Yangqing and Shelhamer, Evan and Donahue, Jeff and Karayev, Sergey and Long, Jonathan and Girshick, Ross and Guadarrama, Sergio and Darrell, Trevor},
Journal = {arXiv preprint arXiv:1408.5093},
Title = {Caffe: Convolutional Architecture for Fast Feature Embedding},
Year = {2014}
}