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 04 Jun. 2026.
Previous versions and publish date:
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

shinybusy  
Busy Indicators and Notifications for 'Shiny' Applications
Add indicators (spinner, progress bar, gif) in your 'shiny' applications to show the user that the ...
Download / Learn more Package Citations See dependency  
AMPLE  
Shiny Apps to Support Capacity Building on Harvest Control Rules
Three Shiny apps are provided that introduce Harvest Control Rules (HCR) for fisheries management. ...
Download / Learn more Package Citations See dependency  
phers  
Calculate Phenotype Risk Scores
Use phenotype risk scores based on linked clinical and genetic data to study Mendelian disease and ...
Download / Learn more Package Citations See dependency  
murphydiagram  
Murphy Diagrams for Forecast Comparisons
Data and code for the paper by Ehm, Gneiting, Jordan and Krueger ('Of Quantiles and Expectiles: Con ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
golem  
A Framework for Robust Shiny Applications
An opinionated framework for building a production-ready 'Shiny' application. This package contains ...
Download / Learn more Package Citations See dependency  

27,268

R Packages

233,548

Dependencies

72,590

Author Associations

27,205

Publication Badges

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