Info
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Neural Network Setup for Function Maximisation
1 vue (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
I have a complex, multi-layer neural network, and I wish to maximise a function of the final output from this network.
The output of the network as it stands, is a single value, d. I wish to maximise X(t) = X(t-1) + d(t)*a + b*(d(t) - d(t-1)), where a is an input variable; b a known constant; X(t), d(t) are the values of X, d at time t; X(t-1), d(t-1) are the values of X, d at time t-1.
I also require that X feeds back into other layers of the network.
Is there is a way I can set up a final layer of the network to represent the above function, and then use the out of the box capability to optimise the network? If not, are there any other suggestions on the best way to achieve this please?
Thanks,
David.
0 commentaires
Réponses (0)
Cette question est clôturée.
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!