For any queries you can reach us at infovistarindia@gmail.com / WhatsApp us: +919158876092

Commonly Implemented Algorithms in TensorFlow

Commonly Implemented Algorithms in TensorFlow

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