Системи машинного навчання, які працюють у реальних умовах
Досі основна увага в цьому курсі приділялася створенню моделей машинного навчання.
Однак, як показано на рисунку 1, системи машинного навчання, що працюють у реальних умовах, – це великі екосистеми, а модель – лише одна, відносно мала частина.
В основі системи машинного навчання, що працює в реальних умовах, лежить код моделі машинного навчання, але часто він становить лише до 5% від загальної кодової бази системи. Це не друкарська помилка; відсоток значно менший, ніж можна очікувати. Звернуть увагу, що система машинного навчання, яка працює в реальних умовах, виділяє значні ресурси на вхідні дані: їх збирання, перевірку й отримання ознак.
[null,null,["Last updated 2025-01-05 UTC."],[[["This module explores the broader ecosystem of a production ML system, emphasizing that the model itself is only a small part of the overall system."],["You will learn to choose the appropriate training and inference paradigms (static or dynamic) based on your specific needs."],["The module covers key aspects of production ML systems, including testing, identifying potential flaws, and monitoring the system's components."],["As a prerequisite, familiarity with foundational machine learning concepts, including linear regression, data types, and overfitting, is assumed."],["Building upon previous modules, this content shifts focus to the practical aspects of deploying and maintaining ML models in real-world scenarios."]]],[]]