Software
torch
R Interface to Torch
torch is an R package that provides tensor computation with GPU acceleration and automatic differentiation, powered by LibTorch (the C++ backend of PyTorch). It enables building and training deep learning models directly in R without requiring a Python installation.

