#15 · Primary category: Deep Learning Frameworks
caffe
Caffe: a fast open framework for deep learning.
Project last updated:07/31/24
GitHub Stars
34.6K
Forks
18.4K
Contributors
314
License
Other
Why we included this project
Caffe was developed at Berkeley AI Research as a deep learning framework built around convolutional networks for vision work. Model definitions live in plain-text prototxt files, so you can describe an architecture and experiment with it without writing much code; the C++ core plus Python and MATLAB bindings covers both training and deployment. The project ships BAIR reference models and a community model zoo, which is handy when you want a starting point for image classification or feature extraction rather than building from scratch. It's also worth a look if you maintain older vision pipelines or want to understand where today's frameworks got their ideas, since Caffe's modular structure shows up in a lot of later tools.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.