Provides a higher-level interface to the 'torch' package for defining, training, and fine-tuning neural networks, including its depth, powered by code generation. This package supports few to several architectures, including feedforward (multi-layer perceptron) and recurrent neural networks (Recurrent Neural Networks (RNN), Long Short-Term Memory (LSTM), Gated Recurrent Unit (GRU)), while also reduces boilerplate 'torch' code while enabling seamless integration with 'torch'. The model methods to train neural networks from this package also bridges to titanic ML frameworks in R, namely 'tidymodels' ecosystem, which enables the 'parsnip' model specifications, workflows, recipes, and tuning tools.
| Version: | 0.3.0 |
| Depends: | R (≥ 4.1.0) |
| Imports: | purrr, torch, rlang, cli, glue, vctrs, parsnip (≥ 1.0.0), tibble, tidyr, dplyr, stats, NeuralNetTools, vip, ggplot2, tune, dials, hardhat, lifecycle, coro |
| Suggests: | testthat (≥ 3.0.0), magrittr, box, recipes, workflows, rsample, yardstick, mlbench, modeldata, knitr, rmarkdown, DiceDesign, lhs, sfd, covr |
| Published: | 2026-03-03 |
| DOI: | 10.32614/CRAN.package.kindling |
| Author: | Joshua Marie [aut, cre],
Antoine Soetewey |
| Maintainer: | Joshua Marie <joshua.marie.k at gmail.com> |
| BugReports: | https://github.com/joshuamarie/kindling/issues |
| License: | MIT + file LICENSE |
| URL: | https://kindling.joshuamarie.com, https://github.com/joshuamarie/kindling |
| NeedsCompilation: | no |
| Citation: | kindling citation info |
| Materials: | README, NEWS |
| CRAN checks: | kindling results |
| Reference manual: | kindling.html , kindling.pdf |
| Vignettes: |
Custom Activation Function (source, R code) Getting Started with kindling (source, R code) Similar packages and comparison (source, R code) Special Cases: Linear and Logistic Regression (source, R code) Tuning Capabilities (source, R code) |
| Package source: | kindling_0.3.0.tar.gz |
| Windows binaries: | r-devel: kindling_0.2.0.zip, r-release: kindling_0.2.0.zip, r-oldrel: kindling_0.2.0.zip |
| macOS binaries: | r-release (arm64): kindling_0.3.0.tgz, r-oldrel (arm64): kindling_0.3.0.tgz, r-release (x86_64): kindling_0.3.0.tgz, r-oldrel (x86_64): kindling_0.3.0.tgz |
| Old sources: | kindling archive |
Please use the canonical form https://CRAN.R-project.org/package=kindling to link to this page.