Analytics Vidhya

Analytics Vidhya

Publication
0 followers

Data science and machine learning tutorials webinars and projects

Prompt vs RAG vs Fine-Tuning 🤯 Which One Should You Use?
VideoApr 15, 2026

Prompt vs RAG vs Fine-Tuning 🤯 Which One Should You Use?

The video breaks down three core strategies—prompt engineering, retrieval‑augmented generation (RAG) and fine‑tuning—to improve AI reliability and relevance. It frames the choice as a hierarchy: start with clear prompts, layer in external knowledge, and only then invest in model retraining. Prompt...

By Analytics Vidhya
Cursor 3 Parallel Agents Will Break Your Workflow #ai #devtools #shorts
VideoApr 14, 2026

Cursor 3 Parallel Agents Will Break Your Workflow #ai #devtools #shorts

The video unveils Cursor 3, a developer‑focused IDE overhaul built around AI‑driven agents that take on the heavy lifting of code generation. Rather than typing every line, developers become architects while autonomous agents act as builders, executing tasks in real...

By Analytics Vidhya
Build Better Agents with Replit Skills
VideoApr 12, 2026

Build Better Agents with Replit Skills

Replit announced a new feature called agent skills that gives its AI agents a persistent memory layer, allowing them to recall prior actions and apply learned procedures across sessions. Agent skills are essentially markdown‑based playbooks that encode step‑by‑step instructions for specific...

By Analytics Vidhya
3 Agentic AI Tools That Do Work For You (Not Just Chat)
VideoApr 11, 2026

3 Agentic AI Tools That Do Work For You (Not Just Chat)

The video spotlights a new generation of “agentic” artificial‑intelligence platforms that move beyond chat‑based queries to actually perform work on behalf of users. It showcases three products—Manus AI, Open Cloak and Claude Cowork—as exemplars of this shift. Manus AI is presented as a...

By Analytics Vidhya
From Digital Twins to World Models: The Next Frontier of Industrial AI
VideoApr 11, 2026

From Digital Twins to World Models: The Next Frontier of Industrial AI

The webinar explores the transition from traditional digital twins to AI‑driven world models, positioning the latter as the next industrial AI frontier. Ankit Lad outlines why the shift matters now, citing five converging forces: dramatically cheaper GPUs, mature foundational models,...

By Analytics Vidhya
23. LLM Ops: Building a Quality Gate for Retrieval & Generation (Regression Detection)
VideoApr 10, 2026

23. LLM Ops: Building a Quality Gate for Retrieval & Generation (Regression Detection)

The video explains how LLM operations must treat evaluation as an ongoing monitoring discipline rather than a one‑time development task. It focuses on building a quality gate that safeguards retrieval‑augmented generation systems against silent performance drops caused by model updates,...

By Analytics Vidhya
LangChain vs LangGraph vs LangSmith vs LangFuse: Which One Should You Use?
VideoApr 8, 2026

LangChain vs LangGraph vs LangSmith vs LangFuse: Which One Should You Use?

The video dissects four rapidly‑growing tools—LangChain, LangGraph, LangSmith and LangFuse—explaining their distinct roles in the LLM‑application stack and offering a clear mental model for developers. LangChain is an open‑source toolkit that abstracts model calls, prompts, chains, retrievers, agents, memory and tools,...

By Analytics Vidhya
From Chunks to Connections: Graph RAG with Neo4j for Hierarchical Intelligence
VideoApr 7, 2026

From Chunks to Connections: Graph RAG with Neo4j for Hierarchical Intelligence

Presenter Farukq outlines an approach to build hierarchical knowledge graphs with Neo4j for Retrieval-Augmented Generation (RAG), arguing graph databases preserve parent-child relationships and contextual links lost in flat vector stores like PGVector or Mongo-based embeddings. He explains ingesting multimodal sources...

By Analytics Vidhya
Supervised vs Unsupervised vs Reinforcement Learning
VideoApr 5, 2026

Supervised vs Unsupervised vs Reinforcement Learning

The video provides a concise overview of three core machine‑learning paradigms—supervised, unsupervised and reinforcement learning—framing them as learning with answers, without answers, and with rewards respectively. In supervised learning, models ingest labeled datasets, such as spam‑tagged emails or housing features paired...

By Analytics Vidhya
Transformers vs MoE 🤯 Which AI Architecture Wins?
VideoApr 4, 2026

Transformers vs MoE 🤯 Which AI Architecture Wins?

The video examines whether AI models improve by sheer size or by selective computation, focusing on the classic transformer architecture versus the newer mixture‑of‑experts (MoE) augmentation. Transformers rely on self‑attention to view an entire token sequence simultaneously, which powers chatbots, translation,...

By Analytics Vidhya
5 Beginner-Friendly GenAI Projects You Must Build 🚀
VideoApr 2, 2026

5 Beginner-Friendly GenAI Projects You Must Build 🚀

The video outlines five starter‑level generative‑AI projects designed to give newcomers hands‑on experience, providing source‑code links and a concise tool stack for each. Project one uses CrewAI’s web‑scraping combined with Python LangChain to ingest live IPL match data and generate winner...

By Analytics Vidhya
RAG Evaluation Metrics Tutorial
VideoApr 2, 2026

RAG Evaluation Metrics Tutorial

The video walks through a systematic evaluation of the GraphRAG system, contrasting three retrieval modes—local, global, and hybrid—using the RAGAX benchmark and custom graph-specific metrics. Local mode relies on vector search plus one-hop graph expansion, global draws on LLM-generated community summaries,...

By Analytics Vidhya
How a Claude Code Leak Turned Into GitHub History
VideoApr 1, 2026

How a Claude Code Leak Turned Into GitHub History

The video chronicles a dramatic chain of events that began when the TypeScript source code for Anthropic’s Claude‑based AI coding agent, known as Claw, was leaked on March 31, 2026. The breach exposed the tool‑harness, agent runtime, and command‑wiring architecture that power...

By Analytics Vidhya
TurboQuant Explained 🤯 Faster AI Without Bigger Models!
VideoApr 1, 2026

TurboQuant Explained 🤯 Faster AI Without Bigger Models!

Google unveiled TurboQuant, a novel compression algorithm that slashes the size of key‑value (KV) caches used by modern large‑language models, promising faster inference without expanding model parameters. Current models rely on KV caching to remember past tokens, but the cache grows...

By Analytics Vidhya