搜索资源列表
基于神经网络的数字字符识别
- 基于BP神经网络的字符识别系统~用MATLAB编写`包括论文~以及代码~适合于毕业设计-BP neural network-based character recognition system using MATLAB ~ `~ including papers and code ~ suitable for graduate design 字符识别是模式识别领域的一项传统的课题,这是因为字符识别不是一个孤立的问题,而是模式识别领域中大多数课题都会遇到的基本问题,并且在不同的课题中,由于具体的
BP神经网络代码
- BP神经网络MATLAB、C、C++源代码
MATLAB的BP人工神经网络设计
- MATLAB的BP人工神经网络设计
AerialImageClassificationMethodBasedonFractalTheor
- 提出一种基于分形理论和BP 神经网络的航空遥感图像有监督分类方法。该方法尝试将航空图像 的光谱信息和纹理特征相结合。它首先将彩色航空图像由RGB 格式转化为HSI 格式,然后,根据亮度计算分 数维、多重分形广义维数谱q-D( q) 和“空隙”等基于分形的纹理特征,同时加入归一化的色度和饱和度作为光 谱特征,采用BP 神经网络作为分类器。通过对彩色航空图像的分类实验,结果证实该方法行之有效。-Based on fractal theory and BP neural network
neuralandwavelet
- 对采集到的电压信号进行小波包分解提取特征向量,再进行BP神经网络训练-On the acquisition of the voltage signal to the wavelet packet decomposition to extract feature vector and then BP neural network training
bp
- 利用bp神经网络对遥感图像进行分类,输入样本值后,根据样本值对遥感图像不同的地物进行分类,分类后计算每种地物所占面积-The use of bp neural network classification of remote sensing images, enter a sample value, based on the sample value of the different features of remote sensing image classification, classif
NeuralNetwork_BP
- BP神经网络用于分类与回归的matlab源码 注释很详细-1、NeuralNetwork_BP_Classification.m- 分类 2、NeuralNetwork_BP_Regression.m- 回归
MATLAB
- 本文 通 过 对己有模型和锅炉运行现状的分析,尝试用BP神经网络的方法分析讨论锅炉效率在线计算和运行优化等问题。研究工作主要包括:基于BP神经网络进行煤的工业分析结果和元素分析结果之间的转换 考虑到煤在锅炉中燃烧时有固体未燃碳存在,给出了煤组成成分的实际结果的概念 详细讨论了过量空气系数的两种定义及特点,说明运行中用烟气分析结果确定过量空气系数时,对测得的湿烟气含氧量进行修正的必要性和方法:以反平衡法为基础给出了改进的锅炉效率在线计算模型 以效率在线计算为基础,尝试运用神经网络方法确定锅炉运行中
BP
- BP神经网络matlab实现和matlab工具箱使用实例-Implementation of BP neural network and matlab toolbox use cases
Matlab--BP-neural-network-program
- 用matlab编BP神经网络预测程序,里面给出了程序的整体构架,应用时只需更改参数设置就可以,后面有应用实例和一些学习说明。-Matlab series of BP neural network prediction program, which gives the overall framework of the program, simply change the parameter settings when the application, followed by application
matlab-Neural-network-PPT
- Matlab BP神经网络学习的一个PPT,BP神经网络的初学者可下了参考学习。-Matlab BP神经网络学习的一个PPT,BP Neural Network for beginners in the study.
BP
- BP神经网络,matlab环境下利用BP算法,采用BP神经元网络的设计方法实现分类器的设计-BP neural network BP algorithm Matlab environment, using BP neural network design method classifier design
The-BP-of-MATLAB-modeling-teaching
- 本源代码为BP神经网络的MATLAB程序建模教学-The BP neural network of MATLAB modeling teaching
GA-BP-neural-network-application
- GA-BP神经网络应用,应用于matlab 数学建模-GA- BP neural network application, the application in matlab mathematical modeling
Application-of-BP-based-on-MATLAB-
- 解决了非线性函数的逼近问题,实现了BP神经网络在非线性函数逼近中的应用。得出了信号的频率与隐含点之间,隐含点与函数逼近能力之间的关系——隐含层神经元数目越多。-Solved the problem of nonlinear function approximation, and realized the application of the BP neural network in nonlinear function approximation. Between signal frequenc
matlab
- matlab 通用神经网络代码 学习了一段时间的神经网络,总结了一些经验,在这愿意和大家分享一下,希望对大家有帮助,也希望大家可以把其他神经网络的通用代码在这一起分享感应器神经网络、线性网络、BP神经网络、径向基函数网络-MATLAB general neural network code learning neural network for some time, summed up some experience in this and we are willing to share,
keliuliang-yuce-Matlab
- BP神经网络客流量预测算法的研究,用于基于matlab平台对铁路、公路的客流量进行预测-BP neural network traffic prediction algorithm, based on the the matlab platform on the railway, highway traffic forecast
BP-neural-network-MATLAB-code
- 主要是BP神经网络的MATLAB实现程序代码,包括感应器神经网络、线性网络、BP神经网络、径向基函数网络。-Mainly MATLAB BP neural network to achieve the program code, including sensors neural networks, linear network, BP neural network, radial basis function networks
BP神经网络车牌识别源码
- matlab下基于BP神经网络源码车牌识别,附带解释,方便理解。(BP neural network source code license plate recognition)
Matlab神经网络方面案例分析
- BP神经网络的数据分类——语音特征信号分类,可以帮助到学习Matlab的人们