# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "tensorflow" in publications use:' type: software license: Apache-2.0 title: 'tensorflow: R Interface to ''TensorFlow''' version: 2.16.0.9000 doi: 10.32614/CRAN.package.tensorflow abstract: Interface to 'TensorFlow' , an open source software library for numerical computation using data flow graphs. Nodes in the graph represent mathematical operations, while the graph edges represent the multidimensional data arrays (tensors) communicated between them. The flexible architecture allows you to deploy computation to one or more 'CPUs' or 'GPUs' in a desktop, server, or mobile device with a single 'API'. 'TensorFlow' was originally developed by researchers and engineers working on the Google Brain Team within Google's Machine Intelligence research organization for the purposes of conducting machine learning and deep neural networks research, but the system is general enough to be applicable in a wide variety of other domains as well. authors: - family-names: Allaire given-names: JJ - family-names: Kalinowski given-names: Tomasz email: tomasz.kalinowski@posit.co - family-names: Tang given-names: Yuan email: terrytangyuan@gmail.com orcid: https://orcid.org/0000-0001-5243-233X repository: https://rstudio.r-universe.dev repository-code: https://github.com/rstudio/tensorflow commit: b68aa4acf840c130c398590efdb47aea5cd9d1b3 url: https://github.com/rstudio/tensorflow contact: - family-names: Kalinowski given-names: Tomasz email: tomasz.kalinowski@posit.co