Modules
Quizzes
Assignments
Capstone Project
Course Modules
1
Foundations of AI & Machine Learning
5 Lessons • 1 Quiz • 1 Assignment
20% Complete
-
Introduction to Machine Learning20 min • VideoCompleted
-
Supervised, Unsupervised, and Reinforcement Learning30 min • ReadingNot started
-
Neural Networks & Deep Learning45 min • VideoNot started
-
Training Neural Networks35 min • VideoNot started
-
Module 1 Quiz15 min • 5 QuestionsNot started
2
Advanced AI Architectures
6 Lessons • 1 Quiz • 1 Assignment
0% Complete
-
Computer Vision Fundamentals40 min • VideoNot started
-
Natural Language Processing45 min • VideoNot started
-
Reinforcement Learning35 min • VideoNot started
-
Module 2 Quiz15 min • 5 QuestionsNot started
3
Generative AI & LLMs
6 Lessons • 1 Quiz • 1 Assignment
0% Complete
-
Large Language Models (LLMs)50 min • VideoNot started
-
Retrieval-Augmented Generation (RAG)45 min • VideoNot started
-
Fine-Tuning LLMs40 min • VideoNot started
-
Module 3 Quiz15 min • 5 QuestionsNot started
4
Optimizing & Deploying Gen AI Models
6 Lessons • 1 Quiz • 1 Assignment
0% Complete
-
Model Compression Techniques45 min • VideoNot started
-
Model Training at Scale40 min • VideoNot started
-
Deployment Strategies50 min • VideoNot started
-
Module 4 Quiz15 min • 5 QuestionsNot started
5
Leveraging Gen AI for Real-World Applications
6 Lessons • 1 Quiz • 1 Assignment
0% Complete
-
Industry Use Cases35 min • VideoNot started
-
Building End-to-End AI Products45 min • VideoNot started
-
Module 5 Quiz15 min • 5 QuestionsNot started
Module 1: ML & Neural Network Fundamentals
15:00
1. Which of the following is an example of unsupervised learning?
2. What problem does high bias typically indicate?
Assignment 1: Building Your First Neural Network
Objective
Implement a simple feedforward neural network for image classification using the MNIST dataset. This assignment will help you understand the fundamentals of neural network architecture, training process, and optimization techniques.
Tasks
-
1Load and preprocess the MNIST dataset. Ensure proper normalization of pixel values and splitting into training and validation sets.
-
2Build a neural network with: Input layer (784 neurons), Two hidden layers (128 & 64 neurons, ReLU activation), Output layer (10 neurons, softmax activation).
-
3Train the model using gradient descent optimizer. Experiment with different learning rates and observe the impact on convergence.
-
4Implement dropout regularization and compare model performance with and without regularization.
-
5Analyze the bias-variance tradeoff in your model and document your findings.
Deliverables
- Jupyter notebook with code and explanations
- Performance comparison report (accuracy, loss curves)
- 1-page reflection on bias-variance tradeoff observed
Submit Your Work
Drag and drop files here or click to browse
Accepted formats: .ipynb, .pdf, .zip (Max size: 50MB)
Final Capstone Project: Domain-Specific RAG Chatbot
Objective
Build and deploy an end-to-end domain-specific RAG chatbot. This project integrates all the concepts learned throughout the course, from neural network fundamentals to LLM deployment.
Requirements
-
1Data Preparation: Collect and preprocess domain-specific documents. Create an efficient embedding structure.
-
2Model Implementation: Implement retrieval system with appropriate vector database. Fine-tune or prompt-engineer an LLM for your domain. Implement conversation memory.
-
3Optimization: Apply at least two optimization techniques. Benchmark performance improvements.
-
4Deployment: Create a user-friendly interface. Deploy your solution (cloud or local). Implement basic monitoring.
-
5Evaluation: Test with at least 20 domain-specific queries. Compare performance with and without RAG. Document limitations and future improvements.
Deliverables
- Complete codebase with documentation
- Technical report (3-5 pages) explaining architecture and decisions
- Demo video (3-5 minutes)
- User feedback from at least 3 testers
- Future improvements roadmap
Submit Your Project
Drag and drop files here or click to browse
Accepted formats: .zip, .pdf, .mp4 (Max size: 100MB)