
This 16-week course takes you from neural network fundamentals to building production-ready AI applications. Learn Transformers, Prompt Engineering, RAG, Vector Databases, Agentic AI, LLM evaluation and deployment through live, mentor-led sessions and 13 hands-on projects using Hugging Face, LangChain, CrewAI and LangGraph. Earn dual IBM & GeeksforGeeks certification.

Earn industry-recognized certification

Work with the latest AI tools and technologies

Biweekly expert-led sessions for interview success

Key AI Engineering concepts you'll build and master.
Prompt Engineering
Retrieval Augmented Generation
Intelligent Document Processing
Agentic AI Design
Multi-Agent Orchestration
LLM Evaluation and Observability
Containerization
LLM Deployment Patterns
Tools and technologies you'll work with
Hugging Face
LangChain
Ollama
Crew AI
LangGraph
Google ADK
OpenAI Agents SDK
MCP and Agent Skills
DeepEval
LangSmith
Docker
Gradio
Real-world projects to apply your skills

Build your first end-to-end neural network by training a model to recognize handwritten digits and understand how forward propagation and backpropagation work in a practical deep learning workflow.

Build multiple mini-projects using Hugging Face pipelines to explore pre-trained AI models and understand how modern NLP and AI tasks can be integrated into applications.

Adapt a pre-trained open-source model to a custom domain using transfer learning and the Hugging Face Trainer API, gaining practical experience in model adaptation and fine-tuning.

Build an AI-powered data analysis workflow that uses Large Language Models to interact with and analyze real-world datasets through effective prompt engineering.

Create a Natural Language to SQL system that enables non-technical users to query databases using plain English and convert natural-language questions into executable SQL queries.

Develop a grounded AI chatbot that answers questions about review data and deploy a shareable interactive interface using Gradio.

Build AI workflows using small language models running locally, exploring how prompt engineering can improve model behavior without relying entirely on cloud-based APIs.

Build a fully local Retrieval-Augmented Generation pipeline using small language models, enabling private document retrieval without sending data to external APIs.

Build an Agentic AI system where multiple specialized AI agents collaborate to research a market, analyze information, and generate a structured research report.

Develop an AI agent system that uses tools, memory, and a knowledge base to perform automated background verification and support real-world due-diligence workflows.

Build a multi-agent fact-checking system with an orchestrator, specialized agents, and adversarial debate to analyze claims and improve the reliability of AI-generated conclusions.

Rebuild the fact-checking workflow using LangGraph to implement graph-based agent orchestration, routing, cycles, and checkpoint-based execution.
CAPSTONEBuild your own production-oriented AI application from ideation to deployment. Containerize the application, deploy it, and receive one-on-one review from industry professionals to strengthen your portfolio.
Day 1: Feedforward Neural Networks
Day 2: Backpropagation
Day 1: Transformers - Conceptual Knowledge
Day 2: Transformers - Conceptual Knowledge
Day 1: Hugging Face Basics
Day 2: Transfer Learning with Hugging Face, and QLoRA