搜索资源列表
bp
- 很好的bp神经网络预测模型,很好有,有结果的拟合等-Good bp neural network prediction model, there is very good, the results of the fitting, etc.
BP
- 建立BP神经网络负荷预测模型,并对BP神经网络的节点(输入层、中间层、输出层)进行选择,并选用合适的小波神经网络的训练函数,提高收敛速度和负荷预测精度。-The establishment of BP neural network load forecasting model, and the BP neural network nodes (input layer, middle layer, output layer) to select and choose the appropriate
游轮定价BP神经网络预测MATLAB程序及结果
- 针对游轮公司预售票定价和开船后升舱方案,建立BP神经网络预测及灰色关联度模型,预测出每次航行各周预订舱位的人数.分析每航次每周预定的平均价格和每航次每周意愿预定人数的关联度,对每周的意愿人数进行合理地赋权,预测出每周预订的平均价格.建立需求定价模型,对售票价格合理定价.游轮起航后,在头等、二等舱位未满的情况下,建立游客升舱模型,使公司获得最大的预期销售收益.(To upgrade scheme cruise company advance ticket pricing and sail, est
神经网络预测
- BP神经网络来进行滚动预测,精度教高,拟合程度较好,适合做预测工具(BP neural network is used for rolling prediction, high accuracy, better fitting degree, suitable for predicting tools)
BP和RBF神经网络用于预测
- BP和RBF神经网络用于电流互感器参数剩磁衰减因子的预测(Prediction of remanence attenuation factor of current transformer by BP and RBFneural network)
BP人工神经网络负荷预测模型的L_M训练算法
- BP人工神经网络负荷预测模型的L_M训练算法(L_M training algorithm for load forecasting model of BP artificial neural network)
bp神经网络
- 两个bp神经网络的预测程序(含有详细注释)。(Prediction program for two BP neural networks (detailed notes))
BP caipiao
- BP神经网络彩票预测脚本 参照了涂晖对于 mablab神经网络提到的几个函数。(The BP neural network lottery prediction scr ipt refers to several functions mentioned in the mablab neural network.)
神经网络代码
- 关于径流月值的BP神经网络预测,经过证明可以得到想要的结果,分享给大家,一起交流学习。(The BP neural network forecast for monthly runoff has proved that the desired results can be obtained, sharing and exchanging learning.)
BP神经网络负荷预测代码
- 能够对一天之中每隔15min的电力负荷数据进行预测(load forecast based on BP neural network)
遗传算法优化BP神经网络预测彩票实现代码
- BP神经网络彩票预测MATLAB代码,遗传算法优化BP神经网络预测彩票实现代码(MATLAB Code for Prediction of Neural Networks based on BP Neural Networks)
BP
- 神经网络负荷预测,可用于负荷预测,方便快捷。(Neural network load forecasting can be used for load forecasting, which is convenient and quick.)
bp神经网络
- 运用bp神经网络建立预测模型,通过matlab实现未知数据的预测(The bp neural network is used to establish the prediction model and the unknown data is predicted by matlab.)
BP神经网络的预测与人脸识别
- 基于matlab平台的BP神经网络的预测与人脸识别。(BP neural network prediction and face recognition based on MATLAB platform.)
BP神经网络预测激光焊接数据
- 建立BP神经网络拟合曲面,实现激光焊接数据的预测(BP neural network mainly through 4 steps in the implementation of MATLAB, read file setting parameters, create a BP network, neural network training, neural network simulation. After the program, some basic parameters are set
采用BP神经网络进行非线性预测
- 该代码包括单隐含层BP和双隐含层BP。建立基于BP神经网络的预测模型,对数据进行随机排列,选取训练样本和测试样本,训练样本训练网络,测试样本进行验证(The code includes single hidden layer BP and double hidden layer BP. Establish a prediction model based on BP neural network, arrange the data randomly, select training sample
BP神经网络预测 程序
- BP神经网络的预测算法及实现属于深度学习的内容(The prediction algorithm and Realization of BP neural network belong to the content of deep learning)
BP神经网络预测
- BP神经网络预测matlab的源代码,里面还附有公路运输的预测实例,只需修改数据即可。(BP neural network predicts the source code of matlab, which also includes a road transport prediction example, just need to modify the data.)
BP神经网络股票预测
- 在600085这个数据表中,以XZSLX综合作为输入,以收盘价作为输出 以前595个数据作为训练样本,后100个数据作为实际输出。 通过训练数据建立模型,最终输出100个预测的股票收盘价。 将预测的收盘价和实际的收盘价进行对比并求取误差,从而判断所建立模型的准确性。 RBF神经网络调用newff函数实现。(In the data table of 600085, XZSLX synthesis is used as input and closing price as output. The
基于BP神经网络的色空间转换
- 本案例为基与bp神经网络对pantone色卡中RGB空间向Lab空间转换的源码,并已经调试成功输入层输出层函数与神经元个数。附加功能:直接得出各色块的Eab色差已经测试样本与预测样本的相关系数。经多次实验,相关色差在2~3之间,低于CIE认可标准:4,相关系数达到0.96以上,可以准确预测绝大多数色块,用于色彩管理建模。(This case is for color space converting(RGB Space to Lab Space) You can master how to u