<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Da Vinci</title>
    <description>The latest articles on DEV Community by Da Vinci (@vincison).</description>
    <link>https://dev.to/vincison</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F589019%2F2ad13a23-c069-49eb-a286-e2581007223d.png</url>
      <title>DEV Community: Da Vinci</title>
      <link>https://dev.to/vincison</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vincison"/>
    <language>en</language>
    <item>
      <title>MLOps Zoomcamp Week 1</title>
      <dc:creator>Da Vinci</dc:creator>
      <pubDate>Tue, 21 May 2024 22:51:39 +0000</pubDate>
      <link>https://dev.to/vincison/mlops-zoomcamp-week-1-2pbh</link>
      <guid>https://dev.to/vincison/mlops-zoomcamp-week-1-2pbh</guid>
      <description>&lt;p&gt;I recently joined the &lt;a href="https://github.com/DataTalksClub/mlops-zoomcamp"&gt;MLOps zoomcamp&lt;/a&gt;, it is a 3-months course that goes through the basic foundations of MLOps.&lt;/p&gt;

&lt;p&gt;We began week 1 recently, and would love to record my learning process and share my knowledge publicly.&lt;/p&gt;

&lt;p&gt;Notes:&lt;/p&gt;

&lt;p&gt;MLOps is a set of best practices for putting machine learning in production.&lt;/p&gt;

&lt;p&gt;The machine learning cycle involves 3 main stages: Design, Train, Operate.&lt;/p&gt;

&lt;p&gt;As an organization matures there is need to have a structured way to track experiments, register models, avoid redundancies using ML Pipelines.&lt;/p&gt;

&lt;p&gt;As ML needs grows, an organization's level of maturity of MLOps can be categorized under 5 levels, numbering starts from zero.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;0. No MLOps&lt;/strong&gt;&lt;br&gt;
No automation&lt;br&gt;
All code in jupyter&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. DevOps, No MLOps&lt;/strong&gt;&lt;br&gt;
Releases are automated&lt;br&gt;
Unit and Integration Tests&lt;br&gt;
CI/CD&lt;br&gt;
OPS Metrics&lt;br&gt;
No experiment tracking&lt;br&gt;
No reproducibility&lt;br&gt;
DS Separated from engineers&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. Automated Training&lt;/strong&gt;&lt;br&gt;
Training pipeline&lt;br&gt;
Experiment tracking&lt;br&gt;
Model Registry&lt;br&gt;
Low Friction Deployment&lt;br&gt;
DS Works with Engineer&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Automated Deployment&lt;/strong&gt;&lt;br&gt;
Easy to deploy model&lt;br&gt;
A/B Test&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Full MLOps Automation&lt;/strong&gt;&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
