All Courses
×
IIT-Indore-logo

Professional Certification Program in AI & Data Science from DRISHTI CPS, IIT Indore

4.4 83,543 Ratings
Learn like an IITian and excel like an IITian!
  • Live online classes from IIT Indore Faculty and top Industry Experts
  • Intensive curriculum that enables you to excel like an IITian
  • Get Alumni Status of DRISHTI CPS, IIT Indore
  • Get certified from DRISHTI CPS, IIT Indore, and Microsoft
In collaboration with
Microsoft
Applications closes on 31st August 2025
IIT-Indore-Video-Image-1

1.5 YEARS PROGRAM

Eligibility

College Students

12th Pass

Upskill

8 Hours a Week

Alongside Your College

Learn from Top

IIT Indore Faculty

& Industry Experts

Receive

20 Academic Credits

Approved by AICTE & NSQF

Hear from the
Director of IIT Indore

There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable. If you are going to use a passage of Lorem Ipsum, you need to be sure there isn't anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet. It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable.

director
Dr. Suhas Joshi

Our Proven Track Record

Our consistent track record of success shows clearly our dedication to excellence.
Successfull-Job-Placement
Highest CTC of ₹30 LPA Secured by Freshers

Our learners secure some of the highest starting salaries among freshers irrespective of college and degree.

4 out of 5 Learners Achieved Training Objectives

85% of our learners achieved their training objectives within a 9-month course of completion and also saw a positive impact in their careers.

95% Learner Satisfaction Score

From exceptional content to personalized support, 95% of Intellipaat learners are satisfied with the training.

Real Stories, Incredible Journeys

Swipe to find learners like you, or speak to a career expert and get started today.

3100+ Companies Hired Intellipaat Learners

Intellipaat students have left a remarkable imprint in the growing IT sector, garnering acknowledgement from CXOs, and HR leaders across top tech companies. Listen indirectly from them.
Meet-our-Recruiters
meet-recruiter hiring-partners-mobile

World Class Instructors

Learn from India's best IIT faculties and Top 1% Industry Experts!
World_Class_Instructors
Group
Technical Instructors
  • Gain AI & Machine Learning skills from IIT Faculty and top Industry Experts
  • Work on Industry Oriented Projects & get mentored by SME’s
Group
Learning & Support Mentors
  • A dedicated Learning Mentor to provide a world-class learning experience.
  • Keep track of your performance and help you to excel in your career.
Group
Placement Mentors
  • Live sessions to improve aptitude & soft skills along with Resume Building.
  • Tips and tricks to crack the technical round during the interviews.
Hear directly from our learners as they recount their journeys with Intellipaat
Watch Now
cta-img

Intellipaat vs Others

Fees
World Class Instructors
Virtual Internship
Advanced Curriculum
Incubation Support
Capstone Projects
Intellipaat
Rs. 59500
Led by IIT Indore faculty and experts from Google, Microsoft, etc.
Virtual Internships will be provided by Intellipaat
Up-to-date, future-proof syllabus aligned with the latest industry requirements
Rs 50 Lakhs as Angel Fund to shortlisted ideas.
50+ Industry Oriented real-world projects and case studies
Others
Rs 1,00,000 - Rs 3,00,000
Limited exposure to experienced professionals
No
Outdated content, lacking Industry relevance
No
Focus on theory with minimal practical work
Intellipaat
Others
Fees
Rs. 59500
Rs 1,00,000 - Rs 3,00,000
World Class Instructors
Led by IIT Indore faculty and experts from Google, Microsoft, etc.
Limited exposure to experienced professionals
Virtual Internship
Virtual Internships will be provided by Intellipaat
No
Advanced Curriculum
Up-to-date, future-proof syllabus aligned with the latest industry requirements
Outdated content, lacking Industry relevance
Incubation Support
Rs 50 Lakhs as Angel Fund to shortlisted ideas.
No
Capstone Projects
50+ Industry Oriented real-world projects and case studies
Focus on theory with minimal practical work

Curriculum

1
Semester 1
5 Months
Python for Data Science - Fundamentals

Introduction to Python – The basics of the python programming language, how you can use various IDEs for python development like Jupyter, Pycharm, etc.

Python Basics – Variables, Data Types, Loops, Conditional Statements, functions, decorators, lambda functions, etc.

Object Oriented Programming – Introduction to OOPs concepts like classes, objects, inheritance, abstraction, polymorphism, encapsulation, etc.

Python for Data Science - Advanced

Data Handling with NumPy:

