Data Science Master Syllabus
Data Science Master Syllabus
• Text to Columns
• Concatenate
• The Concatenate Function
• The Right Function with Concatenation
• Absolute Cell References
• Data Validation
• Time and Date Calculations
• Conditional Formatting
• Exploring Styles and Clearing Formatting
• Using Conditional Formatting to Hide Cells
• Using the IF Function
• Changing the “Value if false” Condition to Text
• Pivot Tables
• Table Styles
• Cleaning Data with Text Functions
• Removing Unwanted Characters from Text
• Extracting Data Values from Text
• Formatting Data with Text Functions
Advance Excel (Duration: 15Hrs)
• Color Scales
• Icon Sets
• New Rule
• Clear Rules
• Manage Rules
Module 4: Sorting (Duration: 2Hrs)
• Sort by Text
• Sort by Numbers
• Running Total
• Sum of Columns
Module 7: Lookup Functions (Duration: 3Hrs)
• PivotTables
• Creating PivotTable
• Recommended PivotTables
• PivotTable Fields
• PivotTable Areas
• Nesting in the PivotTable
• Filters
• Slicers
• Summarizing Values by other Calculations
• PivotTable Tools
• Using Pictures in Column Charts
• Band Chart
• Thermometer Chart
• Gantt Chart
• Waterfall Chart
• Sparklines
• Pivot Charts
• PivotChart from PivotTable
• PivotChart without a PivotTable
• Working with Multiple Sheets
• Multiple Worksheets with same Structure
Python Training
Introduction to Python:
Objective:
In this module, you will get a basic understanding of python programming, Virtual
• Variable declaration
For More Information call us on : +91-9707250260 : +1-201-949-7520
• Datatypes and data structure
o Primitive
o Non-primitive
• Operators in python
Hands-on:
How to write a basic Python code, variable declaration datatypes, and operators
usage.
Program flow/ Data flow of Python:
Objective:
In this module, you will get a detailed understanding of conditional statements,
How to create and use functions and different types of argument, lambda function,
How to create and use built-in and user-defined exception handling in python.
Oops in Python:
Objective:
In this module, you will get a detailed understanding of Object-Oriented
python.
Topics:
• Google Text to Speech
• Google Speech to Text
• OpenWeatherMap
Hands-on:
How to use open APIs using python.
DataScience with Python:
Objective:
In this module, you will get a Basic understanding of data science modules in python.
Topics:
• Pandas – Series and Dataframe
• Numpy
• Matplotlib
Hands-on:
Machine Learning
Supervised Learning
• Linear Regression
o Linear Equation
o Slope
o Intercept
o R square value
• Logistic regression
o ODDS ratio
o Probability of success
o Probability of failure Bias Variance Tradeoff
o ROC curve
o Bias Variance Tradeoff
Hands-on-Exercise:
• we’ve reviewed the main ways to approach the problem of modeling data using
simple and definite
Unsupervised Learning (Duration-4hrs)
• K-Means
• K-Means ++
• Hierarchical Clustering
SVM (Duration-2hrs)
• Support Vectors
Artificial Intelligence
Module 1: AI Introduction (Duration-9hrs)
• Perceptron
• Multi-Layer perceptron
• Markov Decision Process
• Logical Agent & First Order Logic
• AL Applications
Power BI Training
Introduction to Power BI
Learning Objectives: In this module, you will be introduced to what Power BI is, why to
choose power BI, its building blocks, other various fundamental concepts of Power BI
Topics Covered:
• What is Power BI?
• Why Power BI?
• Benefits of Power BI
• Building Blocks of Power BI
• Fundamental Concepts of Power BI
Power BI Desktop
Learning Objectives: In this module you will be introduced to Power BI Desktop,
Datasets will be provided for practicing how to load and perform cleaning and data
transformation.
Modelling using Power BI
Learning Objective: In this module you will be introduced to data modelling, how to
In this module hands-on will be given on how to add filters to reports, set
interactions, create dashboards etc.,
In this module hands-on will be given on how to share the dashboard with Power BI
service, how to save as PDF and exporting data from the visualization.
Tableau Training
Module 1: Tableau Course Material (Duration – 5 Hours)
• Start Page
• Show Me
• Connecting to Excel Files
• Connecting to Text Files
• Connect to Microsoft SQL Server
• Connecting to Microsoft Analysis Services
• Creating and Removing Hierarchies
• Bins
• Joining Tables
• Data Blending
Module 2: Learn Tableau Basic Reports (Duration – 5 Hours)
• Parameters
• Grouping Example 1
First Weekend Plan: (Credit Card Fraud Detection using Machine Learning in Python)
Saturday: Topics Summaries (Based on Project)
• Data Preprocessing: Handling missing values, scaling, and encoding categorical features.
• Feature Engineering: Extracting key transaction patterns and reducing dimensions with PCA.
• Anomaly Detection: Using Isolation Forests or Autoencoders for fraud identification.
• Model Training: Training supervised models like Random Forest or XGBoost on imbalanced
data.
• Evaluation Metrics: Using Precision, Recall, F1-Score, and ROC-AUC for performance analysis.
• Visualization: Analyzing transaction patterns and fraud trends with Matplotlib/Seaborn.
Sunday: Project Explanation
• Project Overview: Develop a machine learning model to detect fraudulent transactions in
credit card data.
• Dataset: Utilize publicly available datasets such as the Kaggle Credit Card Fraud Detection
dataset.
• Approach: Preprocess the data, handle class imbalance (fraudulent transactions are rare), and
train a classification model using techniques like Random Forest, XGBoost, and Isolation
Forests.
• Deployment: Discuss how to deploy the model using Flask for real-time transaction
monitoring.