SlideShare a Scribd company logo
1 of 15
Download to read offline
Data-driven modeling
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
DATA
• In the past, data in which science and engineering is based, was scarce and frequently obtained by
experiments proposed to verify a given hypothesis. Each experiment was able to yield only very limited
data.
• Today, data is abundant and abundantly collected in each single experiment at a very small cost.
(Francisco J. Montáns, Francisco Chinesta, Rafael Gómez-Bombarelli, J. Nathan Kutz, Data-driven modeling and learning in science and engineering)
35
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
BIG-DATA – Def.
• The term has been in use since the 1990s, with some giving credit to John Mashey for popularizing the term.
• Big data usually includes data sets with sizes beyond the ability of commonly used software tools to capture, curate,
manage, and process data within a tolerable elapsed time.
• Big data philosophy encompasses unstructured, semi-structured and structured data, however the main focus is on
unstructured data
• Big data "size" is a constantly moving target, as of 2012 ranging from a few dozen terabytes to many zettabytes of data
• A 2018 definition states "Big data is where parallel computing tools are needed to handle data“.
36
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Rev. 4
37
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Data deployment
38
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
STEPS…
Control
• Create a framework to
optimize your system
and hence maximize
it’s efficiency
Design &
Develop
• Choose the suitable
methodology
• Design your model
• Validate your results
• Improve your model
efficiency
Analyze
• Visualize your data
• Derive data variables
inter-relationships
UNDERSTAND YOUR
DATA
Measure
• Collect valid data
• Improve your data
quality
Define
• Ask the right
questions
• Define your targets
Set boundaries
39
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Example
• There are weather sensors and satellites
deployed all around the globe. A huge
amount of data is collected from them,
and then this data is used to monitor
the weather and environmental
conditions.
• All of the data collected from these
sensors and satellites contribute to big
data and can be used in different ways
such as:
1. In weather forecasting
2. To study global warming
3. In understanding the patterns of
natural disasters
4. To make necessary preparations in
the case of crises
5. To predict the availability of usable
water around the world
40
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Data-driven models
• A data-driven model is based on the analysis of the data about a specific system. The main concept of data-
driven model is to find relationships between the system state variables (input and output) without explicit
knowledge of the physical behavior of the system
(Solomatine et al. 2008).
• Data-driven modelling is therefore focused on Machine Learning (ML) methods that can be used to build
models for complementing or replacing physically based models. A machine-learning algorithm is used to
determine the relationship between a system's inputs and outputs using a training data set that is
representative of all the behaviour found in the system .
Data-Driven Modelling: Concepts, Approaches and Experiences,
https://www.researchgate.net/publication/226880269_Data-Driven_Modelling_Concepts_Approaches_and_Experiences
• Machine Learning allows the systems to make decisions autonomously without any external support. These
decisions are made when the machine is able to learn from the data and understand the underlying patterns
that are contained within it. Then, through pattern matching and further analysis, they return the outcome
which can be a classification or a prediction
41
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Machine Learning (ML)
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Machine Learning (ML)
Machine Learning
Supervised Learning
Unsupervised
Learning
Reinforcement
Learning
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Typical Data-driven model
Validation
Input data set
(𝑥𝑥𝑛𝑛)
Real model
Data-driven
model (ML)
Actual (observed)
output (𝑦𝑦𝑛𝑛)
Estimated output
(�𝑦𝑦𝑛𝑛)
Learning to
minimize the
error
e
e
44
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Regression models
45
x y
1 9.0
2 12.0
3 15.0
4 18.0
5 21.0
6 24.0
7 27.0
8 30.0
9 33.0
10 36.0
11 39.0
12 42.0
13 45.0
14 48.0
15 51.0
16 54.0
17 57.0
18 60.0
19 63.0
20 66.0
-
10.0
20.0
30.0
40.0
50.0
60.0
70.0
80.0
0 5 10 15 20 25
y
x
Estimate the value of y at x=25
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Linear Regression
46
x y
1 9.0
2 12.0
3 15.0
4 18.0
5 21.0
6 24.0
7 27.0
8 30.0
9 33.0
10 36.0
11 39.0
12 42.0
13 45.0
14 48.0
15 51.0
16 54.0
17 57.0
18 60.0
19 63.0
20 66.0
-
10.0
20.0
30.0
40.0
50.0
60.0
70.0
80.0
0 5 10 15 20 25
y
x
Estimate the value of y at x=25 y = -1E-07x2 + 3x + 6
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Non-Linear Regression
47
Can you predict the US. Population at 2020
Year (x)
US. Population
(m)
1790 3.9
1800 5.3
1810 7.2
1820 9.6
1830 12.9
1840 17.1
1850 23.1
1860 31.4
1870 38.6
1880 50.2
1890 62.9
1900 76
1910 92
1920 105.7
1930 122.8
1940 131.7
1950 150.7
1960 179
1970 205
1980 226.5
1990 248.7
0
50
100
150
200
250
300
1790 1840 1890 1940 1990 2040
Population(millions)
Year
MPI
Climate Change
N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021
Regression
48

