| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1309 人关注过本帖
标题:关于预测的MATLAB编程
只看楼主 加入收藏
liduchina
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-8-22
收藏
 问题点数:0 回复次数:2 
关于预测的MATLAB编程

clear
clc
close
t=[0:0.025:20.025];
Y=sin(t)*100+12.5+20*rand(size(t));Y=Y'
plot(Y)
figure
n=length(Y);
n1=500;
y=Y./max(Y);
(导入数据就是附件)
//get the trainning and testing data
train_data as inout for training the NN
train_target as output for training the NN
test_data as inout for testing the NN
test_target as output for testing the NN

m=20;//define a moving window e.g. 20
which is also the input number of nodes for the NN
it is also used to generate the train and the test date
load exdata
//How can you use the moving window concept to form these training the test data sets?

搜索更多相关主题的帖子: MATLAB 预测 
2006-09-01 21:30
hitzhang
Rank: 20Rank: 20Rank: 20Rank: 20Rank: 20
等 级:版主
威 望:21
帖 子:369
专家分:52
注 册:2006-9-24
收藏
得分:0 
请用汉语交流,拜托 。 如果想预测请尝试用线性神经网络

2006-09-24 19:49
bjsszjr
Rank: 1
等 级:新手上路
帖 子:2
专家分:0
注 册:2006-9-24
收藏
得分:0 
我要用MATLAB进行BP神经网络的设计,采用的是一个三层网络,f(x)=1/(1+e^-x)
那位好心人帮我写一下程序设计呀,我以前没接触过,现在是一头雾水,看了几天书还是没有头绪,在这先谢谢了
2006-09-24 23:00
快速回复:关于预测的MATLAB编程
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.017843 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved