Tensorflow

Feature Engineering

Scale to large datasets, Find good features, Preprocess with Cloud MLE

Raw Data to Features

What makes a good feature?

  1. Related to the objective

Tensorflow

.https://www.tensorflow.org/tutorials/text/word_embeddingsarrow-up-right

  • How to write and deploy a model with TensorFlow

.https://www.qwiklabs.com/focuses/3389arrow-up-right - Distributed Machine Learning with Google Cloud ML

Embedding function

DNN model

Wide and Deep model

extend the model to include additional features by creating features that allow you to associate airports with broad geographic zones and from those derive simplified air traffic corridors. feature crossing.

  • You start by creating location buckets for an n*n grid covering the USA and then assign each departure and arrival airport to their specific grid locations.

CLOUD ML logs

Submit job to AI platform

Model deployment and usage

Tensorflow For Poets

.https://github.com/googlecodelabs/tensorflow-for-poets-2/blob/master/scripts/label_image.pyarrow-up-right

Activations
Biases

.https://github.com/kubeflow/pipelines/blob/master/samples/core/lightweight_component/lightweight_component.ipynbarrow-up-right

F1 Score

Last updated