搜索资源列表
gabor2d_sub
- 经典的Gabor滤波算法实现,利用指纹的局部特征包括脊线频率和方向通过求卷积实现带通滤波。
Gabor
- 自己写的gabor小波卷积变换,8位图,学习模式识别有用的gabor-Gabor wrote it myself convolution wavelet transform,
GrowthtypeConvolutionNeuralNetworkandItsApplicatio
- 增长式卷积神经网络及其在人脸检测中的应用-Growth-type Convolution Neural Network and Its Application in Face Detection growth-type convolution neural network and its application in face detection growing type convolution neural network and its application in face detecti
ver_0.82
- 此文件包包含用卷积神经网络识别手写输入的识别程序,数据可从MNIST下载-This release includes sample of handwritten digits recognition using CNN. If you just want to try it run cnet_tool. You ll see a simple GUI. It loads pretrained convolutional neural net from cnet.mat and recognize
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
CNNS
- 这个程序旨在把卷积神经网络算法应用于手写字符识别。程序有几种结构的神经网络可以通过比较不同结构而得到对识别率的影响。-This program is designed to put the convolutional neural network algorithm is applied to the handwritten character recognition. The structure of the program there are several kinds of neural
CNN.tar
- 卷积神经网路 包括了MLP层,conv层,pooling层,RBM层,LRN层,采用xml配置文件设置参数,实现训练识别-Convolution neural network, including the MLP layer, conv layer, pooling layer, RBM layer, LRN layer, using xml configuration file to set parameters to achieve recognition training
caffe-master
- 卷积神经网络的一种开源代码,可以对图像数据库自动提取特征-one open source code of CNN which can extract features other image dataset.
CNN
- 用MATLAB实现卷积神经网络,并对图像进行特征提取-Using MATLAB convolution neural networks, and image feature extraction
source-code
- 用D-CNN的方法,即CNN卷积层加Fisher Vector做图像分类的MATLAB代码-Use D-CNN approach ( Fisher Vector follows results of CNN convolutional layer as the image feature) to classificate the image
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
conv-net-0.1
- 这是卷积神经网络在字符识别的应用,大家可以学习学习。-This is a convolution neural network character recognition application, we can learn it.
cnn_tutorial
- 关于卷积神经网络的文章,中文翻译的,挺不错的,欢迎下载学习啊-A convolutional neural network tutorial, Chinese translation, very good, welcome to download the study
CNN
- 卷积神经网络代码,Java版。改自Deep Learning Toolbox的matlab代码。-CNN code with Java. From github deep learning toolbox
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手写卷积神经网络人脸识别
- 基于卷积神经网络的人脸识别,学生作品啊啊啊啊啊啊(open face cnn student school what i should do)
cnn-edge-detection
- 卷积神经网络实现图像的边缘检测+python代码(CNN-edge-detection-python-codes)
1DCNN
- 使用卷积神经网络实现心电异常分类,内含损失函数,验证集、测试集等(ECG anomaly classification using convolutional neural network)