Learn R Programming

⚠️There's a newer version (2.16.0) of this package.Take me there.

tensorflow (version 1.4.1)

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

20,548

Version

1.4.1

License

Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

JJ Allaire

Last Published

November 16th, 2017

Functions in tensorflow (1.4.1)

reexports

Objects exported from other packages
tensorboard

TensorBoard Visualization Tool
tensorflow

TensorFlow for R
shape

Tensor shape
parse_flags

Parse Configuration Flags for a TensorFlow Application
export_savedmodel

Export a Saved Model
evaluate

Evaluate a Model
install_tensorflow

Install TensorFlow and it's dependencies
install_tensorflow_extras

Install additional Python packages alongside TensorFlow
train

Train a Model
train_and_evaluate

Simultaneously Train and Evaluate a Model
use_session_with_seed

Use a session with a random seed
tf

Main TensorFlow module
view_savedmodel

View a Saved Model
tf_config

TensorFlow configuration information
parse_arguments

Parse Command Line Arguments