Other packages > Find by keyword >

ruta  

Implementation of Unsupervised Neural Architectures
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("ruta", "1.2.0")



Attach the package and use:
library("ruta")
Maintained by
David Charte
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2018-05-08
Latest Update:
Description:
Implementation of several unsupervised neural networks, from building their architecture to their training and evaluation. Available networks are auto-encoders including their main variants: sparse, contractive, denoising, robust and variational, as described in Charte et al. (2018) .
How to cite:
David Charte (2018). ruta: Implementation of Unsupervised Neural Architectures. R package version 1.2.0, https://cran.r-project.org/web/packages/ruta. Accessed 06 Aug. 2026.
Previous versions and publish date:
(2026-07-09 06:54), 1.0.2 (2018-05-08 12:09), 1.1.0 (2019-03-18 14:10), 1.2.0 (2023-01-08 16:10)
Other packages that cited ruta R package
View ruta citation profile
Other R packages that ruta depends, imports, suggests or enhances
Functions, R codes and Examples using the ruta R package
Some associated functions: add_weight_decay . apply_filter . as_loss . as_network . autoencode . autoencoder . autoencoder_contractive . autoencoder_denoising . autoencoder_robust . autoencoder_sparse . autoencoder_variational . configure . contraction . conv . correntropy . decode . dense . dropout . encode . encoding_index . evaluate . evaluation_metric . generate . input . is_contractive . is_denoising . is_robust . is_sparse . is_trained . is_variational . join-networks . layer_keras . loss_variational . make_contractive . make_denoising . make_robust . make_sparse . new_autoencoder . new_layer . new_network . noise . noise_cauchy . noise_gaussian . noise_ones . noise_saltpepper . noise_zeros . output . plot.ruta_network . print-methods . reconstruct . save_as . sparsity . sub-.ruta_network . to_keras . to_keras.ruta_autoencoder . to_keras.ruta_filter . to_keras.ruta_layer_input . to_keras.ruta_layer_variational . to_keras.ruta_loss_named . to_keras.ruta_network . to_keras.ruta_sparsity . to_keras.ruta_weight_decay . train.ruta_autoencoder . variational_block . weight_decay . 
Some associated R codes: 00classes.R . autoencoder.R . autoencoder_contractive.R . autoencoder_denoising.R . autoencoder_robust.R . autoencoder_sparse.R . autoencoder_variational.R . autoencoder_weight_decay.R . derivative.R . evaluate.R . filter.R . generics.R . layers.R . loss.R . network.R . network_plot.R . save.R . util.R .  Full ruta package functions and examples
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

RRedshiftSQL  
R Interface to the 'Redshift' Database
Superclasses 'PostgreSQL' connection to help enable full 'dplyr' functionality on 'Redshift'. ...
Download / Learn more Package Citations See dependency  
lsmeans  
Least-Squares Means
Obtain least-squares means for linear, generalized linear, and mixed models. Compute contrasts or l ...
Download / Learn more Package Citations See dependency  
SAMBA  
Selection and Misclassification Bias Adjustment for Logistic Regression Models
Health research using data from electronic health records (EHR) has gained popularity, but miscla ...
Download / Learn more Package Citations See dependency  
TMDb  
Access to TMDb API
Provides an R-interface to the TMDb API (see TMDb API on < ...
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  

28,083

R Packages

239,283

Dependencies

74,457

Author Associations

28,084

Publication Badges

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