菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-04-20
📄 Abstract - mlr3torch: A Deep Learning Framework in R based on mlr3 and torch

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.

顶级标签: machine learning systems model training
详细标签: deep learning framework r package neural networks tabular data multimodal data 或 搜索:

mlr3torch:一个基于mlr3和torch的R语言深度学习框架 / mlr3torch: A Deep Learning Framework in R based on mlr3 and torch


1️⃣ 一句话总结

这篇论文介绍了一个名为mlr3torch的R语言软件包,它通过整合mlr3机器学习生态和torch深度学习库,让用户能够像搭积木一样轻松地构建、训练和评估神经网络,并方便地进行模型比较和调优。

源自 arXiv: 2604.18152