This page describes how to get started using TensorFlow Enterprise with AI Platform Notebooks.
In this example, you create a TensorFlow Enterprise instance of AI Platform Notebooks, open a JupyterLab notebook, and run a classification tutorial on using neural networks with Keras.
Before you begin
Before you can use AI Platform Notebooks, you must have a Google Cloud project and enable the AI Platform Notebooks API for that project.- Connectez-vous à votre compte Google.
Si vous n'en possédez pas déjà un, vous devez en créer un.
-
Dans Google Cloud Console, sur la page de sélection du projet, sélectionnez ou créez un projet Google Cloud.
-
Assurez-vous que la facturation est activée pour votre projet Cloud. Découvrez comment vérifier que la facturation est activée pour votre projet.
- Activez AI Platform Notebooks API.
Create an AI Platform Notebooks instance
To create a TensorFlow Enterprise AI Platform Notebooks instance, complete these steps:
Go to the AI Platform Notebooks page in the Google Cloud Console.
Click
New Instance, select TensorFlow Enterprise 1.15, and then select Without GPUs .Click Create.
AI Platform Notebooks creates a new instance based on your selected framework. An Open JupyterLab link becomes active when it's ready to use.
Open the notebook
Complete these steps to open a notebook instance:On the AI Platform Notebooks page in the Google Cloud Console, click Open JupyterLab to open the notebook.
AI Platform Notebooks opens your notebook.
Run a classification tutorial in your notebook instance
Complete these steps to try out your new notebook by running a classification tutorial:
In your JupyterLab notebook, on the left, double-click the tutorials folder to open it, and navigate to and open tutorials/keras/basic_classification.ipynb.
Click the run button
to run cells of the tutorial.
What's next
- Learn more about AI Platform Notebooks.
- Get started using TensorFlow Enterprise with Deep Learning VM.
- Get started using TensorFlow Enterprise with Deep Learning Containers.