<?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" version="2.0"><channel><title><![CDATA[GenAICourse-Week2]]></title><description><![CDATA[GenAICourse-Week2]]></description><link>https://genaijourney.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Fri, 04 Sep 2026 11:58:11 GMT</lastBuildDate><atom:link href="https://genaijourney.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[🚀 My Generative AI Journey: From Deep Learning to Transformers ]]></title><description><![CDATA[This week marked an important shift in my learning journey. I moved from understanding the basics of deep learning to actually building models and exploring how modern AI systems like transformers wor]]></description><link>https://genaijourney.hashnode.dev/my-generative-ai-journey-from-deep-learning-to-transformers</link><guid isPermaLink="true">https://genaijourney.hashnode.dev/my-generative-ai-journey-from-deep-learning-to-transformers</guid><dc:creator><![CDATA[Amey Chougule]]></dc:creator><pubDate>Sat, 02 May 2026 12:04:41 GMT</pubDate><content:encoded><![CDATA[<p>This week marked an important shift in my learning journey. I moved from understanding the basics of deep learning to actually building models and exploring how modern AI systems like transformers work.</p>
<h2>🧠 Deep Learning Foundations</h2>
<p>I started the week by strengthening my understanding of core deep learning concepts:</p>
<ul>
<li><p>What is deep learning?</p>
</li>
<li><p>What is a neuron?</p>
</li>
<li><p>Types of neural networks</p>
</li>
<li><p>Deep learning architectures</p>
</li>
</ul>
<p>This helped me build a solid base before moving into implementation.</p>
<h2>🔢 Building My First Deep Learning Model (MNIST)</h2>
<p>One of the most exciting parts of this week was implementing a deep learning model using the <strong>MNIST dataset</strong> (handwritten digit recognition).</p>
<p>Each image in the dataset has:</p>
<ul>
<li><p>Size: 28 × 28 pixels</p>
</li>
<li><p>Total features: 784</p>
</li>
</ul>
<h3>Key things I learned:</h3>
<h3>✅ Data Preprocessing</h3>
<p>Before training a model, data needs to be normalized.<br />This helps:</p>
<ul>
<li><p>Stabilize training</p>
</li>
<li><p>Improve performance</p>
</li>
<li><p>Ensure faster convergence</p>
</li>
</ul>
<h3>🧱 Understanding Layers</h3>
<p>I explored:</p>
<ul>
<li><p><strong>Flatten Layer</strong> → Converts 2D image data into a 1D vector</p>
</li>
<li><p><strong>Dense Layer</strong> → Fully connected layer used for learning patterns</p>
</li>
</ul>
<p>I built a <strong>sequential model</strong>, where layers are stacked one after another.</p>
<h3>⚙️ Training the Model</h3>
<p>While training, I learned:</p>
<ul>
<li><p>What are <strong>epochs</strong> and <strong>batch size</strong></p>
</li>
<li><p>How <strong>loss functions</strong> work</p>
</li>
<li><p>Role of <strong>optimizers</strong></p>
</li>
<li><p>How models improve over iterations</p>
</li>
</ul>
<h3>📊 Model Evaluation</h3>
<p>After training, I compared training and testing results to understand:</p>
<ul>
<li><p>Overfitting</p>
</li>
<li><p>Underfitting</p>
</li>
<li><p>Best-fit scenarios</p>
</li>
</ul>
<p>This gave me a practical understanding of model performance.</p>
<h2>🔀 Exploring More Complex Architectures</h2>
<p>After building a simple model, I experimented with a more complex one:</p>
<ul>
<li><p>Used a <strong>non-sequential (functional) model</strong></p>
</li>
<li><p>Added multiple hidden layers</p>
</li>
<li><p>Increased the number of neurons</p>
</li>
</ul>
<p>I also learned how to merge layers using:</p>
<ul>
<li><strong>Concatenate</strong></li>
</ul>
<p>This helped me understand how flexible model architectures can be designed.</p>
<h2>🤖 Introduction to Generative AI &amp; Attention</h2>
<p>This week also marked my entry into <strong>Generative AI concepts</strong>.</p>
<p>I learned about:</p>
<ul>
<li><p>Attention mechanisms</p>
</li>
<li><p>Why they are important in modern AI</p>
</li>
</ul>
<h3>🔍 Understanding Attention</h3>
<p>I explored:</p>
<ul>
<li><p><strong>Query (Q), Key (K), Value (V)</strong></p>
</li>
<li><p>How words are converted into numerical representations</p>
</li>
<li><p>How models understand relationships between words</p>
</li>
</ul>
<h3>🧩 Single-Head vs Multi-Head Attention</h3>
<ul>
<li><p><strong>Single-head attention</strong> → Focuses on one representation</p>
</li>
<li><p><strong>Multi-head attention</strong> → Captures multiple perspectives</p>
</li>
</ul>
<p>👉 Multi-head attention is more powerful because it understands context better.</p>
<h2>🔹 Getting Started with Transformers</h2>
<p>Towards the end of the week, I began exploring <strong>transformers</strong>.</p>
<p>This was more of an introduction rather than a deep dive.</p>
<h2>📈 Reflection</h2>
<p>This week felt like a shift from just learning concepts to actually understanding how things work.</p>
<p>It’s getting a bit challenging, but also more interesting.</p>
<h2>🔜 What’s Next?</h2>
<p>Next, I plan to:</p>
<ul>
<li><p>Learn transformers in more detail</p>
</li>
<li><p>Explore more about Generative AI</p>
</li>
</ul>
<h2>✨ Final Thought</h2>
<p>I’m still a beginner, but this week helped me understand that learning AI is all about practicing and building step by step.</p>
]]></content:encoded></item></channel></rss>