<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Neural Networks on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/neural-networks/</link><description>Recent content in Neural Networks on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Fri, 30 Jan 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/neural-networks/index.xml" rel="self" type="application/rss+xml"/><item><title>Chapter 3: JAX Essentials for Tunix Users</title><link>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/03-jax-essentials/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/03-jax-essentials/</guid><description>&lt;h2 id="chapter-3-jax-essentials-for-tunix-users"&gt;Chapter 3: JAX Essentials for Tunix Users&lt;/h2&gt;
&lt;p&gt;Welcome back, future LLM masters! In Chapter 2, we got our environment ready and took a peek at what Tunix offers. Now, it&amp;rsquo;s time to dig into the engine that powers Tunix: JAX. Think of JAX as the high-performance sports car engine, and Tunix as the sleek, specialized body built around it for LLM post-training. To truly drive Tunix effectively, you need to understand how its engine works!&lt;/p&gt;</description></item><item><title>TensorFlow Guide: Building Your First Neural Network with Keras</title><link>https://ai-blog.noorshomelab.dev/tensorflow-guide/building-your-first-neural-network-with-keras/</link><pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tensorflow-guide/building-your-first-neural-network-with-keras/</guid><description>&lt;h2 id="3-building-your-first-neural-network-with-keras"&gt;3. Building Your First Neural Network with Keras&lt;/h2&gt;
&lt;p&gt;Keras is a high-level API for building and training deep learning models, fully integrated into TensorFlow (&lt;code&gt;tf.keras&lt;/code&gt;). It&amp;rsquo;s designed for fast experimentation and ease of use, making it perfect for beginners. In this chapter, you&amp;rsquo;ll learn how to build, compile, and train your first neural networks using Keras.&lt;/p&gt;
&lt;h3 id="31-understanding-neural-network-basics"&gt;3.1 Understanding Neural Network Basics&lt;/h3&gt;
&lt;p&gt;Before we build, let&amp;rsquo;s briefly revisit what a neural network is at a high level:&lt;/p&gt;</description></item><item><title>Chapter 6: Deep Learning Fundamentals &amp;amp; Neural Networks</title><link>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/deep-learning-neural-networks/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/deep-learning-neural-networks/</guid><description>&lt;h2 id="chapter-6-deep-learning-fundamentals--neural-networks"&gt;Chapter 6: Deep Learning Fundamentals &amp;amp; Neural Networks&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI innovator! In the previous chapters, we laid a solid groundwork in programming and classical machine learning. You&amp;rsquo;ve learned how to make computers &amp;ldquo;learn&amp;rdquo; from data using methods like linear regression and support vector machines. That&amp;rsquo;s fantastic!&lt;/p&gt;
&lt;p&gt;Now, get ready to unlock a whole new level of intelligent systems. This chapter marks our exciting transition into &lt;strong&gt;Deep Learning&lt;/strong&gt; – the powerhouse behind many of today&amp;rsquo;s most astonishing AI breakthroughs, from self-driving cars to intelligent chatbots. We&amp;rsquo;ll peel back the layers of neural networks, understand how they learn, and get our hands dirty building our very first deep learning model.&lt;/p&gt;</description></item><item><title>Chapter 7: Introduction to Reinforcement Learning from Human Feedback (RLHF) Concepts</title><link>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/07-rlhf-concepts/</link><pubDate>Fri, 30 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/tunix-mastery-2026/07-rlhf-concepts/</guid><description>&lt;h2 id="introduction-to-reinforcement-learning-from-human-feedback-rlhf-concepts"&gt;Introduction to Reinforcement Learning from Human Feedback (RLHF) Concepts&lt;/h2&gt;
&lt;p&gt;Welcome to Chapter 7! So far, we&amp;rsquo;ve explored the foundational aspects of Tunix, understanding how it leverages JAX to efficiently manage and fine-tune Large Language Models (LLMs). We&amp;rsquo;ve touched upon pre-training and various forms of supervised fine-tuning. But what happens when you want your LLM to not just generate coherent text, but to also be &lt;em&gt;helpful&lt;/em&gt;, &lt;em&gt;harmless&lt;/em&gt;, and &lt;em&gt;honest&lt;/em&gt;—to truly align with human values and instructions? That&amp;rsquo;s where Reinforcement Learning from Human Feedback, or RLHF, steps in.&lt;/p&gt;</description></item><item><title>Chapter 9: The Transformer Architecture &amp;amp; Attention Mechanisms</title><link>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/transformer-architecture/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/transformer-architecture/</guid><description>&lt;h2 id="chapter-9-the-transformer-architecture--attention-mechanisms"&gt;Chapter 9: The Transformer Architecture &amp;amp; Attention Mechanisms&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI engineer! In our journey so far, we&amp;rsquo;ve explored the foundations of deep learning, from simple feed-forward networks to the power of Convolutional Neural Networks (CNNs) for images and Recurrent Neural Networks (RNNs) for sequences. RNNs, especially their variants like LSTMs and GRUs, were groundbreaking for handling sequential data like text or time series. However, they had a major bottleneck: processing data one step at a time, making them slow for very long sequences and struggling with long-range dependencies.&lt;/p&gt;</description></item><item><title>Chapter 10: Beyond the Basics: A Glimpse into Neural Networks &amp;amp; Deep Learning</title><link>https://ai-blog.noorshomelab.dev/ai-ml-journey-2026/neural-networks-deep-learning-glimpse/</link><pubDate>Sun, 18 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-ml-journey-2026/neural-networks-deep-learning-glimpse/</guid><description>&lt;h2 id="introduction-unveiling-the-brain-inspired-magic"&gt;Introduction: Unveiling the Brain-Inspired Magic&lt;/h2&gt;
&lt;p&gt;Welcome back, aspiring AI explorer! So far, we&amp;rsquo;ve journeyed through the fundamental landscapes of Artificial Intelligence and Machine Learning. You&amp;rsquo;ve learned about data, models, training, and making predictions, using simpler models like linear regression to find patterns. You&amp;rsquo;ve even dipped your toes into Python, understanding how code can bring these concepts to life.&lt;/p&gt;
&lt;p&gt;Today, we&amp;rsquo;re taking a peek into a realm that powers some of the most exciting and complex AI applications: &lt;strong&gt;Neural Networks&lt;/strong&gt; and &lt;strong&gt;Deep Learning&lt;/strong&gt;. Think of these as the &amp;ldquo;superheroes&amp;rdquo; of machine learning models, capable of learning incredibly intricate patterns that simpler models might miss. They&amp;rsquo;re inspired by the human brain, which is why they sometimes feel a bit like magic!&lt;/p&gt;</description></item><item><title>Chapter 12: Multimodal Models: Vision-Language Integration</title><link>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/multimodal-models/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/multimodal-models/</guid><description>&lt;h2 id="chapter-12-multimodal-models-vision-language-integration"&gt;Chapter 12: Multimodal Models: Vision-Language Integration&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI architect! In our journey so far, we&amp;rsquo;ve explored the depths of neural networks, mastered the art of training deep learning models, and even fine-tuned powerful Large Language Models (LLMs). Each step has brought us closer to building truly intelligent systems. But what if we want our AI to do more than just understand text or analyze images in isolation? What if we want it to &lt;em&gt;see&lt;/em&gt; and &lt;em&gt;understand&lt;/em&gt; the world, like humans do, by combining different senses?&lt;/p&gt;</description></item><item><title>Chapter 14: Model Training Workflows &amp;amp; Optimization Techniques</title><link>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/training-workflows-optimization/</link><pubDate>Sat, 17 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai-ml-career-path-2026/training-workflows-optimization/</guid><description>&lt;h2 id="introduction-to-model-training-workflows--optimization"&gt;Introduction to Model Training Workflows &amp;amp; Optimization&lt;/h2&gt;
&lt;p&gt;Welcome back, future AI engineer! In the previous chapters, we laid the groundwork by understanding the mathematical foundations of AI, classic machine learning algorithms, and delving into the fascinating world of neural networks and their diverse architectures. You&amp;rsquo;ve learned how to construct these powerful models. But a model, no matter how well-designed, is useless until it learns from data. That&amp;rsquo;s where &lt;strong&gt;model training workflows&lt;/strong&gt; come in.&lt;/p&gt;</description></item><item><title>How AI Model Quantization Works: Deep Dive into Internals</title><link>https://ai-blog.noorshomelab.dev/how-it-works/ai-model-quantization/</link><pubDate>Wed, 21 Jan 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/how-it-works/ai-model-quantization/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;In the rapidly evolving world of artificial intelligence, the deployment of powerful neural networks into real-world applications often hits a bottleneck: their immense computational and memory requirements. AI model quantization is a critical optimization technique designed to address this challenge. It allows large, complex models—trained using high-precision floating-point numbers—to be compressed and executed efficiently on resource-constrained devices, from smartphones and IoT sensors to specialized AI accelerators.&lt;/p&gt;
&lt;p&gt;Understanding the internals of quantization is no longer a niche skill but a fundamental requirement for AI engineers and researchers aiming to build performant and deployable AI systems. It bridges the gap between theoretical model development and practical application, enabling faster inference times, reduced memory footprints, and lower power consumption.&lt;/p&gt;</description></item><item><title>Learn TensorFlow 2.20.0: A Beginner&amp;#39;s Guide to Machine Learning</title><link>https://ai-blog.noorshomelab.dev/guides/learn-tensorflow-2-20-0/</link><pubDate>Sun, 26 Oct 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/guides/learn-tensorflow-2-20-0/</guid><description>&lt;p&gt;This comprehensive learning guide will take you on a journey through the exciting world of TensorFlow 2.20.0. Designed for absolute beginners, this document will equip you with the knowledge and practical skills to confidently build, train, and deploy machine learning models. We&amp;rsquo;ll start with the very basics, explaining what TensorFlow is and why it&amp;rsquo;s a powerful tool for AI. From there, we&amp;rsquo;ll progressively move through core concepts, intermediate techniques, and advanced topics, reinforcing your understanding with numerous code examples and hands-on exercises. By the end of this guide, you&amp;rsquo;ll have completed several guided projects, applying your newfound skills to real-world problems and setting a strong foundation for your machine learning journey.&lt;/p&gt;</description></item><item><title>Decoding Large Language Models: A Deep Dive into LLM Architectures</title><link>https://ai-blog.noorshomelab.dev/ai/llm-architectures/</link><pubDate>Fri, 22 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai/llm-architectures/</guid><description>&lt;h1 id="decoding-large-language-models-a-deep-dive-into-llm-architectures"&gt;Decoding Large Language Models: A Deep Dive into LLM Architectures&lt;/h1&gt;
&lt;hr&gt;
&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Large Language Models (LLMs) have revolutionized the field of Artificial Intelligence, demonstrating unprecedented capabilities in understanding, generating, and manipulating human language. At their core, LLMs are complex neural networks, primarily built upon the Transformer architecture. This document serves as a comprehensive guide to LLM architectures, catering to both beginners and experienced professionals. We will journey from the foundational concepts of Transformer models to the intricate structural details of modern open-source LLMs, exploring their design choices and implications for development and optimization.&lt;/p&gt;</description></item><item><title>Mastering Deep Learning with PyTorch: From Tensors to Advanced Neural Networks for LLMs</title><link>https://ai-blog.noorshomelab.dev/ai/deep-learning-frameworks/</link><pubDate>Fri, 22 Aug 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/ai/deep-learning-frameworks/</guid><description>&lt;h1 id="mastering-deep-learning-with-pytorch-from-tensors-to-advanced-neural-networks-for-llms"&gt;Mastering Deep Learning with PyTorch: From Tensors to Advanced Neural Networks for LLMs&lt;/h1&gt;
&lt;hr&gt;
&lt;h2 id="1-introduction-to-deep-learning-and-pytorch"&gt;1. Introduction to Deep Learning and PyTorch&lt;/h2&gt;
&lt;h3 id="what-is-deep-learning"&gt;What is Deep Learning?&lt;/h3&gt;
&lt;p&gt;Deep learning is a subfield of machine learning inspired by the structure and function of the human brain&amp;rsquo;s neural networks. Instead of explicit programming, deep learning models learn from vast amounts of data, automatically discovering intricate patterns and representations. These models are characterized by their &amp;ldquo;deep&amp;rdquo; architecture, consisting of multiple layers, which allows them to extract hierarchical features from raw data. From recognizing objects in images to understanding human language and generating creative content, deep learning has revolutionized numerous domains.&lt;/p&gt;</description></item></channel></rss>