Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 295 Bytes

MnistInRnn.md

File metadata and controls

5 lines (3 loc) · 295 Bytes

MNIST In RNN

Recurrent Neural Networks

Recurrent Neural Networks (RNNs) are popular models that have shown great promise in sequential data classification task. The traditional neural network model cannot make the next prediction input based on the knowledge that has been learned before.