Skip to content

kjm1559/simple_attention

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[keras] Simple attention mechanism test

Architecture

attention_diagram

Problem Definition

Testing simple attention mechanism
Purpose : translate date format

Input format : 2014-04-13, 6
Output format : sunday, 13, april 2014

Result

  • batch size : 64
  • epoch : 50

- Attention layer result

Environment

  • Python : 3.7.10
  • Tensorflow ; 2.4.1
  • keras : 2.4.3
  • Numpy : 1.19.5

Additional Resources

[1] [TensorFlow] Attention mechanism with MNIST dataset by YeongHyeon Park

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages