Data Science Theory: Analysis and Analytics
Data Science Theory: Analysis and Analytics
Completed
Materials
Source Udemy
Type Lecture
Analytics-
Introduction:
In this some business activities are data driven while others are subjective or
experience driven.
Business needs -
Qualitative anaytics - its all about intuition and knowleage about the market
,This includes working with tools to pridict the future behavior.
Creating dashboards
Sales forecastings
Make pridictions
analyses patterns
give recommendations
Data collection
processed data
Data pre-processing :
Example : In the SQL database is the person enters the age is 932
or name as united kingdom
Methods in pre-processing:
Class labeling -
This can be
Information
Text data mining: The process of deriving valuable ,unstructured data from a
text.
What you need to do is choose the metrics that are tightly aligned with your
business objective.There metrics are called KPIs Key Performance Indicators)
KPIs=metrics + business objectives
Metric KPI
The traffic of a page from your The traffic generated only from users
website that was visited by any type who have clicked on a link provided
of user. in your ad campaign
Traditional methods
At this stage we start applying analytics.
For example:
Linear regression models
The table below is the data of price and house in square feet. This is linear
regression models.
y = bx
Logistic regression
For example if the house price vs house square feet graph is like below
Here the red line is the regression line. But here we ca do more : cluster
analysis .
This is another technique that will take into account that certain observations
exhibit similar house sizes and prices
For this example we only have the house size and house price.
but when it comes to this table:
y = a + b1 x1 + b2 x2 + b3 x3 + ....... + bn xn
⎧
⎪x1 1. I like animals
z1 = ⎨x2 2. I care about animals
⎪
⎩
x3 3. I am against animal cruelty
By this way we can reduce the regressor to 100 to 10.Which is more accurate
prediction.
Time series
Plotting values against time. Time is always in x-axis.
Image you are the head of the user experience UX)department of a web site
selling goods on a global scale.
So as the head of UX our goal is to maximize user satisfaction.
Assume you already designed and implemented a survey that measured the
attitude of your customers towards the latest global products you have
launched
Machine learning
creating an algorithm, which a computer then uses to find a model that fits the
data as best as possible and makes vert predictions based on that.
Machine learning algorithm -A trial and error process. Each consecutive trial
is at least as good as the previous one .
Data
Model
Supervised learning - This uses the prior results here the data is labeled
Reinforcement learning -