# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "rTorch" in publications use:' type: software license: MIT title: 'rTorch: R Bindings to ''PyTorch''' version: 0.4.2 doi: 10.32614/CRAN.package.rTorch abstract: '''R'' implementation and interface of the Machine Learning platform ''PyTorch'' developed in ''Python''. It requires a ''conda'' environment with ''torch'' and ''torchvision'' Python packages to provide ''PyTorch'' functions, methods and classes. The key object in ''PyTorch'' is the tensor which is in essence a multidimensional array. These tensors are fairly flexible in performing calculations in CPUs as well as ''GPUs'' to accelerate tensor operations.' authors: - family-names: Reyes given-names: Alfonso R. email: alfonso.reyes@oilgainsanalytics.com repository: https://cranhaven.r-universe.dev repository-code: https://github.com/f0nzie/rTorch commit: de3f04e9cc27fa40722bc8599af1086ecd1bd581 url: https://github.com/f0nzie/rTorch date-released: '2020-10-12' contact: - family-names: Reyes given-names: Alfonso R. email: alfonso.reyes@oilgainsanalytics.com