Skip to content
forked from dmlc/cxxnet

fast, concise, distributed deep learning framework

License

Notifications You must be signed in to change notification settings

yanqingmen/cxxnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cxxnet

CXXNET is a neural network toolkit build on mshadow(https://github.com/tqchen/mshadow).

Creater: Tianqi Chen and Bing Hsu

Layout

  • core: core implementation of layers and updaters of neural net
  • nnet: implementation of network that connects layers and updaters together
  • io: handles data input and preprecessing
  • utils: some utils to help simple tasks

About

fast, concise, distributed deep learning framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.5%
  • Python 4.1%
  • MATLAB 2.2%
  • C 1.8%
  • Makefile 1.4%
  • Shell 0.5%
  • Other 0.5%