https://github.com/BVLC/caffe
Caffe: a fast open framework for deep learning.
https://github.com/BVLC/caffe
deep-learning machine-learning vision
Last synced: about 1 month ago
JSON representation
Caffe: a fast open framework for deep learning.
- Host: GitHub
- URL: https://github.com/BVLC/caffe
- Owner: BVLC
- License: other
- Created: 2013-09-12T18:39:48.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T23:10:28.000Z (9 months ago)
- Last Synced: 2024-10-14T13:43:47.616Z (6 months ago)
- Topics: deep-learning, machine-learning, vision
- Language: C++
- Homepage: http://caffe.berkeleyvision.org/
- Size: 72.6 MB
- Stars: 34,074
- Watchers: 2,092
- Forks: 18,698
- Open Issues: 1,187
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-machine-learning - caffe
- awesome-data-science-viz - Caffe
- awesome-machine-learning - Caffe - A deep learning framework developed with cleanliness, readability, and speed in mind. [DEEP LEARNING] (C++ / [Tools](#tools-1))
- awesome-llm-eval - Caffe - A fast open framework for deep learning. (Frameworks-for-Training / Popular-LLM)
- awesome-python-machine-learning - Caffe - Caffe is a deep learning framework made with expression, speed, and modularity in mind. (Uncategorized / Uncategorized)
- awesome-machine-learning - Caffe - A deep learning framework developed with cleanliness, readability, and speed in mind. [DEEP LEARNING] (C++)
- LiDAR-Guide - Caffe
- Chrome-OS-Guide - Caffe
- NLP-Guide - Caffe
- Jupyter-Guide - Caffe
- Autonomous-Systems-Guide - Caffe
- MATLAB-Guide - Caffe
- awesome-code-for-gamedev - BVLC/caffe - Caffe: a fast open framework for deep learning. (ML , Deep Learning / UI Test Automation Scripting)
- my-awesome - BVLC / caffe - Caffe: a fast open framework for deep learning. (Project/Product)
- awesome-machine-learning - Caffe - A deep learning framework developed with cleanliness, readability, and speed in mind. [DEEP LEARNING] (C++ / [Tools](#tools-1))
- CoreML-Guide - Caffe
- Apache-Spark-Guide - Caffe
- TensorFlow-Guide - Caffe
- Deep-Learning-Guide - Caffe
- Apache-Airflow-Guide - Caffe
- awesome-llmops - Caffe - square) | (Training / Frameworks for Training)
- Apache-Kafka-Guide - Caffe
- awesome-python-resources - GitHub - 18% open · ⏱️ 13.02.2020): (深度学习)
- PyTorch-Guide - Caffe
README
# Caffe
[](https://travis-ci.org/BVLC/caffe)
[](LICENSE)Caffe is a deep learning framework made with expression, speed, and modularity in mind.
It is developed by Berkeley AI Research ([BAIR](http://bair.berkeley.edu))/The Berkeley Vision and Learning Center (BVLC) and community contributors.Check out the [project site](http://caffe.berkeleyvision.org) for all the details like
- [DIY Deep Learning for Vision with Caffe](https://docs.google.com/presentation/d/1UeKXVgRvvxg9OUdh_UiC5G71UMscNPlvArsWER41PsU/edit#slide=id.p)
- [Tutorial Documentation](http://caffe.berkeleyvision.org/tutorial/)
- [BAIR reference models](http://caffe.berkeleyvision.org/model_zoo.html) and the [community model zoo](https://github.com/BVLC/caffe/wiki/Model-Zoo)
- [Installation instructions](http://caffe.berkeleyvision.org/installation.html)and step-by-step examples.
## Custom distributions
- [Intel Caffe](https://github.com/BVLC/caffe/tree/intel) (Optimized for CPU and support for multi-node), in particular Intel® Xeon processors.
- [OpenCL Caffe](https://github.com/BVLC/caffe/tree/opencl) e.g. for AMD or Intel devices.
- [Windows Caffe](https://github.com/BVLC/caffe/tree/windows)## Community
[](https://gitter.im/BVLC/caffe?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Please join the [caffe-users group](https://groups.google.com/forum/#!forum/caffe-users) or [gitter chat](https://gitter.im/BVLC/caffe) to ask questions and talk about methods and models.
Framework development discussions and thorough bug reports are collected on [Issues](https://github.com/BVLC/caffe/issues).Happy brewing!
## License and Citation
Caffe is released under the [BSD 2-Clause license](https://github.com/BVLC/caffe/blob/master/LICENSE).
The BAIR/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}
}