Skip to content

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.
  • Labs icon Lab
  • A Cloud Guru
Labs

Predicting Sequences Using TensorFlow

In this lab, you will build a sequence prediction model using TensorFlow that will forecast the amount of precipitation. You will be performing the entire model creation process, from retrieving the data and formatting it properly, to designing a model architecture and training it to meet a desired metric score. This lab is designed to be used as a practice exam to test your skills in preparation for the TensorFlow Developer Certificate, and thus is a very challenging exercise. Before beginning this lab, you should have PyCharm installed on your local computer. Additionally, you should have installed all packages required by the TensorFlow Developer Certificate exam.

Labs

Path Info

Level
Clock icon Advanced
Duration
Clock icon 1h 30m
Published
Clock icon Aug 13, 2021

Contact sales

By filling out this form and clicking submit, you acknowledge our privacy policy.

Table of Contents

  1. Challenge

    Retrieve and Load the Monthly Precipitation Data

    1. View the data to understand how to parse it.
    2. Retrieve the Monthly Precipitation JSON data.
    3. Load the JSON data into the program.
    4. Parse the dictionary into time steps and precipitation values.
  2. Challenge

    Normalize, Split, and Window the Dataset

    1. Review the model expectations to understand how to prepare your data.
    2. Normalize all of the data.
    3. Split the data into training, validation, and testing datasets.
    4. Convert the raw sequences into windowed sequences.
  3. Challenge

    Build and Train a Model to Predict the Precipitation

    1. Review the model expectations to understand how your model should accept and output data.
    2. Create an appropriate neural network model using Keras.
    3. Compile your model with an appropriate loss function for the problem type and data. Include any metrics you want to use to evaluate your model.
    4. Train your model to reach the desired performance. Remember to capture your history!
    5. Save the model.
  4. Challenge

    Evaluate Your Model with the Test Data

    1. Generate model statistics on the test data. Ensure you've met or exceeded the desired performance metric.
    2. Plot the predictions to see how well the model works.
    3. Plot the values from your training history.

The Cloud Content team comprises subject matter experts hyper focused on services offered by the leading cloud vendors (AWS, GCP, and Azure), as well as cloud-related technologies such as Linux and DevOps. The team is thrilled to share their knowledge to help you build modern tech solutions from the ground up, secure and optimize your environments, and so much more!

What's a lab?

Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.

Provided environment for hands-on practice

We will provide the credentials and environment necessary for you to practice right within your browser.

Guided walkthrough

Follow along with the author’s guided walkthrough and build something new in your provided environment!

Did you know?

On average, you retain 75% more of your learning if you get time for practice.

Start learning by doing today

View Plans