tfestimators

Interface to 'TensorFlow' Estimators


License
Apache-2.0

Documentation

tfestimators - R Interface to TensorFlow Estimator API

Travis-CI Build Status CRAN_Status_Badge

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/