Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Active Machine Learning with Python

You're reading from  Active Machine Learning with Python

Product type Book
Published in Mar 2024
Publisher Packt
ISBN-13 9781835464946
Pages 176 pages
Edition 1st Edition
Languages
Author (1):
Margaux Masson-Forsythe Margaux Masson-Forsythe
Profile icon Margaux Masson-Forsythe

Table of Contents (13) Chapters

Preface 1. Part 1: Fundamentals of Active Machine Learning
2. Chapter 1: Introducing Active Machine Learning 3. Chapter 2: Designing Query Strategy Frameworks 4. Chapter 3: Managing the Human in the Loop 5. Part 2: Active Machine Learning in Practice
6. Chapter 4: Applying Active Learning to Computer Vision 7. Chapter 5: Leveraging Active Learning for Big Data 8. Part 3: Applying Active Machine Learning to Real-World Projects
9. Chapter 6: Evaluating and Enhancing Efficiency 10. Chapter 7: Utilizing Tools and Packages for Active ML 11. Index 12. Other Books You May Enjoy

Creating efficient active ML pipelines

As we have seen in the previous chapter, efficient active ML pipelines consist of end-to-end pipelines. This means that the active ML algorithm needs to be able to access the unlabeled data, select the most informative frames, and then seamlessly send them to the labeling platform. All these steps need to happen one after the other in an automatic manner in order to reduce manual intervention.

Moreover, it is essential to test this pipeline to ensure that each step works properly. An example of a cloud-hosted active ML pipeline would be as follows:

  1. Unlabeled data is stored in an AWS S3 bucket.
  2. An active ML algorithm runs on an EC2 instance that can access the S3 bucket.
  3. The results of the active ML run are saved in a dedicated S3 bucket specifically for this purpose and are linked to the labeling platform used for the project.
  4. The final step of the active ML run is to link the selected frames to the labeling platform and...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}