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 08 Jun. 2026.
Previous versions and publish date:
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

ODMeans  
OD-Means: k-Means for Origin-Destination
OD-means is a hierarchical adaptive k-means algorithm based on origin-destination pairs. In the fir ...
Download / Learn more Package Citations See dependency  
AdvBinomApps  
Upper Clopper-Pearson Confidence Limits for Burn-in Studies under Additional Available Information
Functions to compute upper Clopper-Pearson confidence limits of early life failure probabilities and ...
Download / Learn more Package Citations See dependency  
geofacet  
'ggplot2' Faceting Utilities for Geographical Data
Provides geographical faceting functionality for 'ggplot2'. Geographical faceting arranges a sequen ...
Download / Learn more Package Citations See dependency  
penppml  
Penalized Poisson Pseudo Maximum Likelihood Regression
A set of tools that enables efficient estimation of penalized Poisson Pseudo Maximum Likelihood reg ...
Download / Learn more Package Citations See dependency  
FluMoDL  
Influenza-Attributable Mortality with Distributed-Lag Models
Functions to estimate the mortality attributable to influenza and temperature, using distributed-la ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  

27,372

R Packages

233,548

Dependencies

72,820

Author Associations

27,205

Publication Badges

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