Package: keras3 Type: Package Title: R Interface to 'Keras' Version: 1.5.1.9000 Authors@R: c( person("Tomasz", "Kalinowski", role = c("aut", "cph", "cre"), email = "tomasz@posit.co"), person("Daniel", "Falbel", role = c("ctb", "cph"), email = "daniel@posit.co"), person("JJ", "Allaire", role = c("aut", "cph")), person("François", "Chollet", role = c("aut", "cph")), person("Posit Software, PBC", role = c("cph", "fnd")), person("Google", role = c("cph", "fnd")), person("Yuan", "Tang", role = c("ctb", "cph"), email = "terrytangyuan@gmail.com", comment = c(ORCID = "0000-0001-5243-233X")), person("Wouter", "Van Der Bijl", role = c("ctb", "cph")), person("Martin", "Studer", role = c("ctb", "cph")), person("Sigrid", "Keydana", role = c("ctb")) ) Description: 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. Encoding: UTF-8 License: MIT + file LICENSE URL: https://keras3.posit.co/, https://github.com/rstudio/keras3 BugReports: https://github.com/rstudio/keras3/issues Depends: R (>= 4.0) Imports: generics (>= 0.0.1), reticulate (>= 1.42.0), tensorflow (>= 2.16.0), tfruns (>= 1.5.2), magrittr, zeallot, fastmap, glue, cli, rlang, dotty Suggests: ggplot2, testthat (>= 2.1.0), knitr, rmarkdown, callr, tfdatasets, withr, png, jsonlite, purrr, rstudioapi, R6, jpeg RoxygenNote: 7.3.3 VignetteBuilder: knitr Config/pak/sysreqs: libpng-dev Repository: https://rstudio.r-universe.dev Date/Publication: 2026-04-13 18:15:38 UTC RemoteUrl: https://github.com/rstudio/keras3 RemoteRef: HEAD RemoteSha: 4571bff1befc425ee812faf247e3732ffc510607 NeedsCompilation: no Packaged: 2026-06-23 07:14:16 UTC; root Author: Tomasz Kalinowski [aut, cph, cre], Daniel Falbel [ctb, cph], JJ Allaire [aut, cph], François Chollet [aut, cph], Posit Software, PBC [cph, fnd], Google [cph, fnd], Yuan Tang [ctb, cph] (ORCID: ), Wouter Van Der Bijl [ctb, cph], Martin Studer [ctb, cph], Sigrid Keydana [ctb] Maintainer: Tomasz Kalinowski