torch: Tensors and Neural Networks with 'GPU' Acceleration

Provides functionality to define and train neural networks similar to 'PyTorch' by Paszke et al (2019) <arXiv:1912.01703> but written entirely in R using the 'libtorch' library. Also supports low-level tensor operations and 'GPU' acceleration.

Version: 0.0.1
Imports: Rcpp, R6, withr, rlang, methods, utils, stats
LinkingTo: Rcpp
Suggests: testthat (≥ 2.1.0), covr, knitr, rmarkdown, bit64, magrittr, glue
Published: 2020-08-06
Author: Daniel Falbel [aut, cre, cph], Javier Luraschi [aut, cph], Dmitriy Selivanov [ctb], Athos Damiani [ctb], RStudio [cph]
Maintainer: Daniel Falbel <daniel at rstudio.com>
BugReports: https://github.com/mlverse/torch/issues
License: MIT + file LICENSE
URL: http://mlverse.github.io/torch, https://github.com/mlverse/torch
NeedsCompilation: yes
SystemRequirements: C++11, LibTorch (https://pytorch.org/)
Materials: README
CRAN checks: torch results

Downloads:

Reference manual: torch.pdf
Vignettes: Extending Autograd
Indexing tensors
Loading data
Creating tensors
Using autograd
Package source: torch_0.0.1.tar.gz
Windows binaries: r-devel: not available, r-release: not available, r-oldrel: not available
macOS binaries: r-release: not available, r-oldrel: not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=torch to link to this page.