Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

9

Harness the power of data for


real-world decision making
PG Level Advanced Certification Programme in

Computational Data Science

Programme Partner

India’s #1 12 2 100%
University (2015-23) Months Campus visits of Live Interactive
& Research Institute Executive Friendly 2 days each Classes
(2021-23)*
*As per NIRF Ranking talentsprint.com/course/computational-data-science-iisc-bangalore
3 Reasons Why This Programme is Unique
Learn from the Leading Faculty at IISc, India’s #1 University and #1 Research Institute*
Designed by Faculty Members of
IISc’s Department of Computational Taught by 5 Engineering and
and Data Sciences Management Sciences Faculty from IISc

Curated Industry Capstones, and 360° Learning on TalentSprint’s


option to Bring Your Own Project best-in-class Pracademic Platform

12 Month Online Live Interactive 1:1 Mentoring by Industry and


Sessions Academia Experts

Demonstrate your expertise to get an edge in your career

Build compelling Data Stories to Strengthen your resume by showcasing


chronicle your learning journey your expertise through Data Stories

Reboot your career for hyper-digital economy

Get ready for a new world where Data Design, build and deploy solutions to
Science is transforming business and take data-driven real-world decisions
society at an unprecedented pace

Derive lifelong benefits from TalentSprint’s


growing network of Data Scientists

*As per NIRF Ranking 2023

Data science is the future

About 95,000 vacancies for Data Chief Data Officers can increase consistent
Scientists exist in India today production of business value by a factor
of 2.6X

Data science needs will create roughly “Information is the oil of the 21st century,
11.5 million job openings by 2026 and analytics is the combustion engine”

2
Gain the IISc Bangalore Advantage

India’s #1 University India's #1 University 2 Bharat Ratna


(2015-23) & (2024) Awardees
Research Institute
(2021-23)

IISc (Indian Institute of Science) tops among the oldest and the finest
higher education institutes of India. It pursues excellence in research and
education in several fields of Science and Engineering and is one of the first
three publicly funded institutes to be awarded the Institute of Eminence
status. The alumni of IISc hold significant academic and industry positions
around the globe. For more information visit https://www.iisc.ac.in.

The PG Level Advanced Certification in Computational Data Science will be


delivered by IISc’s Centre for Continuing Education (CCE) in collaboration
with TalentSprint. CCE delivers courses suitably designed to meet the
requirements of various target groups, eg: research & development (R&D)
laboratories and industries, research scientists and engineers, to enable
them to grow into competent managers of technology-intensive and da-
ta-driven organizations. . For more information visit http://cce.iisc.ac.in.

33
Computational Data Science Course Overview

Are you a working professional looking to build expertise in Data Science?


Look no further than the PG Level Advanced Certification course in Data
Science offered by Indian Institute of Science (IISc) in association with
TalentSprint. This highly sought-after programme offers a unique 5-step
learning process, including LIVE online faculty-led interactive sessions,
capstone projects, mentorship, case studies, and data stories.
Taught by world-class faculty from a global institution and supplemented
with industry learnings, this 12-month programme is best suited for
professionals who want to gain practical hands-on experience in solving
real-life challenges. The programme teaches participants how to build
powerful models to generate actionable insights, necessary for making
data-driven decisions.
With an overwhelming response, this programme has enabled 750+
professionals to build Data Science expertise. Don't miss the opportunity to
gain an in-depth understanding of the mechanics of working with data and
identifying insights. Enroll now and take your career to the next level with
the PG Level Advanced Certification course in Computational Data Science.

Campus Visit at IISc

4
Curriculum
Cutting-edge curriculum that reflects the latest and proven industry practices

Bridge Module - 4 Weeks

Google Colab
Python
Matplotlib
----------

Numpy
Pandas

Basic mathematics: Matrix, Calculus, Probability


Basic data visualization
Data Cleaning/Munging

Foundational Modules - 6 weeks

Module 1: Foundations of Data Science: Probability and Statistics


Overall Goal: Gaining working knowledge in the math required to understand and use data science tools

Probabilistic Description of Events and Data: Probability Axioms, Random Variables, PDF,
PMF, Conditional Probabilty, Independence, Expectation, Variance

Describing Common Events using Probability: Bernoulli, Geometric, Binomial, Poisson,


Uniform, Normal, Exponential

Statistical Learning - A/B Testing, Type I and II errors, Sample Size calculation
Mini project in hypothesis testing

Module 2: Foundations of Data Science: Calculus and Matrix

Introduction to Calculus and Linear Algebra in Data Science


Importance of Calculus and Linear Algebra in Data Science
-----

Basics of Univariate and Multivariate Calculus Vector Operations and Norms

Deep Dive into Calculus for Data Science


Derivatives and Partial Derivatives
-----

Composite Functions and the Chain Rule


Introduction to Automatic Differentiation
Optimizing with Gradient Descent and Backpropagation
Gradient Descent Fundamentals
----- The Mechanics of Backpropagation

Fundamentals of Linear Algebra


Vector Spaces, Bases, and Dimensions
----------

Linear Transformations and Matrices Matrix Operations in Data Science

Principal Component Analysis and Matrix Factorization


Principal Component Analysis (PCA): Theory and Application
----------

Overview of Matrix Factorization Techniques (e.g., SVD, QR decomposition)

Core Modules - 28 weeks

Module 3: Machine Learning

Foundations of ML
Problem-solving strategy with data science tools, ML, and DL.
----------

Model selection, feature importance

Regression Models
Least Squares; Regularization - Elastic Net, Ridge, Lasso; Bias-Variance tradeoff
-----

Development-testing paradigm

Classification Models
Classification algorithms
-----

Evaluation Metrics: MSE, Accuracy, Precision, Recall, F1 Score

Decision Trees and Random Forests


Decision Tree Algorithms
-----

Voting Classifiers, Bagging Ensemble models


Random Forests

Boosting Models
XGBoost
-----

Light GBM

Unsupervised Learning
Clustering (k-means, dbscan), Agglomerative clustering
-----

Anomaly Detection

Mini-Project: Five Mini Projects in Machine Learning

6
Module 4: AI at Scale

Introduction to Scalable Computing


Overview of scalable computing in AI/ML
-------

Understanding parallel architectures

Importance of scalability in data science

Introduction to Parallel Computing


Types of parallelism: Data parallelism vs. Task parallelism
---

Introduction to Shared Memory (OpenMP) and Distributed Memory (MPI)

Deep Dive into Scalable Computing Technologies


Deep dive into OpenMP and MPI
---

Introduction to GPUs and Nvidia accelerators


Overview of CUDA programming

Scalable Data Science Tools


JIT Compiler, Numba, and Dask
---

Introduction to TensorFlow distributed computing

Machine Learning at Scale with Parallel ML Libraries


Introduction to Dask, MLLib, cuDF, cuML, cuPY
---

Focused exploration of Horovod, Ray, and Rapids

Module 5: Neural Networks

Deep Neural Networks


Multi-Layer Perceptrons (MLP), backprop, Regression/Classification with MLP,
gradient issues, and activation functions batch normalization, overfitting, drop
out, optimizers and learning rate

Convolutional Neural Networks


Filtering, Convolution, pooling, Various architectures: U-net, Resnet, etc.,
classification, localization, segmentation (Computer Vision Applications)

Recurrent Neural Networks

Sequence modeling, memory cell, GRU, LSTM, gradient issues


(NLP Applications)

Dimensionality Reduction and Self-supervised Neural Networks

PCA, Matrix Completion, LDA, CCA Manifold Learning, t-SNE, LLE


-----

Advanced Auto-encoder type architectures

Fundamentals of NLP, attention mechanism, and transformer models.

Mini-Project in Neural Networks

7
8
Module 6: Generative AI in production

Introduction to Generative AI
Understanding Generative AI - Introduction to models like GPT, DALL-E, Midjourney,
-----

Sora (and others) including their capabilities and limitations.

Exploring the Potential of Generative AI using APIs of large models (e.g., OpenAI).

Enhancing Applications with Advanced Techniques


Advanced Interaction with Generative Models - Prompt Engineering Techniques
-----

and Fine-Tuning

Retrieval-Augmented Generation (RAG)

Building and Deploying Business Applications


Identifying business problems and architecting solutions incorporating generative models.
-----

Integrating Generative AI into Applications though API integration

Navigating Ethical Implications - Privacy, bias, and copyright issues.

Module 7: Data Engineering

Introduction to Big Data storage systems


Relational Databases
--------------

NoSQL Databases: HBase, Graph DB


Distributed File Systems/HDFS
Cloud storage

Introduction to Big Data processing platforms


Data Volume: Hadoop, Spark
----------

Data Velocity: Storm, Complex Event Processing


