-
bp神经网络人口预测程序(matlab实现)
上面的程序是可以通用的,只要你根据自己需要是可以修改用在其他地方的,基本思想就是用前lag年的人口数来预测下一年的人口,至于lag等于几你是可以自己改的。还有在对结果好坏的判断中,仅仅看误差图是不够的,如果是一个好的预测,那么自相关性图中除了0阶自相关外,其他的自相关系数系数都不应该超过上下置信区间。(The above program can be common, as long as you can modify it in other places, as long as you need it, the basic idea is to predict the population of the next year with the number of people in the previous lag years. As for lag, you can change it. In the judgment of the good and bad results, it is not enough to look at the error graph only. If it is a good prediction, the self correlation coefficient of the autocorrelation graph should not exceed the upper and lower confidence intervals except the 0 order autocorrelation.)
- 2020-12-14 17:59:14下载
- 积分:1
-
RBF-nn
MATLAB程序。
4输入层,3隐层,2输出层的RBF神经网络分类器
附有测试和训练样本(four input layer, hidden layer 3, the output layer 2 RBF neural network classifiers with testing and training samples
(write by matlab))
- 2007-06-13 23:05:04下载
- 积分:1
-
ASP版的实现windows计划任务,添加 删除基本功能都实现了
ASP版的实现windows计划任务,添加 删除基本功能都实现了-ASP version of the realization of windows scheduled tasks to add basic functions are realized remove
- 2022-02-11 17:27:07下载
- 积分:1
-
SimuAPSO
说明: 模拟退火发与粒子群算法的结合,程序可用,收敛的很快(Simulated Annealing and Particle Swarm made the combination of procedures available, fast convergence)
- 2010-04-07 22:44:36下载
- 积分:1
-
使用POCO封装的服务器端的静态库
使用poco创建的服务端静态库,
用户只要简单的实现一个
#ifndef USERDEFINEDSERVICE_H
#define USERDEFINEDSERVICE_H
#include "plugin/base/base.h"
#include "plugin/RockSocket/BaseService.h"
#include "Mu_Global.h"
namespace SeriousMan {
class UserDefinedService : public RockSocket::BaseService {
public:
UserDefinedService();
virtual ~UserDefinedService();
virtual std::string full_name();
void CallMethod();
/*
0 表示执行OK 不需要回复 response
1 表示执行OK 需要回复 response
-1 表示执行错误
*/
int CallMethod(const std::string methodname,
&nbs
- 2022-04-16 10:03:46下载
- 积分:1
-
This is a sip of agreement on the article, the story of three agreements : sip,...
这是一篇关于sip协议介绍的文章,主要讲述了3个协议:sip,sdp,sap协议的工作原理,值得研究-This is a sip of agreement on the article, the story of three agreements : sip, sdp, sap the working principle of the agreement, worth studying
- 2022-05-31 19:51:30下载
- 积分:1
-
pcnn
脉冲偶合神经网络除去噪声算法,效果不错不错不错不错(Pulse coupled neural network algorithm to remove noise)
- 2009-03-08 02:03:27下载
- 积分:1
-
01096
网络盘标准名称转换源码,例程程序调用API函数实现网络盘标准名称转换。(Standard network disk name conversion source , routine program calls API functions for network disk standard name translation.)
- 2017-01-06 17:06:28下载
- 积分:1
-
FCM-Overfitting--Subtractive
此文件包含三个文件,分别是模糊均值聚类算法,过拟合和减法聚类。(This file contains three documents, namely fuzzy means clustering algorithm, over-fitting and subtraction clustering.)
- 2020-09-25 17:07:48下载
- 积分:1
-
1, I have written to follow the message gateway SGIP1.1 simulation program. For...
1、自己编写的遵循SGIP1.1的短信网关模拟程序。仅供测试、学习。
2、该程序只实现了SGIP1.1协议的一部分。-1, I have written to follow the message gateway SGIP1.1 simulation program. For testing, learning. 2, the program only to realize the SGIP1.1 part of the agreement.
- 2023-08-28 22:00:02下载
- 积分:1