<?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: Jennifer Kwentoh</title>
    <description>The latest articles on DEV Community by Jennifer Kwentoh (@chiazor).</description>
    <link>https://dev.to/chiazor</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%2F323302%2F41e89578-fb49-4d35-85bb-5c2027ed287f.jpeg</url>
      <title>DEV Community: Jennifer Kwentoh</title>
      <link>https://dev.to/chiazor</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chiazor"/>
    <language>en</language>
    <item>
      <title>Machine Learning in Production Phases</title>
      <dc:creator>Jennifer Kwentoh</dc:creator>
      <pubDate>Thu, 19 Aug 2021 08:25:45 +0000</pubDate>
      <link>https://dev.to/chiazor/machine-learning-in-production-phases-3kd5</link>
      <guid>https://dev.to/chiazor/machine-learning-in-production-phases-3kd5</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--MSzJiqZQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://jenniferkwentoh.com/wp-content/uploads/2021/07/introduction-to-mlops_ml-in-production-1-1024x576.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--MSzJiqZQ--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://jenniferkwentoh.com/wp-content/uploads/2021/07/introduction-to-mlops_ml-in-production-1-1024x576.png" alt="deploying machine learning models in production"&gt;&lt;/a&gt;&lt;br&gt;
In deploying &lt;a href="https://jenniferkwentoh.com/what-is-machine-learning-fundamentals/"&gt;machine learning&lt;/a&gt; models to the production environment, It is important to consider performance in the real world. &lt;a href="https://jenniferkwentoh.com/category/machine_learning_in_production_mlops/"&gt;Machine learning&lt;/a&gt; operation involves model testing, versioning, continuous deployment (CI/CD), availability, and monitoring.&lt;/p&gt;

&lt;h2&gt;
  
  
  These phases below are essential in building an excellent end-to-end machine learning system.
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Project Scope&lt;/strong&gt;: In a typical MLE project, it is crucial first to define the scope of the project. An excellent project scope will define the outcome of the project.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Data Engineering&lt;/strong&gt;: this phase defines the methods and techniques used to collect, organize and store big data. Some other ways to clean and preprocess data.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Build Machine Learning Models&lt;/strong&gt;. At this phase, you already have the correct data defined in your scope documentation. Different machine learning algorithms are applied in training and testing a good model. &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Model Deployment&lt;/strong&gt;. Deploy models to connect with new or existing applications either natively or through application interfaces (API). &lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Model Monitoring and Maintenance&lt;/strong&gt;. It is crucial to monitor models in production. Monitor its performance over time and if there is a need to retrain based on new information.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>machinelearning</category>
      <category>ai</category>
      <category>mlops</category>
    </item>
  </channel>
</rss>
