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

1 view (last 30 days)
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.

Answers (1)

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

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!