Package: keras3
Type: Package
Title: R Interface to 'Keras'
Version: 1.2.0
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' <https://keras.io>, 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.36.0), tensorflow (>=
        2.16.0), tfruns (>= 1.5.2), magrittr, zeallot, fastmap, glue,
        cli, rlang
Suggests: ggplot2, testthat (>= 2.1.0), knitr, rmarkdown, callr,
        tfdatasets, withr, png, jsonlite, purrr, rstudioapi, R6, jpeg
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2024-09-05 01:21:46 UTC; tomasz
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] (<https://orcid.org/0000-0001-5243-233X>),
  Wouter Van Der Bijl [ctb, cph],
  Martin Studer [ctb, cph],
  Sigrid Keydana [ctb]
Maintainer: Tomasz Kalinowski <tomasz@posit.co>
Repository: CRAN
Date/Publication: 2024-09-05 19:30:07 UTC
