
kindling - Higher-Level Interface of 'torch' Package to Auto-Train Neural Networks
Provides a higher-level interface to the 'torch' package for defining, training, and fine-tuning neural networks through code generation. The package supports several architectures, including feedforward (multi-layer perceptron) and recurrent neural networks (RNN, LSTM, GRU), while reducing boilerplate 'torch' code. Model training methods also bridge to machine learning frameworks in R, particularly the 'tidymodels' ecosystem, including 'parsnip' model specifications, workflows, recipes, and tuning tools.
Last updated
neural-networkstidymodelstorch
7.21 score 27 stars 11 scripts 278 downloads
tabstats - A Lightweight Toolkit for Displaying Customizable Tables
A lightweight toolkit that provides functions for printing tables from input data in the R console or terminal with customizable formatting. Supported outputs include American Psychological Association (APA)-style tables (American Psychological Association, 2020, ISBN:9781433832178), correlation matrices, contingency tables, and two-column summary tables.
Last updated
5.10 score 5 stars 3 scripts 458 downloads