Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.27 KB

File metadata and controls

34 lines (21 loc) · 1.27 KB

Recurrent-Neural-Network

A simple demo will be posted here before the end of July 2019. Vanilla RNN example on the MNIST dataset using a 1-1 RNN model with one timestep.

Recurrent Neural Network: Recurrent Neural Network1

RNN Cell Architecture: Recurrent Neural Network2

One-to-One RNN: Recurrent Neural Network3

Confusion Matrix: Confusion Matrix1

Accuracy Plot (Orange: Training data, Blue: Testing data): Accuracy Plot1

Loss Plot (Orange: Training data, Blue: Testing data): Loss Plot1