搜索资源列表
bpnetwork.rar
- bp神经网络做图像识别的简单代码,里面有程序和简单说明,bp neural network image recognition to do a simple code, there are procedures and a brief explanation
matlab.rar
- 人工神经网络用于图像分割的matlab程序代码,此程序分割的是车牌图像,Artificial neural network for image segmentation matlab code, this procedure is the license plate image segmentation
Matlab_Classification_based_on_BP
- 基于BP神经网络的遥感图像分类代码。从样本中提取崇明岛东滩十种地物的光谱特征,并训练BP网络,再利用网络进行分类-BP neural network-based remote sensing image classification code. Extracted from samples of 10 kinds of Chongming Island, Dongtan features of the spectral characteristics and to train BP networ
imagevectorquantization
- 本代码是利用matlab开发环境,对图像进行矢量量化,从而实现对图像的压缩;并介绍了需要用到的一些matlab现有函数及其使用方法和功能;在码书的训练方法上选择的是自组织映射神经网络,解码重建后的图像质量较好-The application of Self-Orgnization Feature Maps neural network in image vector quantization
shuzishibie(matlab)
- 本程序能实现离线的数字识别,在MATLAB下运行,同时可以用其中部分代码实现图像的灰度,二值化,细化,归一化等功能,采用Bp神经网络。-This procedure can achieve the number of off-line identification, in the MATLAB run, at the same time part of the code can achieve one of the gray-scale images, binarization, thinnin
daima
- (压缩包里一共有5个代码) pca+lda+粗糙集+模糊神经网络 saveORLimage.m将ORL人脸库分为测试集ptest和训练集pstudy存为imagedata.mat 1.savelda.m将人脸库先进行pca降维,再用lda进行特征提取,得到新的测试集ldatest和训练集ldastudy存为imageldadata.mat 2.对ldastudy进行离散化(discretimage.m),得到离散化矩阵disdata,存入到imagedisdata.mat
bp
- bp神经网络开发代码 最基础的神经网络模型 具有训练速度快,学习效果好的特点-bp neural network development code for the most basic neural network training speed, learning good effect
shuohuarenshibie-MATLAB-duandianjiance-yujiazhong-
- 说话人识别代码,端点检测,预加重,MFCC..采用的模型是神经网络~-Speaker identification code, endpoint detection, pre-emphasis, MFCC .. neural network model is adopted ~
模式识别
- 本算法是借助于神经网络控制的代码,经过测试可以使用
MATLABImage-processing-algorithms
- BP神经网络MATLAB算法,Matlab灰色预测模型GM(1,1)代码,维纳滤波MATLAB程序,遗传算法优化神经网络程序[matlab]-MATLAB BP neural network algorithm, Matlab gray prediction model GM (1,1) code, Wiener filter MATLAB program, genetic algorithm optimization neural network program [matlab]
Visual-C-MATLAB-image-processing
- 本书系统地介绍了图像处理与识别的基本原理、典型方法和实用技术。全书共分12章,第1章~第6章是图像处理与识别的基础内容,包括图像科学综述、MATLAB语言图像编程、图像增强、图像分割、图像特征提取和图像识别;第7章~第10章是图像处理与识别的工程实例,涵盖了医学图像处理、文字识别和自导引小车路径识别等应用实例,并结合理论算法,提供了大量MATLAB代码程序,以帮助读者掌握如何使用MATLAB语言快速进行算法的仿真、调试和估计等方法。第11章~第12章,是两个综合性较强的实例,分别是Visual
43-MATLAB-neural-network-code
- 本压缩包包含43个神经网络代码以及数据,对于学习神经网络很有帮助-This package contains 43 neural network code and data, useful for learning neural network
BP
- BP神经网络matlab完整代码,包括训练代码、测试代码,将图像直接导入网络进行训练即可- BP neural network matlab complete code, including the training code, test code, the image directly into the network is trained to
Optical-Character-Recognition-master
- 识别图片中的文字,转化为txt。 代码是用matlab编写,调用matlab自带的神经网络算法实现(Identify the text in the picture and convert it to TXT)
□…22 LVQ篦□±□璱□蓄蓄□鉲礥楗辛謇
- BP神经网络matlab完整代码,包括训练代码、测试代码(BP neural network matlab complete code, including the training code, test code, the image directly into the network is trained to)
matlab
- 本文件中代码使用前馈卷积神经网络对图像进行去噪(In this paper, we use the feedforward convolution neural network to denoise the image.)
BP 神经网络算法 matlab 代码:
- BP 神经网络算法 matlab 代码:(BP neural network algorithm matlab code:)
matlab中文字符的识别代码
- 基于BP人工神经网络的数字字符识别及MATLAB实现。(Digital character recognition and MATLAB implementation based on BP artificial neural network.)
卷积神经网络去雾
- 该代码实现了使用Matlab实现卷积神经网络来对图像进行去雾操作。(This code implements a convolutional neural network using Matlab to defog the image.)
神经网络图像分类代码
- 神经网络图像分类代码,内含赋值计算代码,matlab程序