-
Book Overview & Buying
-
Table Of Contents
Machine Learning Engineering on AWS - Second Edition
By :
Imagine that you need to process and augment thousands of text entries to fine-tune a machine learning (ML) model. You've tried running your data-processing script on your local machine, only to realize that it would take days or even weeks to finish. Given the limited compute power and memory of your local setup, you have considered spinning up an EC2 instance, installing all the necessary packages, and configuring the environment manually. While this approach can work, it can quickly become overwhelming and error-prone as your datasets and processing requirements grow. Of course, you might be tempted to write scripts that automatically start and stop EC2 instances to run your custom processing workflows and reduce compute costs. However, this is easier said than done, given the many details involved in configuring instances, installing packages, and handling errors or failures during processing. The good news is that you don't have to build...