Filter löschen
Filter löschen

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

1 Ansicht (letzte 30 Tage)
Kartik
Kartik am 7 Sep. 2017
Beantwortet: Greg Heath am 7 Sep. 2017
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.

Antworten (1)

Greg Heath
Greg Heath am 7 Sep. 2017
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

Kategorien

Mehr zu Sequence and Numeric Feature Data Workflows finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by