Learn R Programming

tensorflow (version 2.16.0)

R Interface to 'TensorFlow'

Description

Interface to 'TensorFlow' , 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.

Copy Link

Version

Install

install.packages('tensorflow')

Monthly Downloads

28,106

Version

2.16.0

License

Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Tomasz Kalinowski

Last Published

April 15th, 2024

Functions in tensorflow (2.16.0)

use_compat

Use Compatibility
tf_probability

TensorFlow Probability Module
view_savedmodel

View a Saved Model
train

(Deprecated) Train a Model
use_session_with_seed

Use a session with a random seed
reexports

Objects exported from other packages
evaluate

Evaluate a Model
as_tensor

as_tensor
parse_flags

Parse Configuration Flags for a TensorFlow Application
parse_arguments

Parse Command Line Arguments
install_tensorflow

Install TensorFlow and its dependencies
shape

Create a tf.TensorShape object
all_dims

All dims
set_random_seed

Set random seed for TensorFlow
[.tensorflow.tensor

Subset tensors with [
tensorflow

TensorFlow for R
tf_function

Creates a callable TensorFlow graph from an R function.
export_savedmodel

Export a Saved Model
tf_gpu_configured

TensorFlow GPU configuration information
tf

Main TensorFlow module
tensorboard

TensorBoard Visualization Tool
tf_config

TensorFlow configuration information
train_and_evaluate

(Deprecated) Simultaneously Train and Evaluate a Model
tf_extract_opts

Tensor extract options