Skip to content

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

Notifications You must be signed in to change notification settings

jethrotan/znn-release

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Publication

Slides

Contact

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 97.5%
  • MATLAB 1.9%
  • Makefile 0.6%