NumPy Arrays, CRUD Operations, etc.

Linear Algebra – Matrix multiplication, CRUD operations, Inverse, Transpose, Rank, Determinant of a matrix, Scalars, Vectors, Matrices.

Data Manipulation Using Pandas:

Loading the data, dataframes, series, CRUD operations, splitting the data, etc.

Data Preprocessing:

Exploratory Data Analysis, Feature engineering, Feature scaling, Normalization, standardization, etc.

Null Value Imputations, Outliers Analysis and Handling, VIF, Bias-variance trade-off, cross validation techniques, train-test split, etc.

Data Visualization: Bar charts, scatter plots, count plots, line plots, pie charts, donut charts, etc. with Python matplotlib. Regression plots, categorical plots, area plots, etc, with Python seaborn.

SQL

SQL Basics –

Fundamentals of Structured Query Language
SQL Tables, Joins, Variables

Advanced SQL –

SQL Functions, Subqueries, Rules, Views
Nested Queries, string functions, pattern matching
Mathematical functions, Date-time functions, etc.
Deep Dive into User Defined Functions

Types of UDFs, Inline table value, multi-statement table.
Stored procedures, rank function, SQL ROLLUP, etc.
SQL Optimization and Performance

Record grouping, searching, sorting, etc.
Clustered indexes, common table expressions.

2
Semester 2
5 Months
Machine Learning

Introduction to Machine learning: Supervised, Unsupervised learning, Introduction to scikit-learn, etc.

Regression

  • Introduction classification problems, Identification of a regression problem, dependent and independent variables.
  • How to train the model in a regression problem.
  • How to evaluate the model for a regression problem.
  • How to optimize the efficiency of the regression model.

Classification

  • Introduction to classification problems, Identification of a classification problem, dependent and independent variables.
  • How to train the model in a classification problem.
  • How to evaluate the model for a classification problem.
  • How to optimize the efficiency of the classification model.

Clustering

  • Introduction to clustering problems, Identification of a clustering problem, dependent and independent variables.
  • How to train the model in a clustering problem.
  • How to evaluate the model for a clustering problem.
  • How to optimize the efficiency of the clustering model.
Machine Learning - Supervised Learning

Linear Regression – Creating linear regression models for linear data using statistical tests, data preprocessing, standardization, normalization, etc.

Logistic Regression – Creating logistic regression models for classification problems – such as if a person is diabetic or not, if there will be rain or not, etc.

Decision Tree – Creating decision tree models on classification problems in a tree like format with optimal solutions.

Random Forest – Creating random forest models for classification problems in a supervised learning approach.

K-Nearest Neighbors – A simple algorithm that can be used for classification problems.

Performance Metrics

Classification reports – To evaluate the model on various metrics like recall, precision, f-support, etc.

Confusion matrix – To evaluate the true positive/negative, false positive/negative outcomes in the model.

r2, adjusted r2, mean squared error, etc.

Machine Learning - UnSupervised Learning

K-means – The k-means algorithm that can be used for clustering problems in an unsupervised learning approach.

Dimensionality reduction – Handling multi dimensional data and standardizing the features for easier computation.

Business Case Studies
Assessment 1
AI & Deep Learning - Neural Network

Artificial Intelligence Basics

Introduction to keras API and tensorflow
Neural Networks

Single Cell (perceptron)
Multi cell perceptron Topology
Weights & Biases
Build a NN from scratch (using numpy)
Deep Learning

Use cases of DL in industry
Difference between DS, ML, DL & AI
Lifecycle of Deep Learning Project

NLP

Text Mining, Cleaning, and Pre-processing

Various Tokenizers, Tokenization, Frequency Distribution, Stemming, POS Tagging, Lemmatization, Bigrams, Trigrams & Ngrams, Lemmatization, Entity Recognition.
Text classification, NLTK, sentiment analysis, etc

Overview of Machine Learning, Words, Term Frequency, Countvectorizer, Inverse Document Frequency, Text conversion, Confusion Matrix, Naive Bayes Classifier.
Sentence Structure, Sequence Tagging, Sequence Tasks, and Language Modeling

Language Modeling, Sequence Tagging, Sequence Tasks, Predicting Sequence of Tags, Syntax Trees, Context-Free Grammars, Chunking, Automatic Paraphrasing of Texts, Chinking.

AI Chatbots and Recommendations Engine

Using the NLP concepts, build a recommendation engine and an AI chatbot assistant using AI.

Computer Vision

RBM and DBNs & Variational AutoEncoder

Introduction rbm and autoencoders
Deploying rbm for deep neural networks, using rbm for collaborative filtering
Autoencoders features and applications of autoencoders.
Object Detection using Convolutional Neural Net

Constructing a convolutional neural network using TensorFlow
Convolutional, dense, and pooling layers of CNNs
Filtering images based on user queries
Generating images with Neural Style and Working with Deep Generative Models

Mapping the human mind with deep neural networks (dnns)
Several building blocks of artificial neural networks (anns)
The architecture of dnn and its building blocks
Reinforcement learning in dnn concepts, various parameters, layers, and optimization algorithms in dnn, and activation functions.

Deploying deep learning models in Serverless Environments
Deploying Model to Sage Maker
Explain Tensorflow Lite Train and deploy a CNN model with TensorFlow

Gen AI & LLM +

LSTM – What is LSTM?, How does LSTM work, Applications of LSTM, etc.

Transformers – What are transformers, how does a transformer work in deep learning, applications of transformers, types of transformers, encoder-decoded, self-attention, etc.

BERT – Language Models, What is BERT, How does BERT work, how is BERT different from LSTM, applications of BERT, etc.

GPT – What are generative pre-trained models (GPT), how does a GPT work?, real-life examples of GPT, etc.

LLM – NLP and Language models, what are LLMs, how does an LLM work, applications of LLM, etc.

VAEs – Introduction to Variational Autoencoders, Architecture of VAEs, creating VAEs for image generation.

Langchain – Intuition for Langchain, Langchain applications, Langchain architecture, How to work with Langchains, etc.

Prompt Engineering

Prompt Engineering – Science behind Prompts, Prompt Engineering Basics, Impact and usage of Prompt Engineering, Prompt Engineering tools, Effectiveness of Prompts, etc.

Image-Based Applications of Generative AI – Image-based workflows and artifacts using Generative AI with image generation, text-image generation, etc.

Text-Based Applications of Generative AI – Leveraging Text summarization and text generation for text-based applications using Generative AI tools.

Audio-Based Applications of Generative AI – Text to Audio generation, Audio processing, Audio generation leveraging Generative AI tools to create end-to-end applications.

3
Capstone Project
2 Months

Immerse yourself in a dedicated 2 months of Capstone Project in the comfort of your home with regular interaction and review with your allocated Mentor. Your mentor will guide your project.

Outcomes of this Capstone Project

  • Work on projects with real applications in the Industry. 
  • You will apply the concepts learned throughout your coursework in a practical, real-world context, demonstrating your ability to synthesize and integrate knowledge.
  • Increase your chances of securing high-paying jobs with industry-relevant skills.
  • Get an industry-recognized project completion certificate from Intellipaat
  • Top performers of every cohort will receive Letter of Recommendation from Founder and CEO of Intellipaat.
Internship
4
Career Support
4 Months
  • Aptitude & Soft Skill Sessions
  • Interview Preparation sessions to crack technical Interviews
  • Resume Building & Linkedin Profile Optimization
  • Access to Intellipaat Job portal for lifetime
  • Receive Multiple Job Opportunities by applying to unlimited Jobs with Intellipaat Job Portal
Placement-Support

Don't just code, Create! Master Tech Skills & work on amazing Real-World Industry Projects

Practice 20+ Essential Tools

Designed by Industry Experts

Get Real-world Experience

Real-time-social-media-analytics-1
Real Time Social Media Analytics
Create interactive dashboards to analyze real time social media data to make data driven decisions
Analyzing-real-time-market-impact-1
Analyzing Real-Time Market Impact
Analyze various factors in the market for specific domains such as supply chain, FMCG, using interactive dashboards
Real-time-stock-market-data-analytics
Real Time Stock Market Data Analytics
Analyze real time stock market data and make possible forecasts based on analysis
Analyzing-ad-campaigns-using-text-analysis-1
Analyzing Ad Campaigns using Text Analysis
Use text analysis to find word embeddings in reviews to analyze various campaigns
Analyzing-housing-market-2
Analyzing Housing Market
Analyze housing market and associated verticals using interactive dashboards
Analyzing-tourism-and-hotel-industry
Analyzing Tourism and Hotel Industry
Analyze tourist influx, hotels availability, prices based on historical data for upcoming seasons

Certification

About IIT Indore DRISHTI

IIT Indore is the eighth IIT, established in 2009 in India. IITI DRISHTI CPS Foundation is a Technology Innovation Hub (TIH) setup at IIT Indore under the aegis of National Mission on Interdisciplinary Cyber-Physical Systems (NM-ICPS) with a focus on System Simulation, Modelling & Visualisation.

