R/rnn.R

#' @name rnn
#' @title Recurrent Neural Network
#' @author Bastiaan Quast \email{bquast@@gmail.com}
#' @description A Recurrent Neural Network in native R, transforms numbers to binaries before adding bit by bit, teaching itself how to carry.
#' @seealso \code{\link{trainr}} for training a model and \code{\link{predictr}} for using a model to make predictions. https://qua.st/rnn
#' @references {https://qua.st/rnn/}
NULL

Try the rnn package in your browser

Any scripts or data that you put into this service are public.

rnn documentation built on April 22, 2023, 1:12 a.m.