Description
Implementation of Transformer Deep Neural Network with Vignettes.
Description
Transformer is a Deep Neural Network Architecture based i.a. on the Attention mechanism (Vaswani et al. (2017) <doi:10.48550/arXiv.1706.03762>).
README.md
transformer
Implementation of Transformer Deep Neural Network with Vignettes.
Installation
The package can be installed from CRAN using:
install.packages('transformer')
Preview version
You can install the development version of transformer from GitHub with:
if (!require('remotes')) install.packages('remotes')
remotes::install_github('bquast/transformer')
Development
Development takes place on the GitHub page.
https://github.com/bquast/transformer
Bugs can be filed on the issues page on GitHub.