Effacer les filtres
Effacer les filtres

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

1 vue (au cours des 30 derniers jours)
Kartik
Kartik le 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.

Réponses (1)

Greg Heath
Greg Heath le 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

Catégories

En savoir plus sur Sequence and Numeric Feature Data Workflows dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by