• Skip to primary navigation
  • Skip to content
  • Skip to footer
qua.st
  • Blog
  • About Me
  • Software
  • Research
  • Publications
  • Teaching
  • Employment
    Bastiaan Quast

    Bastiaan Quast

    Husband, dad, wannabe dog owner

    • Geneva
    • Wikipedia
    • Twitter
    • ORCID
    • GitHub
    • GitLab
    • Email

    rnn: a Recurrent Neural Network in R

    less than 1 minute read

    Development

    The full git repository is available at:

    https://github.com/bquast/rnn

    and can be cloned using:

    git clone https://github.com/bquast/rnn.git
    

    A paper will follow.

    Tags: neural network

    Categories: neural-networks

    Updated: February 5, 2016

    Previous Next

    You may also enjoy

    attention package on CRAN

    1 minute read

    The attention R package, describing how to implement from scratch the attention mechanism - which forms the basis of transformers - in the R language is now ...

    Self-Attention from Scratch in R

    3 minute read

    EDIT 2022-06-24: this code is now available (with helper functions) in the R package attention, which is on CRAN. You can install it simply using: install.pa...

    Online Office Hours

    1 minute read

    With over a year working from home and an end not immediately in sight, I felt it was time to think a bit structurally about how to work remotely as effectiv...

    Ron Graham’s Game

    2 minute read

    For a job interview at WHO I was asked by build a numeric version of Noughts and Crosses (Tic-Tac-Toe to some), this is called Ron Graham’s Game (repo).