# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "torch" in publications use:' type: software license: MIT title: 'torch: Tensors and Neural Networks with ''GPU'' Acceleration' version: 0.14.2 doi: 10.32614/CRAN.package.torch abstract: Provides functionality to define and train neural networks similar to 'PyTorch' by Paszke et al (2019) but written entirely in R using the 'libtorch' library. Also supports low-level tensor operations and 'GPU' acceleration. authors: - family-names: Falbel given-names: Daniel email: daniel@rstudio.com - family-names: Luraschi given-names: Javier email: jluraschi@gmail.com repository: https://CRAN.R-project.org/package=torch repository-code: https://github.com/mlverse/torch url: https://torch.mlverse.org/docs date-released: '2025-02-14' contact: - family-names: Falbel given-names: Daniel email: daniel@rstudio.com