October 2021
Intermediate to advanced
472 pages
11h 32m
English
AWS SageMaker is a set of services from AWS related to machine learning. SageMaker makes it easy to create a server on AWS with Jupyter installed on it. The notebooks are already configured: they have most of the libraries we need, including NumPy, Pandas, Scikit-learn, and TensorFlow, so we can just use them for our projects!
SageMaker’s notebooks are especially interesting for training neural networks for two reasons:
We don’t need to worry about setting up TensorFlow and all the libraries.
It’s possible to rent a computer with a GPU, which enables us to train neural networks a lot faster.
To use a GPU, we need to adjust the default quotas. In the next section, we tell you how to do ...
Read now
Unlock full access