0% found this document useful (0 votes)
21 views

FlyTheNest - Syllabus

Uploaded by

Dark Devil
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

FlyTheNest - Syllabus

Uploaded by

Dark Devil
Copyright
© © All Rights Reserved
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 22

Sr. No.

Highlights
1 6 Modules
2 Industry project
3 Live project
4 Interview prepration
5 10+ Practice datasets
6 Daily tests
7 Daily doubt sessions
8 Module tests
9 Expert sessions
10 Additonal 6 month job support
Excel For Data Science
Day 1 Understanding and Working with Tables
Creating a Table
Table Components
Records and Fields
Resizing A Table
Adding Fields
Adding Records
Day 2 Calculations & Functions in Detail
SUM
AVERAGE, MIN and MAX
AND
COUNT
IF
IFS
MEDIAN
MODE
OR
STDEV
XOR
Project1 Hands on with Global Super market Dataset
Day 3 Referencing Functions
VLOOKUP
HLOOKUP
Relative Cell Reference
Absolute Cell References
Project2 Hands on with Fintech Dataset1
Day 4 Importing Data
Importing Data from other sources
Using Excel and Access
Creating a Table from an Access Object
Using the Data Ribbon
Setting the Refresh Properties
Importing Data Using the Microsoft Query Connection
Setting up a Query Connection
Importing Data from a Text File
Opening A Text File in Excel
Importing a Text file into a Workbook
Project3 Hands on with Inventory Dataset
Day 5 Understanding Structured Data
Guidelines for Data Structure
Cleaning Up Raw Data
Conditional Formatting
Using Conditional Formatting to Find Duplicates
Comparing Two Lists with Conditional Formatting
Sorting Data
Project4 Hands on with Healthcare Dataset
Day 6 Working with Filters
Flash Fill
Basic Filtering
Using the Search Feature
Using Wildcards
Using an Advanced Filter
Project5 Hands on with Fintech Dataset2
Day 7 Database Functions
Basic Syntax of D-Functions
Creating a D-Function Formula
Entering the Function Manually
Adding Drop-down Menu's
Data Validation Lists
Project6 Hands on with Fintech Dataset3
Day 8 Pivot Tables
Creating and Modifying a Pivot Table
Value Field Settings
Sorting and Filtering a Pivot Table
Reporting Filter Pages
Day 9 Charts & Slicers
Pivoting Charts
Pivoting Slicers
Knowledge around other additional charts
Project7 Hands on with Fintech Dataset4
Day 10 Data Modelling Part-1
Enabling Power Pivot
Understanding Relationships
Relational Databases
Preparing the Tables
Structuring the Data
Project8 Hands on with Fintech Dataset5
PowerBI For Data Science
Day 1 Data source connection Modes
Import Mode
Direct Query
Composite Mode
Day 2 Data sources in powerbi
Azure, AWS, Postgresql etc. & many other datasources
Data Modeling & Connection Between Tables
Merging/Joining Datasets
Model Views/Relationship Links
Heirarchies
Project1 Hands on with Fintech dataset1
Day 3 Data Transformation
Data Transformation
Changing Table Name
Remove First Row
Replace Null Value
Remove Unnecessary Rows
Rename Column Headings
Separating Columns
Merge Columns
Unpivot the Columns
Change Data Type
Append Queries
Conditional Column
Day 4 Calculated Columns & calculated measures
Calculated Columns VS Calculated Mesaures
Understanding Selection procedure for Calculated
Columns & calculated measures

Project2 Hands on with Global Super market Dataset


Day 5 Data Analysis Expresions(DAX) functions
Date and Time
Filters
Informational
Logical
Math and Trig
Other
Project3 Hands on with Inventory Dataset
Day 6 Powerbi Visuals
Area charts: Basic (Layered) and Stacked
Bar and column charts
Cards
Combo charts
Decomposition tree
Doughnut charts
Funnel charts
Gauge charts
Key influencers chart
KPIs
Line charts
Different Types of maps
Matrix
Pie charts
Ribbon
Bubble(Scatter Chart)
Tables
Project4 Hands on with Healthcare Dataset
Day 7 Formatting powerbi report
Apply a theme to the entire report
Change the color of a single data point
Conditional formatting
Base the colors of a chart on a numeric value
Base the color of data points on a field value
Customize colors used in the color scale
Use diverging color scales
Add color to table rows
Text Resizing
Inserting Shapes & Text boxes
Alignment Features
Project5 Hands on with Fintech Dataset2
Day 8 Creating buttons in powerbi
Create buttons in reports
Select the action for a button
Create page navigation
Day 9 Creating bookmarks in powerbi
Create report bookmarks
Arranging bookmarks
Assign bookmarks to buttons
Project6 Hands on with Fintech Dataset3
Day 10 Creating Tooltip in powerbi
Create tooltips based on report pages
Configure your tooltip report page
Day 11 Story flow & story telling

How to Conceptualize & Brainstrom relavant business


KPI's in dashboard

