Back to Freecodecamp

Core Learning Algorithms: Building the Model

curriculum/challenges/english/blocks/tensorflow/5e8f2f13c4cdbe86b5c72d8e.md

latest225 B
Original Source

--questions--

--text--

What kind of estimator/model does TensorFlow recommend using for classification?

--answers--

LinearClassifier


DNNClassifier


BoostedTreesClassifier

--video-solution--

2