Data Science Track Opening #1

Higher Institute Of Computer Science, Ariana
Wed, Sep 2, 2020, 4:15 PM (CET)

About this event

Overview

This lab will give you hands-on practice with TensorFlow 2.x model training, both locally and on AI Platform. After training, you will learn how to deploy your model to AI Platform for serving (prediction). You'll train your model to predict income category of a person using the United States Census Income Dataset.

This lab gives you an introductory, end-to-end experience of training and prediction on AI Platform. The lab will use a census dataset to:

  • Create a TensorFlow 2.x training application and validate it locally.
  • Run your training job on a single worker instance in the cloud.
  • Deploy a model to support prediction.
  • Request an online prediction and see the response.

What you will build

The sample builds a classification model for predicting income category based on United States Census Income Dataset. The two income categories (also known as labels) are:

  • >50K — Greater than 50,000 dollars
  • <=50K — Less than or equal to 50,000 dollars

The sample defines the model using the Keras Sequential API. The sample defines the data transformations particular to the census dataset, then assigns these (potentially) transformed features to either the DNN or the linear portion of the model.

Speaker

When

Wednesday, Sep 2
4:15 PM - 6:20 PM (CET)

Organizers