Project7 Hands on with Fintech Dataset4


Python For Data Science
Day 1 OOP concept and Data structures
Classes and functions in python
Dictionary
List and tuples
Arrays
Difference between list, tuple and dictionary
Day 2 Numpy
Creating arrays and application of numpy
Indexing
Maths
Statistics
Reshaping and reorganizing arrays
Advance indexing and masking
Project1 Hands on with Fintech dataset1
Day 3 Pandas
Installing pandas and loading dataset
Reading and saving data
Making changes in the dataframe (adding, deleting columns)
Sorting values
Reset index
Conditional changes
Getting rows based on conditions
Indexing/Filtering (loc and iloc) and regex filtering
Project2 Hands on with Global Super market Dataset
Day 4 Data manipulation
Merge/Join dataset
Append dataset
Pivoting
Project3 Hands on with Fintech Dataset2
Day 5 Data visualization
Matplotlib
Seaborn
Project4 Hands on with Healthcare Dataset
Day 6 Exploratory Data Analysis (EDA) Part-1
Handling missing values
Handling out
Types of data in ML
Day 7 Exploratory Data Analysis (EDA) Part-2
One hot encoding
Correlation between features
Overview
Project5 Hands on with Fintech Dataset3
Day 8 Flask
How to create API in python using flask
Project6 Hands on with Inventory Dataset
SQL For Data Science
Day 1 Understanding Database
What is Database & SQL
Setup MSSQL database
Setup MyQL database
MSSQL workbench
Project1 Hands on with Inventory Dataset
Day 2 Database Designing
What is Normalization and its types
Optimal database design
Entity Relationship Diagram (ERD)
MSSQL create Database & Table
Project2 Hands on with Healthcare Dataset
Day 3 Queries Part-1
Constraints Clauses
Order By
Group By
SQL Wildcards
Like, In and Between
Day 4 Queries Part-2
Regular Expressions in MSSQL
Case Clause
SQL Functions
Aggregate Functions in SQL
ISNULL & IFNULL & COALESCE
Alter, Modify, Add, Drop and Rename
Project3 Hands on with Fintech dataset1
Day 5 Working with Subqueries
Limit and Offset
Subqueries
Aliasing
Joins, unions and View
Day 6 Advanced SQL Part - 1
Date Functions
CTEs in SQL
Recursive CTEs
Project4 Hands on with Global Super market Dataset
Day 7 Advanced SQL Part - 1
Over and Partition By
Pivoting the data
Except vs Not In
Rank, Rank Dense & Row Number
Delta Values (Lag and Lead)
Project5 Hands on with Fintech dataset2
Day 8 Query Optimization
Running Totals
Remaining Windows Function
Query Optimization
Day 9 MSSQL Functions & MySQL Functions
Project6 Hands on with Fintech dataset3
Statistics For Data Science
Day 1 Descriptive Statistics
what is Descriptive Statistics
Types of Descriptive Statistics
Day 2 Central Tendancy
What is Central Tendancy
Measure of Central Tendancy
Measure of Spread
Quartiles, Decile and Percentiles
Correlation and Covariance
Project1 Hands on with Global Super market Dataset
Day 3 Probability Theory
Marginal Probability
Joint Probability
Conditional Probability
Bayes Theorem
Project2 Hands on with Fintech Dataset1
Day 4 Probability Distribution and its types
PMF
CDF
PPF
Uniform and Gaussian distribution
Binomial and Normal distribution
Poisson distribution
Exponential disribution
Power law distribution etc.
Project3 Hands on with Inventory Dataset
Day 5 Inferential statistics
Central Limit theorem
Chebyshev's Theorem
Law of large numbers
Confidence Intervals
Project4 Hands on with Healthcare Dataset
Day 6 Linear Algebra - 1
Vector and Matrices
Unit vector and dot product
Projection and cosine
Project5 Hands on with Fintech Dataset2
Day 7 Linear Algebra - 2
Similarity
Determinant
Transpose
System of equations
Project6 Hands on with Fintech Dataset3
Day 8 Hypothesis Testing
Parametric and Non-Parametric
z-test
t-test
Chi-square test
normality test
Project7 Hands on with Fintech Dataset4
Machine Learning For Data Science
Day 1 Introduction to Machine Learning
Supervised ML
Unsupervised ML
Day 2 Supervised ML
Linear Regression
Logistic Regression
Decision Tree
AdaBoost
Feature Importance & Feature Selection
Project1 Hands on with Fintech Dataset1
Day 3 Unsupervised ML - 1
KMeans
Hierarchical Clustering
Day 4 Unsupervised ML - 2
PCA and LDA
Anomaly Detection
Project2 Hands on with Fintech Dataset2
Day 5 Time Series Forecasting - 1
Autoregressive
Moving Average methods
ARIMA
SARIMA
Holt Linear and Winter Equations
Day 6 Time Series Forecasting - 2
Autocorrelation and Partial Correlation
Resampling and Stationary test
Project3 Hands on with Fintech Dataset3
Day 7 NLP - 1
Introduction to Natural Language Processing
Tokenization
Stemming
Vector space modelling
Day 8 NLP - 2
Cosine Similarity
Euclidean Distance
Day 9 Web Scraping – 1
Web Scraping Bots
Day 10 Web Scraping – 2
Browser Automation
Testing
Project4 Hands on with Social media dataset
Project5 Hands on with Agriculture dataset
Dataset title

