[go: up one dir, main page]

0% found this document useful (0 votes)
9 views17 pages

Data Science Syllabus PDF

The Advance Graduate Programme in Data Science, designed by former Google employees, offers a job-assured curriculum focusing on essential skills for data science, including Python, SQL, machine learning, and deep learning. The program includes hands-on experience through projects, mock interviews, and interactions with industry experts, aimed at preparing students for high-demand roles in the field. Participants will also engage in a capstone project to apply their learning in real-world scenarios.

Uploaded by

email.yashdaga81
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
0% found this document useful (0 votes)
9 views17 pages

Data Science Syllabus PDF

The Advance Graduate Programme in Data Science, designed by former Google employees, offers a job-assured curriculum focusing on essential skills for data science, including Python, SQL, machine learning, and deep learning. The program includes hands-on experience through projects, mock interviews, and interactions with industry experts, aimed at preparing students for high-demand roles in the field. Participants will also engage in a capstone project to apply their learning in real-world scenarios.

Uploaded by

email.yashdaga81
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/ 17

ADVANCE GRADUATE PROGRAMME

DATA SCIENCE

*DESIGNED AND CURATED BY EX GOOGLE EMPLOYEES IN UK. READY TO WORK SYLLABUS.

1 Million

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


ADVANCE DATA SCIENCE PROGRAMME
IN DATA ENGINEERIG

JOB ASSURED PROGRAMME

MOST DESIRABLE JOBS IN CONSIDERED THE SKILL OF THE


2025 FUTURE BY TOP UNIVERSITIES

ONE OF THE HIGHEST PAID CONSTANT DEMAND IN THE


SKILLS IN THE WORLD MARKET

THERE IS A CURRENT DEMAND


DATASCIENCE IS THE
FOR OVER 500000 DATA
TECHNOLOGY OF THE FUTURE
SCIENCE.

1 Million +

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Data Science

Data Science

Data Science

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


JoinBr othwisse jDobasta Science course with BrowseJobs and become a Data Scientist,
featuring exclusive hackathons, masterclasses, and askme-anything sessions.
Gain hands-on experience in Python, SQL, Excel, Machine Learning, Tableau,
Generative AI, prompt engineering, ChatGPT, and more. Elevate your
knowledge through live interactions with industry experts.

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


SQL

Python Excel DATA


MODELLING

PANDAS NUMPY STATISTICS

DATA SCIENCE | ML POWER BI CERTIFICATION

INTERVIEW PREPERATION
MOCK INTERVIEWS
REAL TIME PROJECTS
LLOYDS, HSBC, CBRE, ING
PROJECTS

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Month Topic Subtopic

Download and install Anaconda


Month 1 - Foundations Intro to Python & Launch and use Jupyter
of Data Science Jupyter Notebook
Setup environment variables

Use indentation and comments


Month 1 - Foundations Intro to Python & Declare variables and basic
of Data Science Jupyter data types
Run simple Python scripts

Understand numeric, string,


list, and dictionary types
Month 1 - Foundations Data types, loops,
Use arithmetic and logical
of Data Science functions, NumPy
operators
Perform type conversion

Write for and while loops


Month 1 - Foundations Data types, loops, Use if-else and nested
of Data Science functions, NumPy conditions
Apply break and continue

Define reusable functions


Month 1 - Foundations Data types, loops, Pass arguments and return
of Data Science functions, NumPy values
Use lambda expressions

Create and manipulate arrays


Month 1 - Foundations Data types, loops,
Use slicing and indexing
of Data Science functions, NumPy
Perform vectorized operations

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Month Topic Subtopic

Create Series and


Month 1 -
Pandas for data DataFrames
Foundations of Data
wrangling Access and update data
Science
Understand index operatio

Apply boolean indexing


Month 1 - Use .sort_values() and
Pandas for data
Foundations of Data .sort_index()
wrangling
Science Combine conditions for
filtering

Use .groupby() for


Month 1 - summarization
Pandas for data
Foundations of Data Apply aggregation functions
wrangling
Science like sum(), mean()
Handle grouped DataFrames

Plot line and bar charts


Month 1 -
Data visualization Customize titles, labels, and
Foundations of Data legends
(Matplotlib & Seaborn)
Science Save plots to files

Create statistical plots (hist,


Month 1 -
Data visualization box, pairplot)
Foundations of Data
(Matplotlib & Seaborn) Customize aesthetics
Science
Integrate with pandas data

Calculate mean, median,


Month 1 - mode
Foundations of Data Statistics & Probability Use standard deviation and
Science variance
Visualize distributions

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Month Topic Subtopic

Understand basic rules of


probability
Month 1 - Foundations
Statistics & Probability Learn common distributions
of Data Science
(normal, binomial)
Apply probability in experiments

Query single table with SELECT


Month 1 - Foundations
SQL Basics Filter rows using WHERE
of Data Science
Group and summarize data

Combine tables using JOINs


Aggregate with COUNT, AVG,
Month 1 - Foundations
SQL Basics etc.
of Data Science
Understand INNER and OUTER
joins

Supervised learning: Understand linear relationships


Month 2 - Machine
Linear & logistic Learn least squares fitting
Learning Essentials
regression Interpret coefficients

Supervised learning: Model binary classification


Month 2 - Machine
Linear & logistic Use sigmoid function
Learning Essentials
regression Apply using sklearn

Understand tree splitting


