Backpropagation (BP) is most widely used training algorithm in machine learning. Over the past few years, BPTT are also used with promising results. Kindly through some light on the advantages of BTPP over BP.
BPTT is a BP but with memory of the previous outputs. It is used more frequently to analyze features that are dependent of previous ones such as time dependent sequences (string sequence recognition, etc.).