Appendix E. AWS SageMaker
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!
E.1 AWS SageMaker Notebooks
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 ...
Get Machine Learning Bookcamp now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.