Project details for CXXNET

Logo CXXNET 0.1

by antinucleon - April 10, 2014, 02:47:08 CET [ Project Homepage BibTeX Download ]

view (7 today), download ( 0 today ), 1 comment, 0 subscriptions

Description:

CXXNET (spelled as: C plus plus net) is a neural network toolkit build on mshadow(https://github.com/tqchen/mshadow). It is yet another implementation of (convolutional) neural network. It is in C++, with about 1000 lines of network layer implementations, easily configuration via config file, and can get the state of art performance.

Small but sharp knife: the core part of the implementation is less than 2000 lines, and easily extendible. cxxnet is build with mshadow, a tensor template library for unified CPU/GPU computation. All the functions are only implemented once, as a result.

Speed: On EVGA GeForce 780 GTX with 2304 CUDA cores, cxxnet archived 211 images per second in training on ImageNet data with Alex Krizhevsky’s deep network structure. The prediction speed is 400 pic / second on the same card.

Changes to previous version:

Initial Announcement on mloss.org.

BibTeX Entry: Download
Supported Operating Systems: Linux, Windows, Mac Os X
Data Formats: Any
Tags: Neural Nets, Cuda
Archive: download here

Comments

Bing Xu (on April 10, 2014, 02:48:01)
CXXNET init

Leave a comment

You must be logged in to post comments.