フィルターのクリア

How to select the target matrix for ANN based wind prediction algorithm

1 回表示 (過去 30 日間)
Kartik
Kartik 2017 年 9 月 7 日
回答済み: Greg Heath 2017 年 9 月 7 日
I want to make an ANN based model for predicting wind speed. So there i have to set an input matrix and a target matrix, Input matrix i suppose i have to select the feature matrix with each column representing a feature like current wind speed, humidity etc. But i don't know what should be the target matrix as i dont know the output wind speed as of now. So kindly help.

回答 (1 件)

Greg Heath
Greg Heath 2017 年 9 月 7 日
1. Values for a single input or target are in a ROW of the corresponding matrix.
2. Supervised NNs learn from paired input/target examples. If you have no target data, the best you can do is cluster the input data into similarity clusters.
Hope this helps.
Thank you for formally accepting my answer
Greg

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by