Key Achievements of IIT Indore:

  • Ranked 14th among engineering colleges in India in 2023 – NIRF
  • Won Global Best M-GOV Awards gold medal with their blockchain receipt app “Blockbill in 2023.
  • IIT Indore ranked 201 globally and 2nd in India in Computer Science in 2022
IIT-Indore-DRISHTI-Certificate Click to Zoom

Program in Collaboration with Microsoft

Benefits for students from Microsoft:

  • Free Voucher for Exam AZ-900: Microsoft Azure Fundamentals worth $99
  • Industry-recognized certification from Microsoft
  • Real-time projects and exercises
IIT-Indore-DRISHTI-Certificate Click to Zoom

Innovations @ DRISHTI CPS IIT Indore

course4
Projects : Engage with innovations.
course5
Graduation Ceremony : Thrive in exciting campus activities.
course6
Campus Life : Immerse in a vibrant campus culture.

Take the First Step towards becoming a part of the Top 1% of Software Engineers in the country!

Wanna know more about the admission process?
Admissions Ongoing for 2024.

Program Fee

Registration Fee

₹2,000

Course Fee

₹43,000

Total Admission Fee

₹45,000 (Inclusive of All)

EMI Starts at

₹ 8000

We partnered with financing companies to provide competitive finance option at 0% interest rate with no hidden costs

Financing Partners

The credit facility is provided by a third party credit facility provider and any arrangement with such third party is outside Intellipaat’s purview.

Upcoming Application Deadline Deadline 30th Sep 2024

Admissions are closed once the requisite number of participants enroll for the upcoming cohort. Apply early to secure your seat.

In the News

Frequently Asked Questions

Is it possible to pursue a degree and certification simultaneously?

Yes, you can pursue both a degree and certification simultaneously. Our course is designed to accommodate your schedule, ensuring it complements your degree program seamlessly.

You can easily learn alongside your college with our course. Designed to accommodate your scheduling needs, it spans over 1.5 years, providing ample time for you to balance your academic responsibilities.

Upon successful completion of this program, you will receive 20 credits approved by AICTE and NSQF upon completion of exams and capstone project. Credits earned will be deposited in your Academic Bank of Credit (ABC) and shall be transferrable in a degree program as per NEP, UGC, approved guidelines.

Yes, the credits earned in this program are transferable to a degree program, as per the guidelines outlined by the National Education Policy (NEP) and UGC-approved regulations. This flexibility allows you to use your credits towards further academic pursuits within eligible institutions.

This is not a job guarantee program. However, we are confident that after undergoing our high-quality teaching you will be able to land your dream job.

If you are unable to attend one of the live lectures, you will receive a copy of the recorded session within the next 12 hours. If you have any further questions beyond that, you can contact our course advisors or ask them in our community.

You will undergo the following sessions:

  1. Aptitude and Soft Skills
  2. Job search strategy sessions
  3. Creation of a resume
  4. Creation of a LinkedIn profile
  5. Preparation for interviews by industry experts
  6. Mock interviews
  7. Placement opportunities with more than 3100 hiring partners.

Please note that the course fees are non-refundable and we will be at every step with you for your upskilling and professional growth needs.

You will undergo the following sessions:

  • Aptitude and Soft Skills
  • Job search strategy sessions
  • Creation of a resume
  • Creation of a LinkedIn profile
  • Preparation for interviews by industry experts
  • Mock interviews
  • Exclusive Access to Intellipaat Job Portal for lifetime
  • Multiple Job opportunities will be provided via Intellipaat Job Portal
  1. Get your degree while boosting your skills at the same time
  2. Forge ahead with IIT-level education and expertise
  3. Stay ahead of the pack with our cutting-edge curriculum
  4. Unlock limitless opportunities in the software industry with our course

You will undergo the following sessions:

  • Aptitude and Soft Skills
  • Job search strategy sessions
  • Creation of a resume
  • Creation of a LinkedIn profile
  • Preparation for interviews by industry experts
  • Mock interviews
  • Exclusive Access to Intellipaat Job Portal for lifetime
  • Multiple Job opportunities will be provided via Intellipaat Job Portal
  1. Get your degree while boosting your skills at the same time
  2. Forge ahead with IIT-level education and expertise
  3. Stay ahead of the pack with our cutting-edge curriculum
  4. Unlock limitless opportunities in the software industry with our course
View More