搜索资源列表
BPsimulationofpopulation
- ”BP.m“文件是BP神经网络整个模型的源程序; “train.fig”是训练时最后得到的图片; “程序运行的人口数量原始数据.fig”是预测结果绘制的图; “程序运行时matlab命令窗口的内容.txt”是运行程序是在matlab命令窗口显示的东西; “程序运行完产生的数据.mat”是程序运行完毕产生的数据。 .bmp文件和.fig文件一样
lesilefix1.rar
- 莱斯利人口预测模型 莱斯利矩阵为91阶方针表示从0岁到90岁各个年龄段的生育率和存活率集合,leslie
leslie
- 基于高斯_泊松_莱斯利模型的中国人口预测与控制-Gaussian _ Poisson _ Leslie model-based prediction and control of China' s population
nn
- 线性神经网络,BP神经网络,Hopfield神经网格,Elman神经网络,RBF神经网络;在模型应用模块中实现了六种实际应用:RBF网络的船用柴油机故障诊断,BP网络的齿轮箱故障诊断,SOM网络的回热系统故障诊断,BP网络的设备状态分类器,SOM网络的人口比例样本分类,SOM网络的土壤性状样本分类。-Linear neural network, BP neural network, Hopfield neural network, Elman neural network, RBF neural
genetic_programming_model
- 本文作者使用遗传规划技术实现了人口增长模型的预测,对人口控制和管理起到了很有价值的作用。-The author of this article the use of genetic programming techniques to achieve a population growth model predicted that the population control and management has played a valuable role.
matlab model
- 用matlab实现了一个通用的数学模型,人口增长模型-Using matlab to achieve a common mathematical model, population growth model
ForecastingpopIllafionbasedOnsupportvectorintellig
- 要建立一个有效的支持向量回归(SVR)模型,支持向量回归的3个参数c,y,占丛须预先设定。提出一种新型的遗传算 法一智能遗传算法(IGA)对支持向量回归进行参数调节,以达到寻找最优参数的目的,然后和支持向量回归结合得到一种新的 IGASVR模型,并应用于城市人口预测。最后,将提出的方法与标准SVR模型和BP神经网络模型进行比较,所得结果表明,该模 型训练速度快,并且有较高预测精度,是一种有效的人口预测方法。-To build an effective SVR model,SVR’8
PopulationModel
- 数学建模 典型模型 人口模型 简单实用 简单易懂 建模入门-Typical model of mathematical modeling of population model is simple and straightforward practical Introduction to Modeling
primary_math_modeling
- 数学建模的基本概念和实例(刹车距离、蛛网模型、生产计划、人口预测)-Mathematical modeling of the basic concepts and examples (braking distance, cobweb model, production planning, population projections)
renkoumoxing
- matlab环境下数学建模中人口模型的资料 包含源程序-mathematical modeling matlab environment, the information contained in the source population model
MATLAB
- 利用神经网络解决人口模型 附加MATLAB程序-Additional MATLAB program using neural networks to solve population model
P1-1
- 对于logistic 模型的编程,让你懂得人口模型的意义-For the logistic model of programming, so that you understand the significance of the population model
leslie
- leslie模型可以利用某一初始时刻种群的年龄结构现状,动态地预测种群年龄结构及数量随时间的演变过程。相比马尔萨斯的人口模型和Logistic 模型,leslie模型可以长期预测种群结构。(The Leslie model can predict the populative structure and number of the population with time by using the initial age structure of the population. Compare
Leslie人口预测模型程序
- 能够利用该Leslie模型的matlab程序预测人口数量及结构(Able to take advantage of the Leslie model of matlab to predict population quantity and structure)
指数增长和阻滞增长人口预测
- 指数增长和阻滞增长模型的人口预测的应用MATLAB代码(Application of MATLAB code for population prediction in exponential growth and retardation growth models)
元胞自动机模型,模拟高层建筑火灾疏散场景
- 用蚁群算法做的人口疏散模型,用于消防疏散危机时的仿真系统(sxabxnjsxnxnl;smmskx)
众包问题(聚类算法样例)
- 解决多种平台在人口密度分派任务的定价问题,提高任务完成率(Solve the pricing problem of multi-platform assignment tasks in population density and improve task completion rate)
Logistic.m
- 预测未来几年的人口,采用逻辑回归模型预测,用的数据是87-20年的数据(Forecasting the population of the next few years)
人口预测模型
- 数学建模人口预测程序加例子,用马尔萨斯+logistic做的(Mathematical modeling of population prediction program and examples, using Malthus + logistic)
BP神经网络人口预测
- 利用BP神经网络建立人口预测模型,利用时间窗方式,用前四年人口预测下一年人口。