I know about Backpropagation Algo. used for MLP/FeedFoward network.

I want to know whether backpropagation can be directly applied to RNN or it need some modification?

I also want to know about BPTT(Backpropagation Through Time). I have read some papers for BPTT but didn't got whole things, what i have understood is that for weight updation we make use of previous weight change value along with current weight Change called as unfolding/unrolling of previous states.

For implementing BPTT what is formula for weight update and what is difference between weight update formula of Back-propagation and BPTT.

Is there any site or document which shows step by step execution of RNN & RNN with BPTT?

More Prashant Chavan's questions See All
Similar questions and discussions