搜索资源列表
NN
- 用Matlab实现数字提取与识别(手写体的数字识别)
模式识别matlab工具箱,包括svm,ICA,PCA,NN等等模式识别算法
- 模式识别matlab工具箱,包括svm,ICA,PCA,NN等等模式识别算法
canga-image-fusion-code
- 图像融合工具包,适合各种图像的融合,希望对你有所帮助-Image Fusion Toolkit for the integration of a variety of images, I hope for your help
IMJPEG
- n×n子块的DTC图像变换及频谱特点。 熟悉JPEG基本系统的图像编解码方法。-n × n sub-block of the DTC and the spectrum characteristics of the image transformation. Familiar with the basic system of JPEG image codec method.
abc
- matlab图形图像处理教程2,我用过,很不错的资料-matlab image processing tutorial 2 graphics, I used, very good information
training_data
- source code for OCR in matlab using -source code for OCR in matlab using NN
Image-Fusion-Toolkit
- 这是国外学者编的图像处理小波工具箱,十分好用。-This is a compilation of foreign scholars, image processing wavelet toolbox is very easy to use.
ClassifyHomework
- 模式识别,用平均样本法、平均距离法、最近邻法、K近邻法进行分类。-Pattern recognition, with an average of the sample method, the average distance method, nearest neighbor, K-NN classification.
code
- 代码是MATLAB环境下基于k-nn算法的分类器对数据iris的分析-under matlab environment based on k-nn classifier for the iris.data
k-nnaustralia
- 基于MATLAB环境下k-nn算法分类器对Australia.data的分析-under matlab based on the k-nn classifier analysis for the australia.data
waveletnn
- 介绍了在MATLAB中小波神经网络的具体编程实现,简单可靠。-introduced the wavelet NN in MATLAB .
122
- BP神经网络预测,求请大家看一看,指导一下,我才接触这个matlab-BP NN
0-9-shuzishibie
- 基于MATLAB的1-NN和3—NN法实现0-9的数字识别,功能比较简单,适合初学者理解-0-9 MATLAB realization of 1-NN and 3-NN method based on digital identification, function relatively simple, suitable for beginners to understand
nn
- MATLAB神经网络分类示例,是一种二分类示例,MATLAB2014实现-MATLAB neural network classifier example, is a two classification example, MATLAB2014 achieve
NN-demo
- BP神经网络的一个特别好的demo。主要是便于初学者对Matlab神经网络工具箱的使用有一个很好的认识和了解。-This is a good demo for BP neural network learning. It is convenience for beginners to understand how to use the Matlab neural network toolbox .
44549329
- 模式识别matlab工具箱,包括SVM,ICA,PCA,NN等等模式识别算法,很有参考价值-Pattern recognition matlab toolbox, including SVM, ICA and PCA and NN, and so on pattern recognition algorithm, is of great reference value
oxrplc
- 模式识别matlab工具箱,包括SVM,ICA,PCA,NN等等模式识别算法,很有参考价值-Pattern recognition matlab toolbox, including SVM, ICA and PCA and NN, and so on pattern recognition algorithm, is of great reference value
61869883
- 模式识别matlab工具箱,包括SVM,ICA,PCA,NN等等模式识别算法,很有参考价值-Pattern recognition matlab toolbox, including SVM, ICA and PCA and NN, and so on pattern recognition algorithm, is of great reference value
MATLAB 神经网络用于数字识别源程序
- 使用matlab神经网络工具包进行图像数字识别进行(image digital recognition using matlab neural network toolkit)
JPEGCompression
- 编码: (1)进行颜色转换,将RGB格式转换为YUV格式。 (2)将待编码的N×N的图像分解成(N/8)^ 2 个大小为8×8的子图像。 (3)对每个子图像进行DCT变换,得到各子图像的变换系数。这一步的实质是把空间域表示的图像转换成频率域表示的图像。 (4)对变换系数进行量化。 (5)进行Z字形重排 (6)使用霍夫曼变长变码编码器对量化的系数进行编码,得到压缩后的图像(数据)。 解码: (1) 对压缩的图像数据进行解码,得到用量化系数表示的图像数据。 (2) 进行反Z字型重排 (3)用与编码时