More Related Content

What's hot

How Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather EventsHow Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather Eventsinside-BigData.com
 
Holiday homework extracted from Greendale 2015 prelim sect a b weather
Holiday homework extracted from Greendale 2015 prelim sect a b weatherHoliday homework extracted from Greendale 2015 prelim sect a b weather
Holiday homework extracted from Greendale 2015 prelim sect a b weathercritter33
 
Overview of MediaEval 2020 Insights for Wellbeing: Multimodal Personal Health...
Overview of MediaEval 2020 Insights for Wellbeing: Multimodal Personal Health...Overview of MediaEval 2020 Insights for Wellbeing: Multimodal Personal Health...
Overview of MediaEval 2020 Insights for Wellbeing: Multimodal Personal Health...multimediaeval
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning TechniquesIRJET Journal
 
SURF_Poster_REU2016Team1
SURF_Poster_REU2016Team1SURF_Poster_REU2016Team1
SURF_Poster_REU2016Team1Mathew Prindle
 
Forbes co2 and temperature presentation for earth day at cua april 22 2015 ...
Forbes   co2 and temperature presentation for earth day at cua april 22 2015 ...Forbes   co2 and temperature presentation for earth day at cua april 22 2015 ...
Forbes co2 and temperature presentation for earth day at cua april 22 2015 ...Kevin Forbes
 
Population forecast geometric method
Population forecast geometric methodPopulation forecast geometric method
Population forecast geometric methodBajkani Awais
 

What's hot (7)

How Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather EventsHow Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather Events
 
Holiday homework extracted from Greendale 2015 prelim sect a b weather
Holiday homework extracted from Greendale 2015 prelim sect a b weatherHoliday homework extracted from Greendale 2015 prelim sect a b weather
Holiday homework extracted from Greendale 2015 prelim sect a b weather
 
Overview of MediaEval 2020 Insights for Wellbeing: Multimodal Personal Health...
Overview of MediaEval 2020 Insights for Wellbeing: Multimodal Personal Health...Overview of MediaEval 2020 Insights for Wellbeing: Multimodal Personal Health...
Overview of MediaEval 2020 Insights for Wellbeing: Multimodal Personal Health...
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
 
SURF_Poster_REU2016Team1
SURF_Poster_REU2016Team1SURF_Poster_REU2016Team1
SURF_Poster_REU2016Team1
 
Forbes co2 and temperature presentation for earth day at cua april 22 2015 ...
Forbes   co2 and temperature presentation for earth day at cua april 22 2015 ...Forbes   co2 and temperature presentation for earth day at cua april 22 2015 ...
Forbes co2 and temperature presentation for earth day at cua april 22 2015 ...
 
Population forecast geometric method
Population forecast geometric methodPopulation forecast geometric method
Population forecast geometric method
 

Similar to Lecture 3 data-driven models

Francisco J. Doblas-Big Data y cambio climático
Francisco J. Doblas-Big Data y cambio climáticoFrancisco J. Doblas-Big Data y cambio climático
Francisco J. Doblas-Big Data y cambio climáticoFundación Ramón Areces
 
2016 03-16 digital energy luncheon
2016 03-16 digital energy luncheon2016 03-16 digital energy luncheon
2016 03-16 digital energy luncheonMark Reynolds
 
