You must have completed Lab 0 and have the following:
In this lab, you will define a 2-layer rnn model to find next value of a time series
In Cloud Datalab, click on the Home icon, and then navigate to notebooks/training-data-analyst/courses/machine_learning/deepdive/09_sequence/labs and open sinewaves.ipynb.
In Datalab, click on Clear | All Cells. Now read the narrative and execute each cell in turn until the section "Train model locally"
Open the model file model.py located in notebooks/training-data-analyst/courses/machine_learning/deepdive/09_sequence/labs/sinemodel and complete the code for the rnn2 model
Back in the sinewaves.ipynb notebook, run the remaining cells. Be sure to specify --model correctly as rnn2
Record your observation in the result table
©Google, Inc. or its affiliates. All rights reserved. Do not distribute.