@@ 53631,40 53631,6 @@ graph edges represent the multidimensional data arrays (tensors) communicated
between them.")
(license license:asl2.0)))
-(define-public r-keras
- (package
- (name "r-keras")
- (version "2.15.0")
- (source
- (origin
- (method url-fetch)
- (uri (cran-uri "keras" version))
- (sha256
- (base32
- "0xahkgww3dzp8vjz0456sn6ihz0w0q0dz1gnmx07r2vx81isirvc"))))
- (properties `((upstream-name . "keras")))
- (build-system r-build-system)
- (propagated-inputs
- (list r-generics
- r-glue
- r-magrittr
- r-r6
- r-reticulate
- r-rlang
- r-tensorflow
- r-tfruns
- r-zeallot))
- (native-inputs (list r-knitr r-testthat))
- (home-page "https://keras.rstudio.com")
- (synopsis "R Interface to 'Keras'")
- (description
- "This package provides an interface to Keras, a high-level neural
-networks API. Keras was developed with a focus on enabling fast
-experimentation, supports both convolution based networks and recurrent
-networks (as well as combinations of the two), and runs seamlessly on both CPU
-and GPU devices.")
- (license license:expat)))
-
(define-public r-zzlite
(package
(name "r-zzlite")