Course Content
TensorFlow for Beginners
About Lesson

The following are a list of algorithms and their corresponding TensorFlow functions

  • Linear regression: tf.estimator.LinearRegressor
  • Classification: tf.estimator.LinearClassifier
  • Deep learning classification: tf.estimator.DNNClassifier
  • Deep learning wipe and deep: tf.estimator.DNNLinearCombinedClassifier
  • Booster tree regression: tf.estimator.BoostedTreesRegressor
  • Boosted tree classification: tf.estimator.BoostedTreesClassifier