Month 2 - Machine Decision trees, Random
Interpret nodes and leaves
Learning Essentials Forests
Prevent overfitting via pruning

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Month Topic Subtopic

Build ensemble trees


Month 2 - Machine Decision trees, Random
Evaluate feature importance
Learning Essentials Forests
Handle overfitting

Interpret confusion matrix


Month 2 - Machine Model evaluation: Metrics, Calculate precision, recall, F1-
Learning Essentials cross-validation score
Understand TP, FP, FN, TN

Use k-fold cross-validation


Month 2 - Machine Model evaluation: Metrics,
Stratify data splits
Learning Essentials cross-validation
Evaluate model robustness

Cluster data into k groups


Month 2 - Machine Unsupervised learning: Use inertia and silhouette
Learning Essentials Clustering scores
Visualize clusters

Build dendrograms
Month 2 - Machine Unsupervised learning:
Use linkage criteria
Learning Essentials Clustering
Cut tree to form clusters

Detect and impute missing


values
Month 2 - Machine
Feature engineering Encode categorical variables
Learning Essentials
Use label and one-hot
encoding

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Month Topic Subtopic

Normalize data with


MinMaxScaler
Month 2 - Machine
Feature engineering Standardize with
Learning Essentials
StandardScaler
Apply before ML training

Clean and preprocess dataset


Month 2 - Machine ML Mini-Project +
Choose and train ML model
Learning Essentials Review
Validate and refine model

Review code line-by-line


Month 2 - Machine ML Mini-Project + Optimize and refactor
Learning Essentials Review Peer feedback and
improvements

Understand neuron model


Month 3 - Deep Learning Neural Networks & Apply activation functions
and AI Applications Backpropagation (ReLU, Sigmoid)
Build simple neural net

Learn chain rule application


Month 3 - Deep Learning Neural Networks &
Calculate weight updates
and AI Applications Backpropagation
Understand loss gradients

Define models with Sequential


API
Month 3 - Deep Learning TensorFlow & Keras
Compile with optimizers and
and AI Applications basics
losses
Fit and predict on data

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Month Topic Subtopic

Month 3 - Deep Use training/validation split


TensorFlow & Keras
Learning and AI Track accuracy and loss
basics
Applications Apply early stopping

Apply filters to images


Month 3 - Deep
CNNs and computer Understand padding and
Learning and AI
vision stride
Applications
Use in image processing

Load image datasets


Month 3 - Deep
CNNs and computer Build CNN model
Learning and AI
vision Evaluate classification
Applications
accuracy

Split text into tokens


Month 3 - Deep
NLP: Text preprocessing, Remove stopwords and
Learning and AI
vectorization symbols
Applications
Normalize text

Convert text to vectors


Month 3 - Deep
NLP: Text preprocessing, Use TF-IDF and pretrained
Learning and AI
vectorization embeddings
Applications
Visualize similarities

Month 3 - Deep Use labeled text data


Sentiment analysis &
Learning and AI Train sentiment classifier
embeddings
Applications Evaluate results

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Month Topic Subtopic

Reduce dimensions with


Month 3 - Deep
Sentiment analysis & PCA/t-SNE
Learning and AI
embeddings Plot embeddings
Applications
Analyze clusters

Month 3 - Deep Plan model architecture


Learning and AI Midterm Project Build Select tools and libraries
Applications Define success criteria

Code the model


Month 3 - Deep
Train and test
Learning and AI Midterm Project Build
Document development
Applications
process

Understand Generator &


Month 4 - Advanced
Generative AI & GANs Discriminator
Topics and Capstone
overview Learn adversarial training
Project
Explore training challenges

Month 4 - Advanced Generate synthetic data


Generative AI & GANs
Topics and Capstone Image generation demo
overview
Project Use pre-trained GANs

Understand trends and


Month 4 - Advanced seasonality
Time Series Forecasting
Topics and Capstone Handle timestamps and
(ARIMA, Prophet)
Project resampling
Plot time series

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


Month Topic Subtopic

Month 4 - Advanced Use ARIMA for forecasting


Time Series Forecasting
Topics and Capstone Apply Facebook Prophet
(ARIMA, Prophet)
Project Compare predictions

Understand CI/CD for ML


Month 4 - Advanced Track experiments and
Intro to MLOps, model
Topics and Capstone versions
deployment
Project Monitor models post-
deployment

Month 4 - Advanced Create Flask API


Intro to MLOps, model
Topics and Capstone Serve ML models
deployment
Project Deploy to cloud/localhost

Build LLM-powered agents


Month 4 - Advanced
Use Langchain tools
Topics and Capstone Agentic Ai
Define memory and chain
Project
logic

Month 4 - Advanced Automate workflows with AI


Topics and Capstone Agentic Ai Integrate APIs and models
Project Visual workflow building

Implement capstone from


Month 4 - Advanced
Capstone Project Build & scratch
Topics and Capstone
Presentation Integrate previous learnings
Project
Test with real-world data

Month 4 - Advanced Present to peers/instructors


Capstone Project Build &
Topics and Capstone Receive constructive critique
Presentation
Project Final project delivery

info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in


info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in
info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in
info@ibrowsejobs.com +91-8618519825 | +44 7894574003 www.browsejobs.in
1 Million

INDIA UK UAE

INDIA
+91 7847006048 | +91 9861163654 | +91 8431814749 | +91 8618519825

UK
+44 7825 904092 | +44 7894574003
info@ibrowsejobs.com

www.browsejobs.in

You might also like