Building Climate Resilience: Translating Climate Data into Risk Assessments
Building Climate Resilience: Translating Climate Data into Risk Assessments Building Climate Resilience: Translating Climate Data into Risk Assessments
Building Climate Resilience: Translating Climate Data into Risk Assessments Safe Software
 
GurminderBharani_Masters_Thesis
GurminderBharani_Masters_ThesisGurminderBharani_Masters_Thesis
GurminderBharani_Masters_Thesisbharanigurminder
 
Weather forcasting.pptx
Weather forcasting.pptxWeather forcasting.pptx
Weather forcasting.pptxssuser9838f7
 
A Literature Review on Rainfall Prediction using different Data Mining Techni...
A Literature Review on Rainfall Prediction using different Data Mining Techni...A Literature Review on Rainfall Prediction using different Data Mining Techni...
A Literature Review on Rainfall Prediction using different Data Mining Techni...IRJET Journal
 
IRJET- Rainfall Prediction by using Time-Series Data in Analysis of Artif...
IRJET-  	  Rainfall Prediction by using Time-Series Data in Analysis of Artif...IRJET-  	  Rainfall Prediction by using Time-Series Data in Analysis of Artif...
IRJET- Rainfall Prediction by using Time-Series Data in Analysis of Artif...IRJET Journal
 
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Jean-Claude Meteodyn
 
Machine Learning for Weather Forecasts
Machine Learning for Weather ForecastsMachine Learning for Weather Forecasts
Machine Learning for Weather Forecastsinside-BigData.com
 
What's new with analytics in academia?
What's new with analytics in academia?What's new with analytics in academia?
What's new with analytics in academia?InfoTrust LLC
 
