Search papers, labs, and topics across Lattice.
The authors introduce `mlr3torch`, an R package that provides a deep learning framework integrated with the `mlr3` ecosystem. This framework simplifies neural network definition, training, and evaluation for tabular data and tensors, leveraging the `torch` package. Users can define networks as graphs within the `mlr3pipelines` framework, enabling comprehensive workflow management including preprocessing and data augmentation.
R users gain a powerful, extensible deep learning framework with `mlr3torch`, seamlessly integrating neural networks into the familiar `mlr3` ecosystem for streamlined experimentation and deployment.
Deep learning (DL) has become a cornerstone of modern machine learning (ML) praxis. We introduce the R package mlr3torch, which is an extensible DL framework for the mlr3 ecosystem. It is built upon the torch package, and simplifies the definition, training, and evaluation of neural networks for both tabular data and generic tensors (e.g., images) for classification and regression. The package implements predefined architectures, and torch models can easily be converted to mlr3 learners. It also allows users to define neural networks as graphs. This representation is based on the graph language defined in mlr3pipelines and allows users to define the entire modeling workflow, including preprocessing, data augmentation, and network architecture, in a single graph. Through its integration into the mlr3 ecosystem, the package allows for convenient resampling, benchmarking, preprocessing, and more. We explain the package's design and features and show how to customize and extend it to new problems. Furthermore, we demonstrate the package's capabilities using three use cases, namely hyperparameter tuning, fine-tuning, and defining architectures for multimodal data. Finally, we present some runtime benchmarks.