Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Neural Network Setup for Function Maximisation
1 回表示 (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!