batermj / 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/.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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/.


Languages

Language:Jupyter Notebook 83.0%Language:Python 15.0%Language:C++ 1.3%Language:HTML 0.3%Language:Shell 0.3%Language:C 0.1%Language:Makefile 0.0%