<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/" version="2.0">
    <channel>
        
        <title>
            <![CDATA[ AI models - freeCodeCamp.org ]]>
        </title>
        <description>
            <![CDATA[ Browse thousands of programming tutorials written by experts. Learn Web Development, Data Science, DevOps, Security, and get developer career advice. ]]>
        </description>
        <link>https://www.freecodecamp.org/news/</link>
        <image>
            <url>https://cdn.freecodecamp.org/universal/favicons/favicon.png</url>
            <title>
                <![CDATA[ AI models - freeCodeCamp.org ]]>
            </title>
            <link>https://www.freecodecamp.org/news/</link>
        </image>
        <generator>Eleventy</generator>
        <lastBuildDate>Fri, 26 Jun 2026 17:31:22 +0000</lastBuildDate>
        <atom:link href="https://www.freecodecamp.org/news/tag/ai-models/rss.xml" rel="self" type="application/rss+xml" />
        <ttl>60</ttl>
        
            <item>
                <title>
                    <![CDATA[ Scaling Your AI Models with Micro-DDP ]]>
                </title>
                <description>
                    <![CDATA[ Scaling large AI models requires more than just raw computing power. It demands sophisticated techniques to distribute workloads efficiently across hardware. We just posted a new course on the freeCod ]]>
                </description>
                <link>https://www.freecodecamp.org/news/scaling-your-ai-models-with-micro-ddp/</link>
                <guid isPermaLink="false">6a3e8bdd236a80e142a6cfb5</guid>
                
                    <category>
                        <![CDATA[ AI models ]]>
                    </category>
                
                <dc:creator>
                    <![CDATA[ Beau Carnes ]]>
                </dc:creator>
                <pubDate>Fri, 26 Jun 2026 14:25:33 +0000</pubDate>
                <media:content url="https://cdn.hashnode.com/uploads/covers/5f68e7df6dfc523d0a894e7c/d5b11420-b27f-4c62-ba0a-0598a075246e.jpg" medium="image" />
                <content:encoded>
                    <![CDATA[ <p>Scaling large AI models requires more than just raw computing power. It demands sophisticated techniques to distribute workloads efficiently across hardware.</p>
<p>We just posted a new course on the <a href="http://freeCodeCamp.org">freeCodeCamp.org</a> YouTube channel, where instructor Kian Kyars provides a hands-on guide to mastering Distributed Data Parallelism (DDP).</p>
<p>The course shows you how to overcome memory limitations by training models effectively across multiple GPUs. You will explore the theory behind distributed training, including the critical differences between data parallelism and model parallelism, before diving into the DDP workflow. Through a series of practical steps, you will learn to implement manual batch averaging, work with an "All Reduce" sandbox, and utilize DDP hooks to optimize your training processes.</p>
<p>By the end, you will have a deep understanding of the performance trade-offs involved in distributed systems and the expertise to implement them in your own AI projects.</p>
<p>Watch the full course on <a href="https://youtu.be/7q4D6_3syuE">the freeCodeCamp.org YouTube channel</a> (2-hour watch).</p>
<div class="embed-wrapper"><iframe width="560" height="315" src="https://www.youtube.com/embed/7q4D6_3syuE" style="aspect-ratio: 16 / 9; width: 100%; height: auto;" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen="" loading="lazy"></iframe></div>
 ]]>
                </content:encoded>
            </item>
        
    </channel>
</rss>
