August 2018
Intermediate to advanced
378 pages
9h 9m
English
TensorFlow estimators allow you to build TensorFlow models using a simpler API interface. In R, the tfestimators package allows you to call this API. There are different model types, including linear models and neural networks. The following estimators are available:
Estimators hide a lot of the detail in creating a deep learning model, including building the ...