• Skip to primary navigation
  • Skip to content
  • Skip to footer
Bastiaan Quast ML and Cryptography in Python and R
  • Python
  • R
  • Julia
  • About Me
  • Research
  • Publications
  • Teaching
  • Employment
    Bastiaan Quast

    Bastiaan Quast

    Information Theory Research

    • Zurich
    • Wikipedia
    • Python
    • R project
    • ORCID
    • Email
    • LinkedIn
    • GitHub
    • Stack Overflow

    transformer package on CRAN

    My new R package transformer is now on CRAN:

    https://cran.r-project.org/package=transformer

    The package implements a full transformer architecture, based on the attention mechanism that I previously pushed as an R package:

    https://cran.r-project.org/package=attention

    Updated: May 4, 2023

    Previous Next

    You may also enjoy

    Model vs. Algorithm

    As discussion about Artificial Intelligence has become a mainstream topic, we hear a lot of terms used in loosely.

    Stanford Palo Alto

    Using Days of the Week to Understand Modulo

    Today is Monday January 1st 2024, what day of the week will it be in 7 days?

    BGV in R

    We begin by loading 2 packages, polynom for dealing with polynomials and my package HomomorophicEncryption which has several helper functions.