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 20 Sep. 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

RWmisc  
Miscellaneous Spatial Functions
Contains convenience functions for working with spatial data across multiple UTM zones, raster-vect ...
Download / Learn more Package Citations See dependency  
MatchThem  
Matching and Weighting Multiply Imputed Datasets
Provides essential tools for the pre-processing techniques of matching and weighting multiply impute ...
Download / Learn more Package Citations See dependency  
relimp  
Relative Contribution of Effects in a Regression Model
Functions to facilitate inference on the relative importance of predictors in a linear or generalize ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
WASP  
Wavelet System Prediction
The wavelet-based variance transformation method is used for system modelling and prediction. It ref ...
Download / Learn more Package Citations See dependency  
migration.indices  
Migration Indices
Calculate various indices, like Crude Migration Rate, different Gini indices or the Coefficient of ...
Download / Learn more Package Citations See dependency  

28,565

R Packages

239,283

Dependencies

75,677

Author Associations

28,566

Publication Badges

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