Other packages > Find by keyword >

tensorflow  

R Interface to 'TensorFlow'
View on CRAN: Click here


Download and install tensorflow package within the R console
Install from CRAN:
install.packages("tensorflow")

Install from Github:
library("remotes")
install_github("cran/tensorflow")

Install by package version:
library("remotes")
install_version("tensorflow", "2.20.0")



Attach the package and use:
library("tensorflow")
Maintained by
Tomasz Kalinowski
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2017-03-22
Latest Update: 2025-09-03
Description:
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.
How to cite:
Tomasz Kalinowski (2017). tensorflow: R Interface to 'TensorFlow'. R package version 2.20.0, https://cran.r-project.org/web/packages/tensorflow. Accessed 31 Aug. 2026.
Previous versions and publish date:
(2026-07-09 07:12), 0.7 (2017-03-22 15:19), 0.8.1 (2017-05-26 02:35), 0.9 (2017-06-25 21:55), 1.3.1 (2017-08-26 19:25), 1.3 (2017-07-27 23:42), 1.4.1 (2017-11-16 22:57), 1.4.2 (2017-12-17 07:52), 1.4.3 (2017-12-18 17:34), 1.4 (2017-09-27 14:23), 1.5 (2018-01-17 16:02), 1.8 (2018-06-14 15:41), 1.9 (2018-08-07 16:10), 1.10 (2018-11-19 19:50), 1.13.1 (2019-04-05 14:50), 1.14.0 (2019-08-01 15:30), 2.0.0 (2019-10-02 19:50), 2.2.0 (2020-05-11 20:20), 2.4.0 (2021-03-23 22:40), 2.5.0 (2021-06-10 17:30), 2.6.0 (2021-08-19 20:50), 2.7.0 (2021-11-09 17:20), 2.8.0 (2022-02-09 22:00), 2.9.0 (2022-05-21 09:20), 2.11.0 (2022-12-19 16:00), 2.13.0 (2023-08-15 18:30), 2.14.0 (2023-09-28 17:50), 2.15.0 (2024-01-31 20:50), 2.16.0 (2024-04-15 18:30)
Other packages that cited tensorflow R package
View tensorflow citation profile
Other R packages that tensorflow depends, imports, suggests or enhances
Complete documentation for tensorflow
Downloads during the last 30 days

Today's Hot Picks in Authors and Packages

mod  
Lightweight and Self-Contained Modules for Code Organization
Creates modules inline or from a file. Modules can contain any R object and be nested. Each module h ...
Download / Learn more Package Citations See dependency  
ukbabynames  
UK Baby Names Data
Full listing of UK baby names occurring more than three times per year between 1974 and 2020, and ra ...
Download / Learn more Package Citations See dependency  
r2resize  
In-Text Resize for Images, Tables and Fancy Resize Containers in 'shiny', 'rmarkdown' and 'quarto' Documents
Automatic resizing toolbar for containers, images and tables. Various resizable or expandable contai ...
Download / Learn more Package Citations See dependency  
BoundEdgeworth  
Bound on the Error of the First-Order Edgeworth Expansion
Computes uniform bounds on the distance between the cumulative distribution function of a standardi ...
Download / Learn more Package Citations See dependency  

28,400

R Packages

239,283

Dependencies

75,283

Author Associations

28,401

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA