- AI Course Roadmap
- Module 1.1 — AI vs ML vs Deep Learning vs LLM
- Module 1.2 — What is Generative AI & How ChatGPT Actually Works
- Module 1.3 — Tokens, Context Window & Temperature
- Module 1.4 — Prompts: System Prompt vs User Prompt vs Completion
- Module 2.1 — What is NLP, Words vs Tokens & Tokenization
- Module 2.2 — Vocabulary, Embeddings, Parameters & Model Weights
- Module 2.3 — The Transformer Architecture
- Module 2.4 — The Attention Mechanism
- Module 3.1 — What is an Embedding & Why Does it Exist
- Module 3.2 — Vectors, Vector Space & Dimensions
- Module 3.3 — Similarity Search: Cosine, Euclidean & Dot Product
- Module 3.4 — Practical: Convert Words to Vectors & Compare Them
- Module 4.1 — Why SQL is Not Enough
- Module 4.2 — What is a Vector Database & How it Works
- Module 4.3 — ANN Search, Top-K & Metadata Filtering
- Module 4.4 — Hands-on: Chroma Local Vector Database
- Module 5.1 — What is RAG & Why it Exists
- Module 5.2 — Chunking
- Module 5.3 — Retrieval & Context Injection
- Module 5.4 — Hallucination & Grounding
- Module 5.5 — Project: Full PDF Chatbot
- Module 6.1 — What is LangChain & What Problem it Solves
Welcome to my blog where you can learn about programming languages and other IT subjects. I also have a YouTube channel where I share coding tutorials and more. Follow me on @CodeWithGagan to enhance your programming skills and stay up-to-date with the latest technology trends.
AI Engineering Fundamentals to Production
Subscribe to:
Posts (Atom)
Module 6.1 — What is LangChain & What Problem it Solves
Now that you've built everything manually — LangChain will make complete sense Start With What You Just Did In Phase 5 you built a PDF c...
-
Setting up TypeScript in a project is an important first step to leverage its benefits. Here’s a detailed step-by-step guide on how to set i...
-
In TypeScript, primitive types are the most basic data types, and they are the building blocks for handling data. They correspond to simple ...
-
TypeScript is a strongly typed, object-oriented, compiled language developed and maintained by Microsoft. It is a superset of JavaScript, me...
No comments:
Post a Comment