mloss.org CXXNEThttp://mloss.orgUpdates and additions to CXXNETenThu, 10 Apr 2014 02:48:01 -0000CXXNET 0.1http://mloss.org/software/view/545/<html><p>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. </p> <p>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. </p> <p>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. </p></html>tianqi chen, bing xuThu, 10 Apr 2014 02:47:08 -0000http://mloss.org/software/rss/comments/545http://mloss.org/software/view/545/neural netscuda<b>Comment by Bing Xu on 2014-04-10 02:48</b>http://mloss.org/comments/cr/14/545/#c707<p>CXXNET init</p> Bing XuThu, 10 Apr 2014 02:48:01 -0000http://mloss.org/comments/cr/14/545/#c707