搜索资源列表
BPsimulationofpopulation
- ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西; “程序运行完产生的数据.mat”是程序运行完毕产生的数据。 .bmp文件和.fig文件一样
development-risk-prediction
- 本文基于BP神经网络应用于预测的原理,提出预测步骤及预测可行性,探讨建立基于BP神经网络的预测模型的关键技术,包括样本的选取与预处理、输入输出变量的选取、隐层节点数的确定、初始权值和阈值的选取、激活函数、训练算法与参数的选取,最后建立合理的网络模型;结合住宅市场的实际情况,建立两类BP 神经网络预测模型:基于时间序列的趋势预测模型以及基于影响因素的回归预测模型,即分别采用神经网络趋势预测和回归预测的思路,把住宅市场的供给、需求与房价的历年数据以及其影响因素的数据分别作为学习样本,建立预测模型,
BP
- 通过分析交通流量时间序列的特点,引入BP神经网络进行短时交通流预测。首先,分析了短时交通流量预测的意义及研究背景;然后,介绍了BP神经网络的结构模型、学习规则以及BP算法的改进算法;最后,通过BP神经网络对短时交通流进行预测,并分析了在各种不同条件下的预测情况。-through the analysis of the characteristics of traffic flow time series, introduces BP neural network for short-term t
BP
- 基于BP神经网络的PID控制器结构,控制器由两部分组成:一是常规PID控制器,用以直接对对象进行闭环控制,且3个参数在线整定;二是神经网络NN,根据系统的运行状态,学习调整权系数,从而调整PID参数,达到某种性能指标的最优化。-基于BP神经网络的PID控制器结构,控制器由两部分组成:一是常规PID控制器,用以直接对PID controller structure BP neural network, the controller consists of two parts: First, a c
BP神经网络
- BP神经网络建模,实现对模型输出的预测,将输出信号作为反馈输入(neural network modeling)
DOF_BP
- 针对六自由度平台,运用BP神经网络求解六自由度平台反解,并且用验证样本集进行验证,精度较高(Using BP neural network to solve the six degree of freedom platform inverse solution)
BP 0-9识别
- 本程序由matlab编写,以BP神经网络进行0~9十个数字的识别。(This procedure written by MATLAB, BP neural network for 0~9 ten digital identification)
遗传算法优化神经网络matlab源码
- 此程序实现了利用遗传算法优化BP神经网络,内含matlab源码及遗传算法工具包。亲测可用(This program implements the use of genetic algorithms to optimize the BP neural network, including Matlab source code and genetic algorithm toolkit. Pro test available)
神经网络精选课件
- BP神经网络matlab实例(简单而经典)(BP neural network and matlab instance (simple and classic))
MATAB神经网络30个案例分析
- 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
BP神经网络MATLAB中的实现
- 在MATLAB中实现BP神经网络算法计算代码(Implementation of BP neural network algorithm in MATLAB)
BP Neural Network
- BP神经网络的非线性系统建模-非线性函数拟合(Nonlinear system modeling based on BP neural network)
GA-BPNN
- 遗传算法优化BP神经网络-非线性函数拟合(BP neural network optimized by genetic algorithm for nonlinear function fitting)
神经网络变量筛选—基于BP的神经网络变量筛选
- 该程序可用于神经网络变量筛选, BP神经网络,程序完整,可直接运行(Neural network variable filter, BP neural network)
BPnetwork_code
- 手写体数字识别是模式识别中一个非常重要和活跃的研究领域,数字识别也不是一项孤立的技术,它所涉及的问题是模式识别的其他领域都无法回避的;应用上,作为一种信息处理手段,字符识别有广阔的应用背景和巨大的市场需求。因此,对数字识别的研究具有理论和应用的双重意义。(Handwritten numeral recognition is a very important and active research field in pattern recognition, digital recognition
BP网络,信号,消噪
- 该程序可以用信号数据训练BP神经网络,进行消噪(The program can use signal data to train BP neural network for denoising.)
BP
- BP网络是通过输入层到输出层的计算来完成的。多于一层的隐含层虽然能在速度上提高网络的训练,但是在实际应用中需要较多的训练时间,而训练速度可以用增加隐含层节点个数来实现,因此在应用BP神经网络进行预测时,选取只有一个隐含层的三层BP神经网络就足够了。(The BP network is completed through the calculation of the input layer to the output layer. Although the hidden layer of more
bishe
- 使用BP神经网络,对异步电机故障识别的一个简单小例子。(Using BP neural network, a simple example of fault recognition of asynchronous motor is presented.)
TSP
- 基于BP神经网络的TSP路径规划程序,matlab平台,能运行(TSP path planning program based on BP neural network, Matlab platform, can run)
基于adaboostRT算法的bp神经网络的集成算法
- 一种拟合强非线性曲线的有效方法,稍作修改也可进行分类;算法中学习器也可自行选择以适应需求