cito: Building and Training Neural Networks

The 'cito' package provides a user-friendly interface for training and interpreting deep neural networks (DNN). 'cito' simplifies the fitting of DNNs by supporting the familiar formula syntax, hyperparameter tuning under cross-validation, and helps to detect and handle convergence problems. DNNs can be trained on CPU, GPU and MacOS GPUs. In addition, 'cito' has many downstream functionalities such as various explainable AI (xAI) metrics (e.g. variable importance, partial dependence plots, accumulated local effect plots, and effect estimates) to interpret trained DNNs. 'cito' optionally provides confidence intervals (and p-values) for all xAI metrics and predictions. At the same time, 'cito' is computationally efficient because it is based on the deep learning framework 'torch'. The 'torch' package is native to R, so no Python installation or other API is required for this package.

Package details

AuthorChristian Amesöder [aut], Maximilian Pichler [aut, cre] (<https://orcid.org/0000-0003-2252-8327>), Florian Hartig [ctb] (<https://orcid.org/0000-0002-6255-9059>), Armin Schenk [ctb]
MaintainerMaximilian Pichler <maximilian.pichler@biologie.uni-regensburg.de>
LicenseGPL (>= 3)
Version1.1
URL https://citoverse.github.io/cito/
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("cito")

Try the cito package in your browser

Any scripts or data that you put into this service are public.

cito documentation built on May 29, 2024, 1:28 a.m.