<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>MLOps on Sadman Kabir Soumik</title>
    <link>https://blog.sksoumik.com/tags/mlops/</link>
    <description>Recent content in MLOps on Sadman Kabir Soumik</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <copyright>Copyright © 2022, Sadman Kabir Soumik</copyright>
    <lastBuildDate>Fri, 17 Feb 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://blog.sksoumik.com/tags/mlops/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Building an MLOps Pipeline with Apache Airflow (Part 1)</title>
      <link>https://blog.sksoumik.com/artificial-intelligence/airflow-machine-learning-pipeline/</link>
      <pubDate>Fri, 17 Feb 2023 00:00:00 +0000</pubDate>
      
      <guid>https://blog.sksoumik.com/artificial-intelligence/airflow-machine-learning-pipeline/</guid>
      <description>
        
          
            Author: Sadman Kabir Soumik
Let&#39;s first understand what&#39;s MLOps.
What is MLOps? MLOps (Machine Learning Operations) is a set of practices and tools used to manage the entire lifecycle of machine learning models. MLOps includes everything from data preparation and model training to deployment, monitoring, and ongoing maintenance.
The primary goal of MLOps is to create a streamlined and automated process for deploying and managing machine learning models at scale.
          
          
        
      </description>
    </item>
    
    <item>
      <title>ML Model Compression Techniques - Reducing Size and Improving Performance</title>
      <link>https://blog.sksoumik.com/artificial-intelligence/machine-learning-model-compression-techniques/</link>
      <pubDate>Mon, 10 Oct 2022 00:00:00 +0000</pubDate>
      
      <guid>https://blog.sksoumik.com/artificial-intelligence/machine-learning-model-compression-techniques/</guid>
      <description>
        
          
            There are 4 main approaches you can consider for model compression. They are:
Quantization Pruning Knowledge Distillation Low-Rank Factorization Quantization Quantization is the most general and commonly used model compression method. Quantization reduces a model’s size by using fewer bits to represent its parameters. By default, most software packages use 32 bits to represent a float number (single precision floating point). If a model has 100M parameters and each requires 32 bits to store, it’ll take up 400 MB.
          
          
        
      </description>
    </item>
    
  </channel>
</rss>
