/decaf

This is my original repository of the decaf code. Decaf is a precursor of Caffe written in Python for deep image classification. It is deprecated, and you should check out my new library, Caffe, at http://caffe.berkeleyvision.org/.

Primary LanguageJupyter Notebook

Decaf: a deep convolutional neural networks framework

Decaf is a framework that implements convolutional neural networks, with the goal of being efficient and flexible. It allows one to easily construct a network in the form of an arbitrary Directed Acyclic Graph (DAG), and to perform end-to-end training in a distributed fashion.

To build decaf, do python setup.py build.