フィルターのクリア

i have excel of form 7*12, i want to use this data in neural network

1 回表示 (過去 30 日間)
Rajat
Rajat 2014 年 2 月 6 日
コメント済み: Rajat 2014 年 2 月 28 日
I have rainfall data and want to use available data for prediction of next year rainfall, now i am able to load the data in neural network with help of LOAD command, But how should i divide the data so that some can be used as input and rest of data for validation and testing in neural network.

採用された回答

Greg Heath
Greg Heath 2014 年 2 月 12 日
net = narxnet(ID,FD,H);
net.divisionFcn = 'divideblock'
Hope this helps.
Thank you for formally accepting my answer
Greg
  2 件のコメント
Greg Heath
Greg Heath 2014 年 2 月 12 日
Wait a minute:
You have only 12 7-dimensional input examples ?
I doubt that you have enough data for good prediction.
Greg
Rajat
Rajat 2014 年 2 月 28 日
actually i have 7 attributes to be used in neural networks,out of these 7 attributes 6 are in .tif formats i.e in pixel form, now i want to convert these .tif images pixel values into matrix form so that these are can be used as inputs in neural network.!!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeImage Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by