100% found this document useful (1 vote)
102 views

IITPatna_AIML_Brochure_V2

The Foundations in AI and Machine Learning Program at IIT Patna is designed for learners of varying backgrounds, focusing on essential AI and ML techniques through coursework and hands-on projects. Participants will gain skills in Python programming, data analysis, and advanced AI applications, preparing them for careers in high-demand AI/ML roles. The program consists of three courses over 36 weeks, with evaluations including quizzes and projects, and a total fee of ₹60,099.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (1 vote)
102 views

IITPatna_AIML_Brochure_V2

The Foundations in AI and Machine Learning Program at IIT Patna is designed for learners of varying backgrounds, focusing on essential AI and ML techniques through coursework and hands-on projects. Participants will gain skills in Python programming, data analysis, and advanced AI applications, preparing them for careers in high-demand AI/ML roles. The program consists of three courses over 36 weeks, with evaluations including quizzes and projects, and a total fee of ₹60,099.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Artificial Intelligence

and Machine Learning


from Vishlesan i-Hub, IIT Patna
Program
Overview
The Foundations in AI and Machine Learning Program is designed to
accommodate learners fromdiverse academic and professional backgrounds.
Through structured coursework and hands-onprojects, students will build a solid
understanding of artificial intelligence (AI) and machine learning(ML)
techniques—starting from foundational mathematics and basic programming,
progressingthrough core machine learning models, and culminating in
cutting-edge AI applications. By the endof the program, participants will be able to
confidently implement AI/ML solutions, interpret results,and address real-world
problems across various domains.

Skills you will gain:

▪ Python Programming ▪ Neural Networks and Deep Learning


▪ Data Cleaning and Preprocessing ▪ Natural Language Processing (NLP)
▪ Exploratory Data Analysis (EDA) and Transformers
▪ Model Evaluation and Validation ▪ Computer Vision & Image Processing
▪ Regression and Classification ▪ Unsupervised Learning (Clustering,
Techniques Dimensionality Reduction)
▪ Agentic AI Development ▪ Gen AI Engineering

Why Choose
This Course?
▪ No coding background requiredabeginner-friendly entry into AI/ML

▪ Taught by IIT faculty – learn from top academic experts

▪ Hands-on projects – apply concepts to real-world problems

▪ Industry-relevant curriculum – covers latest tools, trends, and techniques

▪ Career-focused outcomes – prepares you for high-demand AI/ML roles


Course
Summary
Courses: Course Duration:
3 36 Weeks (12 + 12 + 12)

Evaluations (Per Course):


2 Quizzes | 1 Mid-Semester | 1 End-Semester

Break Duration: Weekly Commitment:


4 Weeks (2 + 2) 10 Hours

Course
Details
Code Course

AIM101 Introduction to AI and ML for Beginners

AIM201 Core Machine Learning Techniques and Practices

AIM301 Advanced AI: Deep Learning, NLP, and Emerging Trends


Course
Descriptions

Introduction to AI and ML for Beginners

Geared toward students with minimal or no coding background,


AIM101

this course lays the groundwork for artificial intelligence and machine
learning. The curriculum covers essential mathematical concepts,
basic programming in Python, introductory data manipulation, and an
overview of AI/ML applications. By the end, students will be comfortable
writing simple Python scripts, performing basic data analysis, and
understanding how AI/ML fits into various real-world scenarios.

Core Machine Learning Techniques and Practices

After establishing the basics, this course dives deeper into machine
AIM201

learning algorithms. Students will work with both traditional and modern
approaches—such as regression, classification, and clustering—while
honing their skills in model evaluation, data preprocessing, and ethical
considerations. By the end of AIM201, learners will be able to build, tune,
and interpret effective ML models for diverse datasets, preparing them
for more advanced AI techniques.

Advanced AI: Deep Learning, NLP, and Emerging Trends

Building on the foundations from AIM101 and AIM201, this course explores
AIM301

cutting-edge AI topics like deep learning, natural language processing,


and computer vision. Students will learn how to leverage advanced
models (e.g., convolutional neural networks, transformers) and deploy
them at scale. Throughout AIM301, participants will also stay current
with emerging AI trends, addressing real-world complexities such as big
data, reinforcement learning, and AI ethics in depth.
Course
Syllabus
AIM101: Introduction to AI and ML for Beginners

1. Fundamentals of Computing and Python Basics


Introduction to programming concepts, setting up a development
environment (e.g., Jupyter Notebooks).

2. Essential Mathematics for AI/ML


Basic linear algebra (vectors, matrices), basic calculus (derivatives),
overview of probability and statistics.

3. Data Representation and Visualization


