How to develop a neural network transfer function?
4 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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?
0 Commenti
Risposta accettata
Greg Heath
il 1 Dic 2016
Use FITNET with vectors obtained from vectorizing layers.
Hope this helps
Thank you for formally accepting my answer
Greg
0 Commenti
Più risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!