Azzera filtri
Azzera filtri

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

1 visualizzazione (ultimi 30 giorni)
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.

Risposte (1)

Greg Heath
Greg Heath il 7 Set 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

Categorie

Scopri di più su Sequence and Numeric Feature Data Workflows in Help Center e File Exchange

Prodotti

Community Treasure Hunt

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

Start Hunting!

Translated by