Fintech dataset1

Healthcare dataset

Fintech dataset2

Agriculture dataset

Fintech dataset3

Social media dataset

Fintech dataset4

Inventory dataset

Fintech dataset5

Global Super market Dataset


Data brief
This dataset contains financial details of individuals such as loan / credit cards taken / owner, monthly expenses / EM
any delay in payments, banks names along with any write-off, suits files etc. This data is being used by each and every
or another while lending a loan or issuing a credit card to anyone
This dataset contains branch / lab performnace in terms of # of patinets served, # of test undertaken, revenue, cost, d
turn around time, results, cost etc.) and paitent details (age, gender, address etc.) also. This data allows to evaluate la
bottom performers along with the areas to be focus on
This dataset contains demographic details such as gender, age, family members, job, own house etc. along with financ
expenses, savings, assets etc. This data is collected by each and every bank / NBFC / MFI in some form or another and
a loan / issung a credit card
This dataset contains thousand images of pineapples of different quality
This dataset contains field executive's performance on ground in terms of loans disbursed, amount collected, collecti
quality of sourcing etc. along with demographics such as education level, experince level, desgination etc. This data is
form or another and being used to calculate yearly incentives / promotion
Social Media has evolved a lot since last 5-10 years and people are interestingly seeing the power of data been availa
profit to their business. Here we served the purpose of our client by acquiring data coming in client's Direct Message
Gender, Age, Region, Interest Item, ETD, etc. We also have customer profile / bio information and their area of intere
This dataset contains payment behaviour of an individual with respect to a loan / credit cards such as monthly bill /
along with payment date / time, outstanding, overdue, outstanding at risk etc. This data is typically used to evaluate t
respective EMI thus allows timely intervention to avoide delayed payment
This is one of the biggest US FMCG client who distributes their products in moe than 150 counties. We have access to
consisting of SKU ID, Units sold, Stock Availability, Replenishment status, etc. along with inventory data consisting of
Quantity received, Days of supply, etc. We also have access to csutomer feedback for subjective analysis
To understand the financial capability and intention to pay, activities on which an individual spend his / her time on
so for one of our client we captured the name of the application each user is using on their smartphones along with th
We have transaction data of all the electronics product being sold by a store on daily basis for last 4 years. We were a
recommend the product to user based on their transactions and contextual data for new and old users. We used user
date, Salesman information, product, discounts, referrals, etc. parameter to deliver the solution.
Project title

Lending dashboard

Datapipeline
Application scorecard
Employee productivity forecasting
Application scorecard2.0
Ripeness assessment
Health dashboard
Distribution optimization
Insight automation
Advertizement personalization
Project brief
To provide complete visibility of all the operations including loan disbursement, loan collections, portfolio at risk etc
different stake holders of a lending organization
To build a centralized repository consolidating all the data as a single source of truth for all analytics and reporting p
To assess individual's credit worthiness before sanctioning a loan by using traditional data sources
To forecast employee's productivity before hiring him / her
To assess individual's credit worthiness before sanctioning a loan by using non-traditional data sources
To assess pineapple ripeness from an image
To assess branch / lab performance
To design optimum distribution plan for a quick delivery grocery chain
Automated insight generation for an IPR firm
Personalized makreting enabling good ROI for a furniture manufacturar
Project title
Campaign optimization
Digital lending
Fraud detection
Collection analytics
Call record analytics
SMS delivery optimization
Traffic violation detection
Quality prediction
Customer support analytics
Dynamic pricing
Project brief
To identify optimum customer segment, product to offer and discount for improved ROI
To enable digital lending within minutes using AI / ML
To identify fraud transactions in real time to stop them before its too late
To identify optimum collection strategy to maximixe collection revenue
To extract sentiment along with the root-cause of the client grievence so as to fix it
To identify optimum timing, network, location etc. to maximize sms delivary rate
To identify traffic violaters such as no seat-belt, wrong side driving etc. from drone images
To foecast quality of the product while it is being manufactured
To track customer issues, feedback, sentiment enabling better customer expericence
To calculate dynamic pricing to maximize sales
Learning Gaps
Mock interviews
Communication master classes
Discussion with data scientists
Job Placement Assistance
Help demonstrating the concepts studied
Resume building assisstance
Strengthening Linkedin profile
Circulating resume to appropriate industry
Assisting for written and oral interviews for specific industry
Job fair and internal hiring

Best job Fit


finding a good fit between Personality and sync of task and domain experience
Group discussion to encourage interpersonal
Indentifying the organizational thrives of the candidate

You might also like