Implementation of Transformer Deep Neural Network with Vignettes.
The package can be installed from CRAN using:
install.packages('transformer')
You can install the development version of transformer from GitHub with:
if (!require('remotes')) install.packages('remotes')
remotes::install_github('bquast/transformer')
Development takes place on the GitHub page.
https://github.com/bquast/transformer
Bugs can be filed on the issues page on GitHub.