Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 305 Bytes

File metadata and controls

5 lines (3 loc) · 305 Bytes

Chapter. 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.