Cloud platforms

Deep dive into Apache Spark


Resilient Distributed Dataset
--------------

Transformations, Actions
Designing computational and analytics application using Spark
Hands-on with PySpark programming

Mini-Project in Data Engineering

8
8
Module 8: Business Analytics

Time Series Modeling


Fundamentals, Stationarity, Measures of dependence
-----

ARMA modeling
Business Case Studies
Market Basket Analysis (Association Rule Mining)
-----

Optimal Financial Portfolio Allocation


Customer Churn Analysis

Mini-Project in Business Analytics

Capstone Projects - 12 weeks

Module 9: Capstone Part 1

Module 10: Capstone Part 2

Capstone Projects (Option to Bring Your Own Project)

Real-time system ChatGPT based


for Tweet Analytics project

Food Image Talent Retention and


Segmentation Attrition Prediction

Identification of Quora question Stock Market predictions


pairs with the same intent based on Time Series

Prediction of Client Subscription Direct Retail Marketing efforts


to a Bank term Deposit based on Customer Segmentation
using ML based Clustering techniques

Movie Recommendation Predict the future daily-demand


System for a large Logistics Company

Achieving image super-resolution Determine key factors driving literacy


using a Generative Adversarial rate in the Indian demography using
Network Predictive Data Analytics

Urban Crime Data Analytics Breast Cancer classification from


for safety improvement digitized FNA image feature
measurements

Exploratory and Predictive Data Anomaly detection in Bearing


Analytics using Indian Premier Vibration Measurements
League (IPL) dataset
9
Tools

pymp mpi4py HandySpark

HI-TECH HI-TOUCH
HYBRID LEARNING PLATFORM

iPearl.ai (AI-Powered Interactive Platform for Experiential And Remote Learn-


ing), TalentSprint’s Digital Delivery Platform, truly open by design,
is built on Open edX and has been architected to incorporate best-of-breed
technologies and state-of-the-art components.

The hallmark of the platform is


its seamless integration of
diverse but related learning
technologies that facilitates
synchronous learning,
asynchronous learning,
assignments, assessments,
group work, cloud labs, and
video indexing, with just one
single sign-on. This maximizes
user delight, for both students
and instructors.

10 9
What should you expect from this Programme?

Learn Network
Learn from Leading IISc Faculty Network with Current and
Future Data Science
Practitioners

Master Prestigious Certificate


Master by applying concepts PG Level Certification by
through Hands-on projects Center for Continuing
Education

11
Faculty
IISc faculty members are an impressive group bearing academic accreditation from
premier institutions around the world

Programme Coordinator
Prof. Sashikumaar Ganesan
Ph.D., Computational Mathematics, OvGU Germany

Sashikumaar Ganesan is a Professor and Chair of the Department of Computational and Data
Sciences (CDS) at the Indian Institute of Science (IISc), Bangalore, and the founder of Zenteiq Edtech
Pvt. Ltd., a pioneering deep tech startup. With extensive experience in Computational Science,
Scientific Machine Learning (SciML), and Data Science, he specializes in the development of scalable
ML algorithms, distributed training, and cloud computing through Machine Learning Operations
(MLOps). He has earned a reputation for his innovative approaches in integrating Finite Element
Analysis, Scientific Computing & Machine Learning, and High-Performance Computing. Before joining
IISc, he held esteemed positions as a Research Associate at Imperial College London and as an
Alexander-von-Humboldt fellow at WIAS Berlin, after earning his Ph.D. from Otto-von-Guericke
University, Germany. Professor Ganesan's wealth of knowledge and multifaceted expertise make him
a leading figure in AI and MLOps, driving advancements in the field.

Dr. Deepak Subramani Programme Coordinator


Bayesian Learning, ML/AI for Environment Autonomy
Ph.D., Massachusetts Institute of Technology (MIT), USA, B.Tech and M.Tech, IIT Madras

Prof. Deepak, an assistant professor in the Dept of Computational and Data Sciences, IISc and an
alumnus of MIT and IIT Madras, is a renowned data scientist and AI expert. He develops and
applies machine learning and artificial intelligence techniques to solve complex engineering and
environmental problems. His notable contributions include foundational models and GenAI for
autonomous robots, weather forecasting, satellite image analytics, and renewable energy transition.
He is also a passionate teacher and mentor, committed to training the next generation of scientists,
engineers and industry practitioners.

Prof. Yogesh Simmhan


