Discovering AI Platform Notebooks
In this section, we'll learn what AI Platform Notebooks is and the advantages that it can provide.
AI Platform Notebooks is a fully managed service that allows data engineers and data scientists to use a JupyterLab development environment. This service allows us to develop, evaluate, test, and deploy machine learning models.
JupyterLab is a web tool for data scientists that is developed and maintained by Project Jupyter (https://jupyter.org/about). The goal of the project is to develop open source software and standards that offer a unique interface across different programming languages.
Using AI Platform Notebooks with JupyterLab can bring several advantages:
- We can easily set up our pre-configured machine learning environments with the most important and useful ML libraries, such as TensorFlow, Keras, PyTorch, and others.
- We can leverage the scalability of the cloud by increasing the size of the hardware resources according...