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

tfestimators - R Interface to TensorFlow Estimator API

The tfestimators package is an R interface to TensorFlow Estimators, a high-level API that provides:

  • Implementations of many different model types including linear models and deep neural networks. More models are coming soon such as state saving recurrent neural networks, dynamic recurrent neural networks, support vector machines, random forest, KMeans clustering, etc.

  • A flexible framework for defining arbitrary new model types as custom estimators.

  • Standalone deployment of models (no R runtime required) in a wide variety of environments.

  • An Experiment API that provides distributed training and hyperparameter tuning for both canned and custom estimators.

For documentation on using tfestimators, see the package website at https://tensorflow.rstudio.com/tfestimators

Copy Link

Version

Down Chevron

Install

install.packages('tfestimators')

Monthly Downloads

988

Version

1.9.1

License

Apache License 2.0

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

November 7th, 2018

Functions in tfestimators (1.9.1)