Data and Computing Systems, Big Data, Internet of Things
Ph.D. Computer Science, Indiana University, USA
Associate Professor in the Department of Computational and Data Sciences, IISc, and previously a
Research Faculty at the University of Southern California (USC), Los Angeles, and a Postdoc at Microsoft
Research, San Francisco. His research explores abstractions, algorithms and applications on distributed
systems. These span Cloud and Edge Computing, Big Data Platforms and Internet of Things (IoT).

Prof. Sundeep Prabhakar Chepuri


Computational Signal Processing, GNN, ML, Statistical Inference
Ph.D. TU Delft, Netherlands

Assistant Professor at the Department of Electrical Communication Engineering, IISc. His research
areas include ML, AI, and statistical inference for Data and Network Sciences.

Prof. Shashi Jain


Quantitative Finance, Derivative Pricing, Real Option Analysis
PhD Applied Mathematics, TU Delft, Netherlands BTech and MTech IIT Madras

Assistant Professor at the Department of Management Studies, IISc. Before joining IISc he worked
as a Quantitative analyst at ING, Amsterdam. His research interests include quantitative finance,
investment decisions related to energy and environmental sectors and Real options.
Participant Profile

Experience
More Than 15 Years
18%

1 - 5 Years
37%

10 - 15 Years
22%

5 - 10 Years
23%

From Top Organizations

All logos belongs to respective companies

11
13
Schedule

12 Months Executive friendly programme


IISc faculty members-led Live interactive classes, capstone projects,
industry sessions and campus visits to IISc

335 hours of immersive learning (245 hours of classes, practicals,


case studies, mini-projects, tests, campus visits and 90 hours of tutorials)

Participants will have two campus visits of 2 days each

Classes will be held every weekend for 2-3 hours

Eligibility

Education: Bachelors (four years or equivalent) or Masters in Science/


Engineering/Management

Work Experience: Minimum 1 Year

Coding Experience: Programming Knowledge Required


Note: Graduates in other stream with relevant coding experience can apply

Admission Process

Apply for the Programme


--------------

Submit Details

Selection by IISc Committee

Join the Programme

The selection for the programme will be done by IISc and is strictly based on the education,
work experience, and motivation of the participants.

14
TalentSprint Career Accelerator
Program

Supports program alumni looking for new Career Advancements

Professional
Development
Resume Building

LinkedIn Profile Makeover

Network with
Peers and Alumni
Knowledge Exchange Sessions with Business or Tech leaders

Lifetime Membership to TalentSprint Alumni Network

Access to
Career Opportunities*
6 months Premium Membership of IIMJobs or Hirist

Job Alerts through TalentSprint Alumni Network

*Terms & Conditions apply

15 10
What is My Investment?
Application Fee ₹2,000

Programme Fee

₹4,00,000
Programme Fee with Scholarship

₹3,00,000
(18% GST extra as applicable)

Special Pricing for Corporates

Campus visit fee will be based on actuals and to be borne by the participants

Fee paid is non-refundable and non-transferable.

Modes of payment available

Internet Banking Credit/Debit Card UPI Payments

Easy Financing Options

0% EMI available

Loan Partners

16
About TalentSprint

15 Years of
Excellence 250K Empowered
Professionals

85 Net Promoter
Score 95% Completion
Rate 30+ Awards &
Accolades

Established in 2010, TalentSprint (a part of the NSE group) is a global


EdTech company offering cutting-edge, deeptech, management
programs for early career and experienced professionals, with top
institutions/organizations. It creates a highly-skilled niche talent pool
to meet new-age industry demands. The company’s digital learning
platform ipearl.ai offers a hybrid onsite/online experience to seekers of
deep technology expertise. It is also a recipient of various prestigious
accolades. Some of the recent ones are:

Deloitte Technology EdTech Leader Best Edtech Company


Fast 50 India 2023 of The Year 2023 of The Year 2023

Digital Learning Company Best Edtech Solution Innovation in Pedagogical


of The Year 2023 of The Year 2023 Practices Award 2023

Most Breakthrough Most Impactful Bootcamp Training Partner of


Product of the Year 2023 of The Year 2023 the Year 2023
for WE and TechWise for Certified Full Stack Developer for Pega University Program

17
Get in Touch

talentsprint.com/course/computational-data-science-iisc-bangalore

Get Support

Harika. B +91-7075767163
iisc.cds@talentsprint.com

Programme Partner

You might also like