Other packages > Find by keyword >

kerasR  

R Interface to the Keras Deep Learning Library
View on CRAN: Click here


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

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

Install by package version:
library("remotes")
install_version("kerasR", "0.8.1")



Attach the package and use:
library("kerasR")
Maintained by
Taylor Arnold
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-03-20
Latest Update: 2023-03-16
Description:
Provides a consistent interface to the Keras Deep Learning Librarydirectly from within R. Keras provides specifications for describing denseneural networks convolution neural networks CNN and recurrent neural networksRNN running on top of either TensorFlow or Theano. Type conversions betweenPython and R are automatically handled correctly even when the defaultchoices would otherwise lead to errors. Includes complete R documentationand many working examples.
How to cite:
Taylor Arnold (2017). kerasR: R Interface to the Keras Deep Learning Library. R package version 0.8.1, https://cran.r-project.org/web/packages/kerasR. Accessed 09 Apr. 2025.
Previous versions and publish date:
0.4.1 (2017-03-20 18:34), 0.6.1 (2017-06-01 14:05), 0.8.1 (2022-08-17 15:40)
Other packages that cited kerasR R package
View kerasR citation profile
Other R packages that kerasR depends, imports, suggests or enhances
Downloads during the last 30 days
03/1203/1303/1503/2403/2804/06Downloads for kerasR0.511.522.533.544.555.566.5TrendBars

Today's Hot Picks in Authors and Packages

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  
mmb  
Arbitrary Dependency Mixed Multivariate Bayesian Models
Supports Bayesian models with full and partial (hence arbitrary) dependencies between random variab ...
Download / Learn more Package Citations See dependency  
multitaper  
Spectral Analysis Tools using the Multitaper Method
Implements multitaper spectral analysis using discrete prolate spheroidal sequences (Slepians) and s ...
Download / Learn more Package Citations See dependency  
cvmdisc  
Cramer von Mises Tests for Discrete or Grouped Distributions
Implements Cramer-von Mises Statistics for testing fit to (1) fully specified discrete distributions ...
Download / Learn more Package Citations See dependency  
fisheye  
Transform Base Maps Using Log-Azimuthal Projection
Base maps are transformed to focus on a specific location using an azimuthal logarithmic distance t ...
Download / Learn more Package Citations See dependency  
MultSurvTests  
Permutation Tests for Multivariate Survival Analysis
Multivariate version of the two-sample Gehan and logrank tests, as described in L.J Wei & J.M Lachin ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

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