Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.4 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.4 KB

znn-release

Multi-core CPU implementation of deep learning for 2D and 3D convolutional networks (ConvNets).

Required libraries

Currently we only support linux environments.

Library Ubuntu package name
fftw libfftw3-dev
boost libboost-all-dev

Compile & clean

make
make clean

If compile is successful, an executalbe named znn will be generated under the directory bin.

Directories

An executable will be generated here.

Matlab functions for preparing training data and analyzing training results.

C++ source code.

  • core -- core classes for constructing ConvNets and performing multi-core parallelized computations.
  • cost_fn -- cost (objective) functions for training ConvNets.
  • error_fn -- linear and/or non-linear activation functions for neurons.
  • front_end -- an interface for specifying ConvNet architecure, training data, and training options.
  • initializer -- random initializers for weights of ConvNets.

General purpose C++ library, written and maintained by Aleksander Zlateski.

Contact