搜索资源列表
游轮定价BP神经网络预测MATLAB程序及结果
- 针对游轮公司预售票定价和开船后升舱方案,建立BP神经网络预测及灰色关联度模型,预测出每次航行各周预订舱位的人数.分析每航次每周预定的平均价格和每航次每周意愿预定人数的关联度,对每周的意愿人数进行合理地赋权,预测出每周预订的平均价格.建立需求定价模型,对售票价格合理定价.游轮起航后,在头等、二等舱位未满的情况下,建立游客升舱模型,使公司获得最大的预期销售收益.(To upgrade scheme cruise company advance ticket pricing and sail, est
BP神经网络
- BP神经网络建模,实现对模型输出的预测,将输出信号作为反馈输入(neural network modeling)
神经网络
- 人工神经网络(Artificial Neural Networks,简写为ANNs)是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的,并具有自学习和自适应的能力。(Artificial neural network (ANN) is a mathematical model that imitates the behavior characteristics of animal neu
Elman神经网络的数据预测—电力负荷预测模型研究
- Elman神经网络的数据预测—电力负荷预测模型研究(Data forecasting based on Elman neural network model of power load forecasting)
神经网络
- 通过对matlab编程实现神经网络的训练和计算,得出需要的网络模型(Through the training and calculation of MATLAB programming neural network, the required network model is obtained)
BP神经网路matlab代码
- 作为一个BP神经网络在matlab实现的案例,套用自己的数据,修改下参数即可运行。(BP network matlab code)
神经网络预测
- BP神经网络来进行滚动预测,精度教高,拟合程度较好,适合做预测工具(BP neural network is used for rolling prediction, high accuracy, better fitting degree, suitable for predicting tools)
BP神经网络程序
- 是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。(It is a multilayer feedforward network trained by error backpropagation algorithm, and is one of the most widely used neural network models. BP networks can learn a
神经网络模型及其MATLAB仿真程序设计
- 神经网络模型及其MATLAB仿真程序设计(Neural network model and its MATLAB simulation program design)
Matlab实现简易神经网络
- 一个简易的神经网络模型, 一个对象具有4种特征,现设有3个对象,学习完成后,输入4个特征数据,能够得到属于哪一个对象类型(A simple neural network model, An object has 4 features, and now has 3 objects, after learning, input 4 characteristic data, which type of object can be obtained)
支持向量机、神经网络
- 支持向量机和神经网络的代码,神经网络是作为对比模型,可以成功运行
BP神经网络
- 通过人工神经网络,简单的学习程序,BP神经网络模型(Through artificial neural network, simple learning program, BP neural network model)
卷积神经网络详述
- 从卷积神经网络的发展历史开始,详细阐述了卷积神经网络的网络结构、神经元模型和训练算法。在此基础上以卷积神经网络在人脸检测和形状识别方面的应用为例,简单介绍了卷积神经网络在工程上的应用,并给出了设计思路和网络结构。(Starting from the history of the convolution neural network, the network structure, neuron model and training algorithm of the convolution neur
05 竞争神经网络与SOM神经网络
- 自组织神经网络概念和原理,并重点介绍一下自组织特征映射SOM网络。SOM和现在流行的ANN(MLP)模型在结构上类似,都由非常简单的神经元结构组成,但是SOM是一类“无监督学习”模型,一般的用法是将高维的input数据在低维的空间表示[1],因此SOM天然是一种降维方法。除了降维,SOM还可以用于数据可视化,以及聚类等应用中。(The concept and principle of self-organizing neural network are introduced, and the s
第19章 神经网络模型
- 神经网络基本原理及流程图相关代码,可以帮大家初步了解神经网络,为进一步的学习打下基础(The basic principle of neural network and the related code of flow chart can help us to understand the neural network initially and lay the foundation for further study.)
25种人工神经网络模型matlab源码
- 25种人工神经网络模型matlab源码 帮你轻松揭开神经网络神秘的面纱!(25 artificial neural network model matlab source code to help you easily reveal the mysterious veil of neural network!)
Java实现BP神经网络
- 神经网络之BP神经网络模型,Java实现BP算法实现对空气质量等级的分类(BP neural network model of neural network and Java realization of BP algorithm for classification of air quality)
LM神经网络模型代码
- 使用LM神经网络分类,程序源码。LM神经网络能达到很好的分类效果。(Using LM neural network classification)
第三代神经网络
- 本文主要介绍深度学习以及复杂layman形式运算的深度网络。通过真实数据的实验,定量比较,证实(或证伪)深度神经网络理论在外汇交易中的优势。当前主要用途是分类,基于深度神经网络模型创建一个指标和一个EA,根据客户端/服务器的方式进行运作,并对它们进行测试。(This paper mainly introduces deep learning and deep network of complex layman form operations. Through real data experime
基于模拟退火算法的混沌神经网络模型
- 基于模拟退火算法混沌神经网络的matlab程序(Matlab program of chaotic neural network based on simulated annealing algorithm)