System Dynamics, Analytics & Big Data (16th Conference of the UK Chapter of t...
System Dynamics, Analytics & Big Data (16th Conference of the UK Chapter of t...System Dynamics, Analytics & Big Data (16th Conference of the UK Chapter of t...
System Dynamics, Analytics & Big Data (16th Conference of the UK Chapter of t...Michael Mortenson
 
IRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMAIRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMAIRJET Journal
 
Machine Learnign Model for the Detection of Electricity Energy Fraud Using an...
Machine Learnign Model for the Detection of Electricity Energy Fraud Using an...Machine Learnign Model for the Detection of Electricity Energy Fraud Using an...
Machine Learnign Model for the Detection of Electricity Energy Fraud Using an...Juan Carlos Olivares Rojas
 
How might machine learning help advance solar PV research?
How might machine learning help advance solar PV research?How might machine learning help advance solar PV research?
How might machine learning help advance solar PV research?Anubhav Jain
 
Big data meets evm (submitted)
Big data meets evm (submitted)Big data meets evm (submitted)
Big data meets evm (submitted)Glen Alleman
 
Ground measured data vs meteo data sets:57 locations in India_01.01.2020
Ground measured data vs meteo data sets:57 locations in India_01.01.2020Ground measured data vs meteo data sets:57 locations in India_01.01.2020
Ground measured data vs meteo data sets:57 locations in India_01.01.2020Gensol Engineering Limited
 
Building Smart Cities: The Data-Driven Way (Created For The Big 5 Construct 2...
Building Smart Cities: The Data-Driven Way (Created For The Big 5 Construct 2...Building Smart Cities: The Data-Driven Way (Created For The Big 5 Construct 2...
Building Smart Cities: The Data-Driven Way (Created For The Big 5 Construct 2...SocialCops
 
Multipleregression covidmobility and Covid-19 policy recommendation
Multipleregression covidmobility and Covid-19 policy recommendationMultipleregression covidmobility and Covid-19 policy recommendation
Multipleregression covidmobility and Covid-19 policy recommendationKan Yuenyong
 
Big Data & Analytics (Conceptual and Practical Introduction)
Big Data & Analytics (Conceptual and Practical Introduction)Big Data & Analytics (Conceptual and Practical Introduction)
Big Data & Analytics (Conceptual and Practical Introduction)Yaman Hajja, Ph.D.
 

Similar to Lecture 3 data-driven models (20)

Francisco J. Doblas-Big Data y cambio climático
Francisco J. Doblas-Big Data y cambio climáticoFrancisco J. Doblas-Big Data y cambio climático
Francisco J. Doblas-Big Data y cambio climático
 
2016 03-16 digital energy luncheon
2016 03-16 digital energy luncheon2016 03-16 digital energy luncheon
2016 03-16 digital energy luncheon
 
Building Climate Resilience: Translating Climate Data into Risk Assessments
Building Climate Resilience: Translating Climate Data into Risk Assessments Building Climate Resilience: Translating Climate Data into Risk Assessments
Building Climate Resilience: Translating Climate Data into Risk Assessments
 
GurminderBharani_Masters_Thesis
GurminderBharani_Masters_ThesisGurminderBharani_Masters_Thesis
GurminderBharani_Masters_Thesis
 
Weather forcasting.pptx
Weather forcasting.pptxWeather forcasting.pptx
Weather forcasting.pptx
 
A Literature Review on Rainfall Prediction using different Data Mining Techni...
A Literature Review on Rainfall Prediction using different Data Mining Techni...A Literature Review on Rainfall Prediction using different Data Mining Techni...
A Literature Review on Rainfall Prediction using different Data Mining Techni...
 
IRJET- Rainfall Prediction by using Time-Series Data in Analysis of Artif...
IRJET-  	  Rainfall Prediction by using Time-Series Data in Analysis of Artif...IRJET-  	  Rainfall Prediction by using Time-Series Data in Analysis of Artif...
IRJET- Rainfall Prediction by using Time-Series Data in Analysis of Artif...
 
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
 
Machine Learning for Weather Forecasts
Machine Learning for Weather ForecastsMachine Learning for Weather Forecasts
Machine Learning for Weather Forecasts
 
What's new with analytics in academia?
What's new with analytics in academia?What's new with analytics in academia?
What's new with analytics in academia?
 
Ch3. Demand Forecasting.ppt
Ch3. Demand Forecasting.pptCh3. Demand Forecasting.ppt
Ch3. Demand Forecasting.ppt
 
System Dynamics, Analytics & Big Data (16th Conference of the UK Chapter of t...
System Dynamics, Analytics & Big Data (16th Conference of the UK Chapter of t...System Dynamics, Analytics & Big Data (16th Conference of the UK Chapter of t...
System Dynamics, Analytics & Big Data (16th Conference of the UK Chapter of t...
 
IRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMAIRJET- Weather Prediction for Tourism Application using ARIMA
IRJET- Weather Prediction for Tourism Application using ARIMA
 
Machine Learnign Model for the Detection of Electricity Energy Fraud Using an...
Machine Learnign Model for the Detection of Electricity Energy Fraud Using an...Machine Learnign Model for the Detection of Electricity Energy Fraud Using an...
Machine Learnign Model for the Detection of Electricity Energy Fraud Using an...
 
How might machine learning help advance solar PV research?
How might machine learning help advance solar PV research?How might machine learning help advance solar PV research?
How might machine learning help advance solar PV research?
 
Big data meets evm (submitted)
Big data meets evm (submitted)Big data meets evm (submitted)
Big data meets evm (submitted)
 
Ground measured data vs meteo data sets:57 locations in India_01.01.2020
Ground measured data vs meteo data sets:57 locations in India_01.01.2020Ground measured data vs meteo data sets:57 locations in India_01.01.2020
Ground measured data vs meteo data sets:57 locations in India_01.01.2020
 
Building Smart Cities: The Data-Driven Way (Created For The Big 5 Construct 2...
Building Smart Cities: The Data-Driven Way (Created For The Big 5 Construct 2...Building Smart Cities: The Data-Driven Way (Created For The Big 5 Construct 2...
Building Smart Cities: The Data-Driven Way (Created For The Big 5 Construct 2...
 
Multipleregression covidmobility and Covid-19 policy recommendation
Multipleregression covidmobility and Covid-19 policy recommendationMultipleregression covidmobility and Covid-19 policy recommendation
Multipleregression covidmobility and Covid-19 policy recommendation
 
Big Data & Analytics (Conceptual and Practical Introduction)
Big Data & Analytics (Conceptual and Practical Introduction)Big Data & Analytics (Conceptual and Practical Introduction)
Big Data & Analytics (Conceptual and Practical Introduction)
 

More from Yasser B. A. Farag (20)

Air Pollution Prevention - An Introduction
Air Pollution Prevention - An IntroductionAir Pollution Prevention - An Introduction
Air Pollution Prevention - An Introduction
 
Deck machinery
Deck machineryDeck machinery
Deck machinery
 
Air compressors
Air compressorsAir compressors
Air compressors
 
Refrigeration
RefrigerationRefrigeration
Refrigeration
 
Onboard Oil-Managemeent
Onboard Oil-ManagemeentOnboard Oil-Managemeent
Onboard Oil-Managemeent
 
Pollution prevention systems
Pollution prevention systemsPollution prevention systems
Pollution prevention systems
 
Ship common systems
Ship common systemsShip common systems
Ship common systems
 
Marine Boilers
Marine BoilersMarine Boilers
Marine Boilers
 
Bilge management
Bilge managementBilge management
Bilge management
 
Steering gear system
Steering gear systemSteering gear system
Steering gear system
 
Covid-19 Egypt
Covid-19 EgyptCovid-19 Egypt
Covid-19 Egypt
 
Heat exchangers
Heat exchangersHeat exchangers
Heat exchangers
 
Ue231 course intro
Ue231 course introUe231 course intro
Ue231 course intro
 
Ship Propulsion system
Ship Propulsion systemShip Propulsion system
Ship Propulsion system
 
Fuel oil properties
Fuel oil propertiesFuel oil properties
Fuel oil properties
 
Automatic control fundmentals
Automatic control fundmentalsAutomatic control fundmentals
Automatic control fundmentals
 
Tanker Cargo system
Tanker Cargo systemTanker Cargo system
Tanker Cargo system
 
E-learning at IMUS-Engineering department during COVID-19
E-learning at IMUS-Engineering department during COVID-19E-learning at IMUS-Engineering department during COVID-19
E-learning at IMUS-Engineering department during COVID-19
 
Engine room resource management
Engine room resource managementEngine room resource management
Engine room resource management
 
ISM Code
ISM CodeISM Code
ISM Code
 

Recently uploaded

Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024thyngster
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Sapana Sha
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...Florian Roscheck
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...Suhani Kapoor
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130Suhani Kapoor
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFAAndrei Kaleshka
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxFurkanTasci3
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一F La
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAbdelrhman abooda
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...Pooja Nehwal
 

Recently uploaded (20)

Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
Consent & Privacy Signals on Google *Pixels* - MeasureCamp Amsterdam 2024
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
Saket, (-DELHI )+91-9654467111-(=)CHEAP Call Girls in Escorts Service Saket C...
 
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...From idea to production in a day – Leveraging Azure ML and Streamlit to build...
From idea to production in a day – Leveraging Azure ML and Streamlit to build...
 
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
VIP High Profile Call Girls Amravati Aarushi 8250192130 Independent Escort Se...
 
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
VIP Call Girls Service Miyapur Hyderabad Call +91-8250192130
 
How we prevented account sharing with MFA
How we prevented account sharing with MFAHow we prevented account sharing with MFA
How we prevented account sharing with MFA
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
Data Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptxData Science Jobs and Salaries Analysis.pptx
Data Science Jobs and Salaries Analysis.pptx
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
办理(Vancouver毕业证书)加拿大温哥华岛大学毕业证成绩单原版一比一
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptxAmazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
Amazon TQM (2) Amazon TQM (2)Amazon TQM (2).pptx
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...{Pooja:  9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
{Pooja: 9892124323 } Call Girl in Mumbai | Jas Kaur Rate 4500 Free Hotel Del...
 

Lecture 3 data-driven models

  • 2. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 DATA • In the past, data in which science and engineering is based, was scarce and frequently obtained by experiments proposed to verify a given hypothesis. Each experiment was able to yield only very limited data. • Today, data is abundant and abundantly collected in each single experiment at a very small cost. (Francisco J. Montáns, Francisco Chinesta, Rafael Gómez-Bombarelli, J. Nathan Kutz, Data-driven modeling and learning in science and engineering) 35
  • 3. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 BIG-DATA – Def. • The term has been in use since the 1990s, with some giving credit to John Mashey for popularizing the term. • Big data usually includes data sets with sizes beyond the ability of commonly used software tools to capture, curate, manage, and process data within a tolerable elapsed time. • Big data philosophy encompasses unstructured, semi-structured and structured data, however the main focus is on unstructured data • Big data "size" is a constantly moving target, as of 2012 ranging from a few dozen terabytes to many zettabytes of data • A 2018 definition states "Big data is where parallel computing tools are needed to handle data“. 36
  • 4. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Rev. 4 37
  • 5. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Data deployment 38
  • 6. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 STEPS… Control • Create a framework to optimize your system and hence maximize it’s efficiency Design & Develop • Choose the suitable methodology • Design your model • Validate your results • Improve your model efficiency Analyze • Visualize your data • Derive data variables inter-relationships UNDERSTAND YOUR DATA Measure • Collect valid data • Improve your data quality Define • Ask the right questions • Define your targets Set boundaries 39
  • 7. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Example • There are weather sensors and satellites deployed all around the globe. A huge amount of data is collected from them, and then this data is used to monitor the weather and environmental conditions. • All of the data collected from these sensors and satellites contribute to big data and can be used in different ways such as: 1. In weather forecasting 2. To study global warming 3. In understanding the patterns of natural disasters 4. To make necessary preparations in the case of crises 5. To predict the availability of usable water around the world 40
  • 8. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Data-driven models • A data-driven model is based on the analysis of the data about a specific system. The main concept of data- driven model is to find relationships between the system state variables (input and output) without explicit knowledge of the physical behavior of the system (Solomatine et al. 2008). • Data-driven modelling is therefore focused on Machine Learning (ML) methods that can be used to build models for complementing or replacing physically based models. A machine-learning algorithm is used to determine the relationship between a system's inputs and outputs using a training data set that is representative of all the behaviour found in the system . Data-Driven Modelling: Concepts, Approaches and Experiences, https://www.researchgate.net/publication/226880269_Data-Driven_Modelling_Concepts_Approaches_and_Experiences • Machine Learning allows the systems to make decisions autonomously without any external support. These decisions are made when the machine is able to learn from the data and understand the underlying patterns that are contained within it. Then, through pattern matching and further analysis, they return the outcome which can be a classification or a prediction 41
  • 9. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Machine Learning (ML)
  • 10. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Machine Learning (ML) Machine Learning Supervised Learning Unsupervised Learning Reinforcement Learning
  • 11. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Typical Data-driven model Validation Input data set (𝑥𝑥𝑛𝑛) Real model Data-driven model (ML) Actual (observed) output (𝑦𝑦𝑛𝑛) Estimated output (�𝑦𝑦𝑛𝑛) Learning to minimize the error e e 44
  • 12. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Regression models 45 x y 1 9.0 2 12.0 3 15.0 4 18.0 5 21.0 6 24.0 7 27.0 8 30.0 9 33.0 10 36.0 11 39.0 12 42.0 13 45.0 14 48.0 15 51.0 16 54.0 17 57.0 18 60.0 19 63.0 20 66.0 - 10.0 20.0 30.0 40.0 50.0 60.0 70.0 80.0 0 5 10 15 20 25 y x Estimate the value of y at x=25
  • 13. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Linear Regression 46 x y 1 9.0 2 12.0 3 15.0 4 18.0 5 21.0 6 24.0 7 27.0 8 30.0 9 33.0 10 36.0 11 39.0 12 42.0 13 45.0 14 48.0 15 51.0 16 54.0 17 57.0 18 60.0 19 63.0 20 66.0 - 10.0 20.0 30.0 40.0 50.0 60.0 70.0 80.0 0 5 10 15 20 25 y x Estimate the value of y at x=25 y = -1E-07x2 + 3x + 6
  • 14. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Non-Linear Regression 47 Can you predict the US. Population at 2020 Year (x) US. Population (m) 1790 3.9 1800 5.3 1810 7.2 1820 9.6 1830 12.9 1840 17.1 1850 23.1 1860 31.4 1870 38.6 1880 50.2 1890 62.9 1900 76 1910 92 1920 105.7 1930 122.8 1940 131.7 1950 150.7 1960 179 1970 205 1980 226.5 1990 248.7 0 50 100 150 200 250 300 1790 1840 1890 1940 1990 2040 Population(millions) Year
  • 15. MPI Climate Change N u m e r i c a l m o d e l i n g & t o o l s M P I 7 9 4 | Y A S S E R B . A . F A R A G12 January 2021 Regression 48