tensorflow

From MaRDI portal
Software:33323



swMATH21516CRANtensorflowMaRDI QIDQ33323

R Interface to 'TensorFlow'

Yuan Tang, Jj Allaire

Last update: 31 January 2024

Software version identifier: 2.11.0, 0.7, 0.8.1, 0.9, 1.3.1, 1.3, 1.4.1, 1.4.2, 1.4.3, 1.4, 1.5, 1.8, 1.9, 1.10, 1.13.1, 1.14.0, 2.0.0, 2.2.0, 2.4.0, 2.5.0, 2.6.0, 2.7.0, 2.8.0, 2.9.0, 2.13.0, 2.14.0, 2.15.0

Source code repository: https://github.com/cran/tensorflow

Copyright license: Apache License, Version 2.0

Interface to 'TensorFlow' <https://www.tensorflow.org/>, 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.