Other packages > Find by keyword >

RcppDL  

Deep Learning Methods via Rcpp
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("RcppDL", "0.0.5")



Attach the package and use:
library("RcppDL")
Maintained by
Qiang Kou
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2014-12-16
Latest Update: 2023-08-18
Description:
This package is based on the C++ code from Yusuke Sugomori, which implements basic machine learning methods with many layers (deep learning), including dA (Denoising Autoencoder), SdA (Stacked Denoising Autoencoder), RBM (Restricted Boltzmann machine) and DBN (Deep Belief Nets).
How to cite:
Qiang Kou (2014). RcppDL: Deep Learning Methods via Rcpp. R package version 0.0.5, https://cran.r-project.org/web/packages/RcppDL. Accessed 15 Apr. 2025.
Previous versions and publish date:
0.0.3 (2014-12-16 01:02), 0.0.5 (2014-12-17 23:46)
Other packages that cited RcppDL R package
View RcppDL citation profile
Other R packages that RcppDL depends, imports, suggests or enhances
Functions, R codes and Examples using the RcppDL R package
Some associated functions: RcppDL-package . datasets . dl-class . dl-methods . metadata . 
Some associated R codes: AllGenerics.R . DataClasses.R . dA-methods.R . dbn-methods.R . rbm-methods.R . sda-methods.R . zzz.R .  Full RcppDL package functions and examples
Downloads during the last 30 days
03/2003/2103/2804/0504/0704/0804/12Downloads for RcppDL12345678TrendBars

Today's Hot Picks in Authors and Packages

bSims  
Agent-Based Bird Point Count Simulator
A highly scientific and utterly addictive bird point count simulator to test statistical assumptio ...
Download / Learn more Package Citations See dependency  
StructFDR  
False Discovery Control Procedure Integrating the Prior Structure Information
Perform more powerful false discovery control (FDR) for microbiome data, taking into account the pri ...
Download / Learn more Package Citations See dependency  
ktsolve  
Configurable Function for Solving Families of Nonlinear Equations
This is designed for use with an arbitrary set of equations with an arbitrary set of unknowns. The ...
Download / Learn more Package Citations See dependency  
mipplot  
An Open-Source Tool for Visualization of Climate Mitigation Scenarios
Generic functions to produce area/bar/box/line plots of data following IAMC (Integrated Assessment M ...
Download / Learn more Package Citations See dependency  
SAutomata  
Inference and Learning in Stochastic Automata
Machine learning provides algorithms that can learn from data and make inferences or predictions. St ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,993

Author Associations

24,013

Publication Badges

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