Other packages > Find by keyword >

cito  

Building and Training Neural Networks
View on CRAN: Click here


Download and install cito package within the R console
Install from CRAN:
install.packages("cito")

Install from Github:
library("remotes")
install_github("cran/cito")

Install by package version:
library("remotes")
install_version("cito", "1.1")



Attach the package and use:
library("cito")
Maintained by
Maximilian Pichler
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2022-08-11
Latest Update: 2024-03-18
Description:
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.
How to cite:
Maximilian Pichler (2022). cito: Building and Training Neural Networks. R package version 1.1, https://cran.r-project.org/web/packages/cito. Accessed 06 Mar. 2026.
Previous versions and publish date:
1.0.0 (2022-08-11 17:10), 1.0.1 (2023-03-13 14:00), 1.0.2 (2023-10-06 16:40)
Other packages that cited cito R package
View cito citation profile
Other R packages that cito depends, imports, suggests or enhances
Complete documentation for cito
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

mlr3viz  
Visualizations for 'mlr3'
Visualization package of the 'mlr3' ecosystem. It features plots for mlr3 objects such as tasks, le ...
Download / Learn more Package Citations See dependency  
lbfgs  
Limited-memory BFGS Optimization
A wrapper built around the libLBFGS optimization library by Naoaki Okazaki. The lbfgs package implem ...
Download / Learn more Package Citations See dependency  
EMVS  
The Expectation-Maximization Approach to Bayesian Variable Selection
An efficient expectation-maximization algorithm for fitting Bayesian spike-and-slab regularization p ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
openxlsx  
Read, Write and Edit xlsx Files
Simplifies the creation of Excel .xlsx files by providing a high level interface to writing, stylin ...
Download / Learn more Package Citations See dependency  
DatabionicSwarm  
Swarm Intelligence for Self-Organized Clustering
Algorithms implementing populations of agents that interact with one another and sense their environ ...
Download / Learn more Package Citations See dependency  

26,264

R Packages

223,360

Dependencies

70,244

Author Associations

26,265

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA