搜索资源列表
CNNWB_05-27-2012
- 这个是我找到的卷积神经网络在minist库上数字识别最好的结果,准确率99.5 ,比C++版本的更好。程序可以直接编译运行,但是因为要下载两个数据库可能非常慢,需要你修改一下代码跳过去。如果你对cnn很感兴趣,可以找我Q:3617 28654-This is what I found convolutional neural network minist library Digital Identification best results, the accuracy was 99.5 , be
rcnn
- RCNN,Region Based CNN,即基于区域的卷积神经网络代码,在许多数据集上刷新了识别记录,这是其实现代码,研究深度学习的同学可以下载,比较有帮助。-RCNN, Region Based CNN, namely the convolution neural network code based on the region in many data sets refresh identification record, this is the realization of the co
caffe-master
- 卷积神经网络的一种开源代码,可以对图像数据库自动提取特征-one open source code of CNN which can extract features other image dataset.
mycnn
- 卷积神经网络识别字符的Matlab程序,包含所需的所有素材和自己改进的一部分代码-Convolutional neural network for handwriten digits recognition: training and simulation. This program implements the convolutional neural network for MNIST handwriten digits recognition, created by Yan
CNN-
- CNN卷积神经网络数字识别MATLAB代码-CNN convolutional neural network digital identification MATLAB code
CNN
- 卷积神经网络的c++ 实现版本,本文件主要供学习机器学习的同学使用,里面代码有详细注释-CNN matlab
CNN
- 卷积神经网络代码,Java版。改自Deep Learning Toolbox的matlab代码。-CNN code with Java. From github deep learning toolbox
CNNdigitrecognize
- CNN卷积神经网络数字识别代码,运行后有很友好的识别界面-CNN convolution neural network digital identification code, after running very friendly recognition interface
Test-code-for-SRCNN
- 深度学习,超分辨卷积神经网络,获取测试数据的MATLAB代码-Depth study, the super-resolution convolution neural network, access to test data MATLAB code
SRCNN
- 深度卷积神经网络超分辨,来自于ECCV2014一篇文章的代码,代码好用-Depth of the convolutional neural network super resolution, the ECCV2014 an article of the code, code easy to use
cnn
- 卷积神经网络的实现代码,包括训练,测试,SGD随机梯度下降法等功能。-Convolution neural network implementation code, including training, testing, SGD stochastic gradient descent and other functions.
Test code for SRCNN
- SRCNN代码实现。该代码使用三层卷积神经网络,进行图像的超分辨率重建,效果比双三次插值好很多(The code uses three layer convolutional neural network for image super-resolution reconstruction, the effect is much better than the double three interpolation.)
character recognition
- CNN卷积神经网络对字符进行训练、字符识别相关代码(Printed ink jet character recognition)
cnn
- 基于python tensorflow框架构建的卷积神经网络用来识别图像,附带训练数据集的制作代码。(The convolution neural network based on the python tensorflow framework is used to identify images with the production code of the training data set.)
matlab
- 本文件中代码使用前馈卷积神经网络对图像进行去噪(In this paper, we use the feedforward convolution neural network to denoise the image.)
Naive CNN 18 multiplication per clock cycle_V3
- 此文件是卷积神经网络中的卷积核的硬件实现代码(CNN:filter/filter3*3 filter4*4 filter5*5 filter6*6)
cnn-edge-detection
- 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)
卷积神经网络去雾
- 该代码实现了使用Matlab实现卷积神经网络来对图像进行去雾操作。(This code implements a convolutional neural network using Matlab to defog the image.)