Pandas for data manipulation, Matplotlib for basic plotting, effective data
storytelling.

4. Core AI Concepts and History


Defining AI, early developments, key breakthroughs (symbolic AI to machine
learning).

5. Introduction to Machine Learning


Difference between AI and ML, supervised vs. unsupervised learning, simple
examples in Python.

6. Data Collection and Cleaning


Accessing open datasets/APIs, dealing with missing values, data wrangling
best practices.

7. Exploratory Data Analysis (EDA)


Summarizing data, identifying patterns, basic statistical tests.

8. Basic Regression and Classification


Linear regression concepts, nearest neighbor classification, hands-on
exercises.

9. Evaluation Metrics and Model Validation


Train/test split, accuracy, RMSE, cross-validation concepts.

10. Intro to Ethical AI


Bias in data, responsible AI usage, basic guidelines for respectful data
handling.

11. Case Studies


Understanding real-world uses of AI (e.g., healthcare, finance, education).
AIM201: Core Machine Learning Techniques and Practices

1. Recap of Machine Learning Workflow


Data preprocessing, feature engineering, model training, evaluation,
and deployment.

2. Regression Techniques
Multiple linear regression, polynomial regression, regularization
(Ridge, Lasso).

3. Classification Algorithms
Logistic regression, decision trees, ensemble methods (random forests,
gradient boosting).

4. Advanced Unsupervised Learning


Clustering with K-Means/DBSCAN, dimensionality reduction (PCA),
anomaly detection.

5. Neural Network Fundamentals


Perceptrons, activation functions, feed-forward networks, backpropagation.

6. Model Evaluation and Metrics


Precision, recall, F1-score, confusion matrix, AUC-ROC.

7. Techniques for Overcoming Overfitting


Regularization, dropout, data augmentation, and early stopping.

8. Hyperparameter Tuning
Grid search, random search, introduction to Bayesian optimization.

9. Practical ML Pipeline Development


Building end-to-end ML pipelines, MLOps basics, version control and
reproducibility.

10. Ethical and Societal Dimensions of ML


Fairness, transparency, accountability, and building trust in ML systems.

11. Hands-on Project


A mid-level project applying machine learning on a real-world dataset.
AIM301: Advanced AI: Deep Learning, NLP, and Emerging Trend

1. Deep Learning Architectures


Convolutional Neural Networks (CNNs), Recurrent Neural Networks (RNNs),
sequence models.

2. Advanced Neural Network Topics


Batch normalization, residual networks, transfer learning techniques.

3. Natural Language Processing (NLP)


Text preprocessing, word embeddings (Word2Vec, GloVe),
sequence-to-sequence models.

4. Transformers and Language Models


BERT, GPT, attention mechanisms, fine-tuning for tasks like text classification
and summarization.

5. Computer Vision Beyond Basics


Object detection (SSD, YOLO), image segmentation, pretrained models for
image tasks.

6. Reinforcement Learning Foundations


Markov Decision Processes (MDPs), Q-learning, policy gradients.

7. Generative Models
GANs (Generative Adversarial Networks), autoencoders and their
applications.

8. Large-Scale Data Processing and Deployment


Introduction to distributed computing (Spark), cloud-based AI platforms,
containerization (Docker).

9. AutoML and Advanced Hyperparameter Tuning


Automated feature engineering, advanced search strategies for
optimal configurations.

10. Frontiers of AI and Research Directions


Ethical AI at scale, fairness in large models, AI governance, current trends in
AI research.

11. Capstone Project / Research Work


Students integrate multiple advanced techniques to develop a robust
AI solution.
Meet
Our Mentors

Dr. Sriparna Saha (Guest Lecturer)


Gaurav Kandel
Dept. of Computer Science and Engineering
Data Scientist at FinBox
Associate Professor @ IIT Patna

Sriram Desai
Software Engineer at ByteDance
Admisson
Process
Clear Qualifier Test
You must pass the exam to confirm your seat for the program.

Complete Onboarding
Only shortlisted candidates go through the onboarding process.

Start Learning
Learn from India's top educators and stand out from the crowd.

Fees
Structure
Upfront EMI
Through our NBFC partners

Qualifier Test Fee ₹99 ₹99

Option 1 Option 2

Upfront EMI
Through our NBFC partners

Secure Seat Fee ₹4,000 ₹4,000


(Non-Refundable)

Remaining Course Fee ₹56,000 ₹7,467 x 9 (months)


(Non-Refundable)

Total Program Fee ₹60,099 ₹71,302

(*100% refund of qualifier test fee if you don’t qualify or if you qualify but choose not to enroll after counseling.)
For More Queries
[email protected]

You might also like