Learn R Programming

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.

https://github.com/bquast/transformer/issues

Copy Link

Version

Install

install.packages('transformer')

Monthly Downloads

156

Version

0.2.0

License

MIT + file LICENSE

Maintainer

Bastiaan Quast

Last Published

November 10th, 2023

Functions in transformer (0.2.0)

transformer

Transformer
feed_forward

Feed Forward Layer
layer_norm

Layer Normalization
row_means

Row Means
multi_head

Multi-Headed Attention
reexports

Objects exported from other packages
row_vars

Row Variances