Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Most Recent
Most Popular
Highest Rated
Reset
https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

RAG Hallucination Control & Enterprise SearchAI Bootcamp

- Explore use of RAG in enterprise settings with citation engines - Compare hallucination reduction strategies: constrained decoding, retrieval, DPO - Evaluate model trustworthiness for sensitive applications - Learn from production examples in legal, compliance, and finance contexts

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Advanced RAG & Retrieval MethodsAI Bootcamp

- Analyze case studies on production-grade RAG systems and tools like Relari and Evidently - Understand common RAG bottlenecks and solutions: chunking, reranking, retriever+generator coordination - Compare embedding models (small vs large) and reranking strategies - Evaluate real-world RAG outputs using recall, MRR, and qualitative techniques - Learn how RAG design changes based on use case (enterprise Q&A, citation engines, document summaries)

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

RAG & Retrieval Techniques (Mini Project 2)AI Bootcamp

- Understand the full RAG pipeline: pre-retrieval, retrieval, and post-retrieval stages - Learn the difference between term-based and embedding-based retrieval methods (e.g., TF-IDF, BM25 vs. vector search) - Explore vector databases, chunking, and query optimization techniques like HyDE, reranking, and filtering - Use contrastive learning and cosine similarity to map queries and documents into shared vector spaces - Practice retrieval evaluation using `recall@k`, `precision@k`, and `MRR` - Generate synthetic data using LLMs (Instructor, Pydantic) for local eval scenarios - Implement baseline vector search pipelines using LanceDB and OpenAI embeddings (3-small, 3-large) - Apply rerankers and statistically validate results with bootstrapping and t-tests to build intuition around eval reliability

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

RAG in Enterprise SettingsAI Bootcamp

Explore RAG for enterprise use (citation engines), compare hallucination reduction strategies (constrained decoding, retrieval, DPO).

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

RAG Evaluation and OptimizationAI Bootcamp

Evaluate RAG outputs (recall, MRR, qualitative), optimize retriever+generator coordination for enterprise use cases.

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

Advanced RAG SystemsAI Bootcamp

Analyze production-grade RAG case studies (Relari, Evidently), understand bottlenecks (chunking, reranking), and compare embedding models.

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

RAG Evaluation & ImplementationAI Bootcamp

Evaluate RAG with `recall@k`, `precision@k`, `MRR`, generate synthetic data with LLMs, and implement baseline vector search with LanceDB and OpenAI embeddings.

https://s3.amazonaws.com/assets.fullstack.io/n/20250722182237417_AI%20Bootcamp%20cover%20image%20%281%29.png

lesson

RAG Pipeline OverviewAI Bootcamp

Understand the RAG pipeline (pre-retrieval, retrieval, post-retrieval) and compare term-based vs embedding-based retrieval (TF-IDF, BM25 vs vector search).