# cxxnet **Repository Path**: mirrors_chen3feng/cxxnet ## Basic Information - **Project Name**: cxxnet - **Description**: CXXNET, a neural network toolkit - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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