How to develop a neural network transfer function?

1 view (last 30 days)
My project is to develop a transfer function that can prescribe a high resolution wind field from a lower resolution field and then train the function to learn micro conditions in a particular region. Then I can use the function to emulate a high resolution field from a coarse one without the need of the real time high resolution. I have very little experience with ANN and I am not sure what to use to develop and then apply such a function? Is it the fitting app? Or should I use the Multilayer Neural Networks and Backpropagation Training? My both high and coarse data are consisting of 3D matrix with exact same size. Each layer of the 3D matrix is taken from a different day. Having a 3D matrix makes thing more confused to me. Sould I put each matrix layer as one vector input?

Accepted Answer

Greg Heath
Greg Heath on 1 Dec 2016
Use FITNET with vectors obtained from vectorizing layers.
Hope this helps
Thank you for formally accepting my answer
Greg

More Answers (0)

Categories

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

Community Treasure Hunt

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

Start Hunting!