Pinned1. What is RAG? A Deep Dive into Retrieval-Augmented Generation for AIIn the rapidly evolving world of artificial intelligence, a term that has gained significant attention in the last couple of years is RAG, which stands for Retrieval-Augmented Generation. This article will explore what RAG is, its benefits, and why i...Aug 25, 2024·4 min read·110
2. Understanding Key Concepts and Terminology (Part 1)Second Article of the series: Deep Learning Essentials What is Learning? Learning is a fundamental concept that applies to both humans and machines. It involves acquiring knowledge or skills through experience, study, or instruction. For humans, lear...Mar 26, 2025·4 min read·16
1 - Start of the New JourneyEmbark on a Deep Learning Journey Welcome to this article series based on AWFERA's “Deep Learning Essentials" course. Here, you'll find a concise, article-based overview of each lecture, supplemented with additional research materials to facilitate a...Mar 25, 2025·1 min read·17
7. Guide to the Final Stage: Response Generation in Simple RAGWelcome to the seventh and final article in our series on Retrieval-Augmented Generation (RAG) explaining the stpes. In the previous articles, we thoroughly explored each step of the RAG process, from understanding what RAG is to retrieving data usin...Oct 10, 2024·6 min read·25
Why Shift to CNNs: Solving Simple Neural Network Limitations and Understanding CNN [part1]Today, we’re excited to explore one of the most widely used neural networks, especially in image processing: Convolutional Neural Networks (CNNs). You might be wondering — we already have simple neural networks that can handle images as we explored i...Oct 3, 2024·5 min read·55
Neural Networks Simplified: The Future Beyond Traditional MLIn recent years, we've been hearing a lot about deep learning and machine learning. Like many others, I was once confused, thinking deep learning was something entirely different. But today, in this article, I’ll explain both concepts to help you und...Sep 28, 2024·5 min read·45
6. Understanding Retrievers in detail -LangChain Retriever MethodsThis is the 6th article in my Retrieval-Augmented Generation (RAG) series. In previous articles, we explored what RAG is and how to create a vector store. Now, we’ll cover the next critical step—retrieving data from vector stores. This is a core comp...Sep 26, 2024·7 min read·191