Disclaimer: This is not an official Google product.
These are example notebooks to explain how you can create and train a Keras model using Tensorflow Transform.
- Create a new Google Cloud project and enable the following API.
- Vertex AI API
- Notebooks API
- Dataflow API
-
Launch a new notebook instance from the "Vertex AI -> Workbench" menu. Choose "TensorFlow Enterprise 2.7 without GPUs" for the instance type.
-
Open JupyterLab and execute the following commond from the JupyterLab terminal.
git clone https://github.com/GoogleCloudPlatform/training-data-analyst.git
-
Open the notebook
training-data-analyst/blogs/babyweight_tft/babyweight_tft_keras_01.ipynb
and follow the instruction. -
Open the notebook
training-data-analyst/blogs/babyweight_tft/babyweight_tft_keras_02.ipynb
and follow the instruction.