搜索资源列表
文字识别程序
- 目前该手写体识别系统主要分为 预处理模块: 主要包括训练数据和识别数据的读取,归一化,二值化 特征提取模块:主要包括笔划方向特征和网格密度特征,还可以根据对识别率的要求继续增加其他特征 识别(分类器)模块:主要包括SVM方法和BP神经网络的方法,其中SVM方法的识别率较高,SVM+网格密度特征, 在小字符集情况下,达到了识别率97%以上 采用OO思想编写,适合做二次开发-currently the handwriting recognition system consists of pretre
小波神经网络程序
- 小波神经网络程序,很不错的,可以好好看看,希望大家共同进步-wavelet neural network program, a very good, hard look at the hope that we can progress
FaceWavelets20x20
- 本程序是基于小波变换提取人脸特征,再利用神经网络来进行人脸识别的源码-this program is based on the wavelet transform to extract facial features, and then use neural networks for face recognition FOSS
nn
- 神经网络的小程序 基于VC++平台 C++语言,三层网络
waveletnetwork
- 小波神经网络程序基于反向传播训练-wavelet-based neural network program back propagation training
Classify
- VC实现的手写体识别程序。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别, Bayes分类器识别(使用二值数据的Bayes方法,最小错误概率的Bayes方法,最小风险的Bayes方法),线性函数分类法识别(Fisher算法,奖惩算法,增量校正算法,LMSE算法的识别),非线性分类法(势函数法)识别,神经网络分类法识别(包括神经网络训练,神经网络建立后输出权值,测试与比较,神经网络识别)。 运行完全正确,是学习VC实现不同分类识别方法的很好代码。
wave
- 小波神经网络程序,很不错的,可以好好看看,希望大家共同进步
Gabor小波人脸识别
- 基于Gabor小波的人脸识别程序,在程序中使用了神经网络进行训练和分类。
wnn
- 这是一个用小波神经网络进行非线性函数逼近的例子,拟合效果非常好,保证能运行!有详细注释!我是参考《青岛海洋大学学报》 2001年第1期 一种基于BP算法学习的小波神经网络编写的,大家可以针对原文更好的理解我的程序!-This is a wavelet neural network with nonlinear function approximation example of fitting results is very good, guaranteed to run! Detailed N
renlianbianshi
- 本程序是想人们说明了一种基于Gabor小波与神经网络的人脸检测的算法-This procedure is explained to people based on Gabor wavelet and neural network face detection algorithm
20106242171497221
- 该软件可以对测井曲线进行直方图、小波变换,曲线拉伸、均值绿波、中值滤波、Kalman滤波以及插值等等操作,程序里还包含了神经网络的内容,非常丰富,是您学习VC++编程和数据处理的好资料!绝对超值!-I read the time to write a master s degree, it can log on for histogram, wavelet transform, Tensile curves, the Green Wave mean, median filtering, Kalm
wangyuanyuan
- 基于神经网络的车牌识别小程序,仅供参考,属于原创,BP神经网络-Neural network-based license plate recognition applet
xiaoboniheceshi-(2)
- 小波测试程序采用sinc函数验证小波神经网络的拟合能力-Wavelet test program
gabor-change-to-face-recognition
- 小波变化和人工神经网络关于人脸识别完整程序-Wavelet transform and artificial neural network on a complete face recognition program
CNN
- 这是卷积神经网络的小程序,希望对大家有帮助(This is a small convolutional neural network procedures, we hope to help)
基于小波神经网络的非线性函数逼近
- 基于小波神经网络的非线性函数逼近,及其MATLAB程序(Approximation of nonlinear function based on Wavelet Neural Network)
keras_mnist_test
- hello Word of keras ,第一个成功实现的卷积神经网络,下载了mnist数据集,并decode,,然后,为了加快速度,训练其中的一部分数据,并用predict测试,ok,2min内出结果.(网上其它程序试过,训练太久,一晚上都没训练出结果,于是自己动手设计了这个小程序) 环境:python3.6,keras2.1,PC i5(很破的电脑)(Hello Word of keras, the first successful convolution neural network,
RAGA_PPC投影程序
- 基于小波分析变换提取特征,然后神经网络进行识别(The image recognition is realized, the image feature extraction is realized based on wavelet transform, and then the neural network is trained.)