xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

資源簡介

使用c#編寫的,時間序列預(yù)測程序,算法是BP、RNN神經(jīng)網(wǎng)絡(luò)

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;

namespace?時間序列預(yù)測
{
????class?BP
????{
????????public?int?I_num;??????????????????????????????????????????????????????????????????????//輸入層節(jié)點數(shù)
????????public?int?M_num;??????????????????????????????????????????????????????????????????????//隱含層節(jié)點數(shù)
????????public?int?O_num;??????????????????????????????????????????????????????????????????????//輸出層節(jié)點數(shù)
????????public?double?Speed;???????????????????????????????????????????????????????????????????//學(xué)習速率
????????public?int?n;??????????????????????????????????????????????????????????????????????????//迭代次數(shù)
????????public?int?cur_n;??????????????????????????????????????????????????????????????????????//當前訓(xùn)練次數(shù)
????????public?double?dlx;?????????????????????????????????????????????????????????????????????//動量項
????????public?double?e;??????????????????????????????????????????????????????????????????????????//輸出誤差平均能量
????????public?double[]?I_layer;???????????????????????????????????????????????????????????????//輸入層數(shù)據(jù)
????????public?double[]?M_layer;???????????????????????????????????????????????????????????????//隱含層數(shù)據(jù)
????????public?double[]?O_layer;???????????????????????????????????????????????????????????????//輸出層數(shù)據(jù)
????????public?double[]?M_layer_yz;????????????????????????????????????????????????????????????//隱含層閾值
????????public?double[]?O_layer_yz;????????????????????????????????????????????????????????????//輸出層閾值
????????public?double[]?O_layer_des;???????????????????????????????????????????????????????????//輸出層期望數(shù)據(jù)
????????public?double[]?IM_send;??????????????????????????????????????????????????????????????//第一層權(quán)值矩陣
????????public?double[]?MO_send;??????????????????????????????????????????????????????????????//第二層權(quán)值矩陣
????????public?double[]?M_in;??????????????????????????????????????????????????????????????????//輸入到隱含層的數(shù)據(jù)
????????public?double[]?O_in;??????????????????????????????????????????????????????????????????//輸入到輸出層的數(shù)據(jù)
????????public?double[]?Del_M;?????????????????????????????????????????????????????????????????//隱含層誤差
????????public?double[]?Del_O;?????????????????????????????????????????????????????????????????//輸出層誤差
????????public?double[]?Del_IM_send;??????????????????????????????????????????????????????????//第一層權(quán)值修正矩陣
????????public?double[]?Del_MO_send;??????????????????????????????????????????????????????????//第二層權(quán)值修正矩陣
????????Random?Ran;????????????????????????????????????????????????????????????????????????????//產(chǎn)生一個隨機數(shù)

????????public?BP(int?aint?bint?cdouble?ddouble?eint?f)????????????????????????????????????????????????//初始化類
????????{
????????????Ran?=?new?Random();
????????????I_num?=?a;
????????????M_num?=?b;
????????????O_num?=?c;
????????????Speed?=?d;
????????????dlx?=?e;
????????????n?=?f;
????????????cur_n?=?0;
????????????e?=?0;
????????????I_layer?=?new?double[a];
????????????M_layer?=?new?double[

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件?????????93??2011-11-11?10:45??時間序列預(yù)測(短數(shù)據(jù))\中山市肺癌死亡率_女.txt

?????文件????????108??2011-11-11?10:44??時間序列預(yù)測(短數(shù)據(jù))\中山市肺癌死亡率_男.txt

?????文件?????????90??2011-11-16?08:55??時間序列預(yù)測(短數(shù)據(jù))\中超上座率.txt

?????文件?????????55??2011-11-17?20:44??時間序列預(yù)測(短數(shù)據(jù))\圍產(chǎn)兒出生缺陷患病率.txt

?????文件??????11138??2011-11-18?20:08??時間序列預(yù)測(短數(shù)據(jù))\圍產(chǎn)兒缺陷患病率預(yù)測結(jié)果.xlsx

?????文件??????45056??2011-11-18?19:34??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\bin\Debug\時間序列預(yù)測.exe

?????文件??????99840??2011-11-18?19:34??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\bin\Debug\時間序列預(yù)測.pdb

?????文件??????14328??2011-11-19?15:08??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\bin\Debug\時間序列預(yù)測.vshost.exe

?????文件????????490??2007-07-21?01:33??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\bin\Debug\時間序列預(yù)測.vshost.exe.manifest

?????文件??????11966??2011-11-04?14:11??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\BP.cs

?????文件??????35977??2011-11-18?19:34??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form1.cs

?????文件??????16241??2011-11-11?20:04??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form1.Designer.cs

?????文件???????6012??2011-11-11?20:04??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form1.resx

?????文件???????1997??2011-11-08?16:08??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form2.cs

?????文件???????9564??2011-11-08?16:08??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form2.Designer.cs

?????文件???????5814??2011-11-08?16:08??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form2.resx

?????文件???????2069??2011-11-09?12:40??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form3.cs

?????文件??????10577??2011-11-09?12:40??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form3.Designer.cs

?????文件???????5814??2011-11-09?12:40??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form3.resx

?????文件???????2580??2011-11-08?16:42??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form4.cs

?????文件??????15040??2011-11-08?16:42??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form4.Designer.cs

?????文件???????5814??2011-11-08?16:42??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\Form4.resx

?????文件???????4203??2011-11-05?15:03??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\GA.cs

?????文件???????2891??2011-11-08?12:04??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\obj\Debug\時間序列預(yù)測.csproj.FileListAbsolute.txt

?????文件???????1021??2011-11-06?19:50??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\obj\Debug\時間序列預(yù)測.csproj.GenerateResource.Cache

?????文件??????45056??2011-11-18?19:34??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\obj\Debug\時間序列預(yù)測.exe

?????文件????????180??2011-11-11?20:09??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\obj\Debug\時間序列預(yù)測.Form1.resources

?????文件????????180??2011-11-11?11:13??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\obj\Debug\時間序列預(yù)測.Form2.resources

?????文件????????180??2011-11-11?11:13??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\obj\Debug\時間序列預(yù)測.Form3.resources

?????文件????????180??2011-11-11?11:13??時間序列預(yù)測(短數(shù)據(jù))\時間序列預(yù)測\obj\Debug\時間序列預(yù)測.Form4.resources

............此處省略30個文件信息

評論

共有 條評論