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 12 Mar. 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

riskCommunicator  
G-Computation to Estimate Interpretable Epidemiological Effects
Estimates flexible epidemiological effect measures including both differences and ratios using the p ...
Download / Learn more Package Citations See dependency  
sloop  
Helpers for 'OOP' in R
A collection of helper functions designed to help you to better understand object oriented programmi ...
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  
threewords  
Represent Precise Coordinates in Three Words
A connector to the 'What3Words' (http://what3words.co ...
Download / Learn more Package Citations See dependency  
impactflu  
Quantification of Population-Level Impact of Vaccination
Implements the compartment model from Tokars (2018) . This ena ...
Download / Learn more Package Citations See dependency  
funnelR  
Funnel Plots for Proportion Data
A set of simplified functions for creating funnel plots for proportion data. This package supports u ...
Download / Learn more Package Citations See dependency  

26,293

R Packages

225,784

Dependencies

70,376

Author Associations

26,294

Publication Badges

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