Package: tfaddons
Type: Package
Title: Interface to 'TensorFlow SIG Addons'
Version: 0.10.0
Authors@R: c(
  person("Turgut", "Abdullayev", role = c("aut", "cre"),
         email = "turqut.a.314@gmail.com")
         )
Maintainer: Turgut Abdullayev <turqut.a.314@gmail.com>
Description: 'TensorFlow SIG Addons' <https://www.tensorflow.org/addons> is a repository 
             of community contributions that conform to well-established API patterns, 
             but implement new functionality not available in core 'TensorFlow'. 
             'TensorFlow' natively supports a large number of operators, layers, metrics, 
             losses, optimizers, and more. However, in a fast moving field like Machine Learning, 
             there are many interesting new developments that cannot be integrated into 
             core 'TensorFlow' (because their broad applicability is not yet clear, or 
             it is mostly used by a smaller subset of the community).
License: Apache License 2.0
URL: https://github.com/henry090/tfaddons
BugReports: https://github.com/henry090/tfaddons/issues
SystemRequirements: TensorFlow >= 2.0 (https://www.tensorflow.org/)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
Imports: reticulate, tensorflow, rstudioapi, keras, purrr
Suggests: knitr, rmarkdown, testthat, dplyr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2020-05-25 15:30:15 UTC; turgutabdullayev
Author: Turgut Abdullayev [aut, cre]
Repository: CRAN
Date/Publication: 2020-06-02 08:50:04 UTC
Built: R 4.6.0; ; 2025-10-14 03:00:54 UTC; windows
