64. Tensorflow Introduction#

There are a number of really good Tensorflow tutorials.

https://www.tensorflow.org/tutorials/

  1. Tensors

  2. Titanic with Linear Models

  3. Titanic with Boosted Trees

  4. Regression with Tensorflow

65. Tensorflow Tabular Data#

  1. Feature Columns

  2. Preprocessing Layers

66. Tensorflow NLP#