Skip to content

Rnn

rnn

Recurrent Neural Network

sequential data processing architecture → processes data step-by-step

Parameter sharing across time steps (unlike bag-of-words)

Problems:

Solution: lstm and gru


*References


*References

#ml-notes

On this page