搜索资源列表
TestCopybookDetect
- 基于深度学习的手写体汉字识别,所用框架为Mxnet框架-Handwritten Chinese character recognition
mxnet-master
- 考试系统,包含考试,用户管理,好多东西。-exma sys
CNN_OCR
- 平台MXNet上实现基于CNN的光学字符数字识别。(Implementation of optical character recognition based on CNN on platform MXNet.)
mxnet
- MXNet@(commit 62ecb60)编译后的包(packages of compiled MXNet@(commit 62ecb60))
mxnetcnn-master
- 利用mxnet构建cnn,对cifar-10 图片进行分类识别(Using mxnet to construct CNN for classification and recognition of cifar-10 pictures)
mxnet_mtcnn_face_detection-master
- 利用mxnet和mtcnn进行人脸检测,是一个简单的demo(Face detection using mxnet and mtcnn is a simple demo.)
动手学深度学习 MXNet Community
- caffe是很优秀的dl平台。影响了后面很多相关框架。 cxxnet借鉴了很多caffe的思想。相比之下,cxxnet在实现上更加干净,例如依赖很少,通过mshadow的模板化使得gpu和cpu代码只用写一份,分布式接口也很干净。 mxnet是cxxnet的下一代,目前实现了cxxnet所有功能,但借鉴了minerva/torch7/theano,加入更多新的功能。(Caffe is an excellent DL platform. Affects many related framewo