Project details for Caffe

Logo Caffe 0.99

by sergeyk - March 19, 2014, 08:56:24 CET [ Project Homepage BibTeX BibTeX for corresponding Paper Download ]

view ( today), download ( today ), 0 subscriptions

Description:

Caffe aims to provide computer vision scientists with a clean, modifiable implementation of state-of-the-art deep learning algorithms. For example, network structure is easily specified in separate config files, with no mess of hard-coded parameters in the code.

At the same time, Caffe fits industry needs, with blazing fast C++/Cuda code for GPU computation. Caffe is currently the fastest GPU CNN implementation publicly available, and is able to process more than 20 million images per day on a single Tesla K20 machine.

Caffe also provides seamless switching between CPU and GPU, which allows one to train models with fast GPUs and then deploy them on non-GPU clusters with one line of code: Caffe::set_mode(Caffe::CPU).

Even in CPU mode, computing predictions on an image takes only 20 ms when images are processed in batch mode.

Caffe was developed by Yangqing Jia and is maintained by the Berkeley Vision and Learning Center.

We provide well-maintained Python and Matlab bindings.

Changes to previous version:

https://github.com/BVLC/caffe/releases/tag/v0.99

BibTeX Entry: Download
Corresponding Paper BibTeX Entry: Download
Supported Operating Systems: Unix, Osx
Data Formats: Agnostic
Tags: Deep Learning, Computer Vision, Pattern Recognition, Convolutional Nets
Archive: download here

Comments

No one has posted any comments yet. Perhaps you'd like to be the first?

Leave a comment

You must be logged in to post comments.