IS71083A Financial Data Modelling
Posted 一吟流曲年殇
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IS71083A Financial Data Modelling相关的知识,希望对你有一定的参考价值。
IS71083A Financial Data Modelling
Coursework Assignment
Implementing an Incremental (online) Training Algorithm
for Density Neural Networks
Design and implement an incremental backpropagation algorithm for training density neural networks
(DNN). DNN networks compute not only the mean of the target distribution, but also the variance with a
second output node. That is why you have to develop the backprop algorithm to train all weights leading
to each of the two output nodes in DNN given in the figure below. Start the training process using
plausible randomly generated weights. After the design of the training algorithm, apply it to model and
forecast a time series, generated using the Mackey-Glass equation (available in the lecture handouts).
Use more lagged inputs and hidden units if necessary to achieve better predictions.
sum
Design a working prototype of the incremental backpropagation for DNN density networks in Matlab.
The prototype development should include data structures for the input-to-hidden and hidden-to-output
connections, and loops for the forward and backward pass.
References:
D.A.Nix and E.Weigend (1994). Estimating the mean and variance of the target probability distribution,
In: Proc. 1994 IEEE Int. Conf. on Neural Networks (ICNN\'94), Orlando, FL, pp. 55-60.
Nikolay Nikolaev and Hitoshi Iba (2006).
"Adaptive Learning of Polynomial Networks: Genetic Programming, Backpropagation and Bayesian Methods",
Springer, New York, pp. 256 - 262.
WX:codehelp
以上是关于IS71083A Financial Data Modelling的主要内容,如果未能解决你的问题,请参考以下文章
Linux umount /data: device is busy已解决
解决umount.nfs: /data: device is busy 问题
MDX 语法:Period.Financial Year.Financial Year 和 Period.Financial Year.Children 之间的区别?