Testing simple attention mechanism
Purpose : translate date format
Input format : 2014-04-13, 6
Output format : sunday, 13, april 2014
- batch size : 64
- epoch : 50
- Python : 3.7.10
- Tensorflow ; 2.4.1
- keras : 2.4.3
- Numpy : 1.19.5
[1] [TensorFlow] Attention mechanism with MNIST dataset by YeongHyeon Park