SlideShare ist ein Scribd-Unternehmen logo
1 von 17
Downloaden Sie, um offline zu lesen
Data	
  Analysis	
  –	
  Lab	
  II	
  
marco.braggion@unive.it	
  
Source 	
  	
  
•  Most	
  of	
  these	
  examples	
  are	
  taken	
  from	
  R	
  in	
  
Ac'on,	
  (a	
  book	
  by	
  Rob	
  Kabacoff	
  edited	
  by	
  
Manning	
  in	
  2011),	
  that	
  I	
  recommend	
  to	
  you	
  
not	
  only	
  for	
  this	
  course!	
  
A	
  simple	
  scaKerplot	
  
attach(mtcars) 	
plot(wt, mpg) 	
abline(lm(mpg~wt)) 	
title("Regression of MPG on
Weight") 	
detach(mtcars)
10

15

20

mpg

25

30

Regression of MPG on Weight

2

3

4
wt

5
Combining	
  graphs	
  on	
  one	
  window	
  
attach(mtcars) 	
par(mfrow=c(3,1)) 	
hist(wt) 	
hist(mpg) 	
hist(disp) 	
par(opar) 	
detach(mtcars)
8
4
0

Frequency

Histogram of wt

2

3

4

5

wt

6 12
0

Frequency

Histogram of mpg

10

15

20

25

30

35

mpg

0 3 6

Frequency

Histogram of disp

100

200

300
disp

400

500
Combining	
  graphs	
  (II)	
  
attach(mtcars) 	
par(mfrow=c(2,2)) #2 rows 2 cols	
plot(wt,mpg, main="Scatterplot of wt vs. mpg") 	
plot(wt,disp, main="Scatterplot of wt vs disp") 	
hist(wt, main="Histogram of wt") 	
boxplot(wt, main="Boxplot of wt")	

	
  
	
  
Scatterplot of wt vs disp

200

300

disp

20
10

100

15

mpg

25

30

400

Scatterplot of wt vs. mpg

2

3

4

5

2

3

4
wt

Histogram of wt

Boxplot of wt

4

6

3

4

2

2
0

Frequency

8

5

wt

2

3

4
wt

5

5
Simple	
  histogram	
  
hist(mtcars$mpg)	
  	
  

6
4
2
0

Frequency

8

10

12

Histogram of mtcars$mpg

10

15

20

25
mtcars$mpg

30

35
Something	
  more…	
  
•  hist(mtcars$mpg,	
  breaks=12,	
  col="red",	
  	
  
xlab="Miles	
  Per	
  Gallon",	
  main="Colored	
  
histogram	
  with	
  12	
  bins")	
  	
  
4
3
2
1
0

Frequency

5

6

7

Colored histogram with 12 bins

10

15

20

25

Miles Per Gallon

30
Superimposing	
  a	
  normal	
  curve	
  	
  
(try	
  it	
  at	
  home)	
  
4
3
2
1
0

Frequency

5

6

7

Histogram with normal curve

10

15

20

25

Miles Per Gallon

30
Boxplot	
  
25
20
15
10

Miles Per Gallon

30

Car Mileage Data

4

6
Number of Cylinders

8
ScaKerplot	
  Matrix	
  
Basic Scatter Plot Matrix
200

300

400

2

3

4

5

10 15 20 25 30

100

300

mpg

4.0

5.0

100

disp

4

5

3.0

drat

2

3

wt

10

15

20

25

30

3.0

3.5

4.0

4.5

5.0
Further	
  resources	
  
R	
  code	
  school	
  (very	
  nice	
  intro	
  for	
  newbies):	
  
hKp://tryr.codeschool.com/	
  
	
  
Quick-­‐R	
  (Rob	
  Kabacoff	
  site):	
  
hKp://www.statmethods.net/	
  
R	
  Zps	
  (very	
  detailed):	
  
hKp://pj.freefaculty.org/R/RZps.html	
  
R	
  seek	
  (google-­‐like	
  search	
  bar):	
  
hKp://www.rseek.org/	
  

Weitere ähnliche Inhalte

Was ist angesagt?

Ricostruzione della meteorologia urbana con WRF
Ricostruzione della meteorologia urbana con WRFRicostruzione della meteorologia urbana con WRF
Ricostruzione della meteorologia urbana con WRF
ARIANET
 
e computer notes - Date time functions
e computer notes - Date time functionse computer notes - Date time functions
e computer notes - Date time functions
ecomputernotes
 
FR3.L09 - MULTIBASELINE GRADIENT AMBIGUITY RESOLUTION TO SUPPORT MINIMUM COST...
FR3.L09 - MULTIBASELINE GRADIENT AMBIGUITY RESOLUTION TO SUPPORT MINIMUM COST...FR3.L09 - MULTIBASELINE GRADIENT AMBIGUITY RESOLUTION TO SUPPORT MINIMUM COST...
FR3.L09 - MULTIBASELINE GRADIENT AMBIGUITY RESOLUTION TO SUPPORT MINIMUM COST...
grssieee
 
7B_3_Matterhorn on the horizon
7B_3_Matterhorn on the horizon7B_3_Matterhorn on the horizon
7B_3_Matterhorn on the horizon
GISRUK conference
 
Interazione tra isola di calore urbana e la variabilità micrometeorologica in...
Interazione tra isola di calore urbana e la variabilità micrometeorologica in...Interazione tra isola di calore urbana e la variabilità micrometeorologica in...
Interazione tra isola di calore urbana e la variabilità micrometeorologica in...
ARIANET
 

Was ist angesagt? (20)

Java 8 Concurrency Updates
Java 8 Concurrency UpdatesJava 8 Concurrency Updates
Java 8 Concurrency Updates
 
Control and Guidance law for Guided Bomb
Control and Guidance law for Guided BombControl and Guidance law for Guided Bomb
Control and Guidance law for Guided Bomb
 
Ricostruzione della meteorologia urbana con WRF
Ricostruzione della meteorologia urbana con WRFRicostruzione della meteorologia urbana con WRF
Ricostruzione della meteorologia urbana con WRF
 
e computer notes - Date time functions
e computer notes - Date time functionse computer notes - Date time functions
e computer notes - Date time functions
 
FR3.L09 - MULTIBASELINE GRADIENT AMBIGUITY RESOLUTION TO SUPPORT MINIMUM COST...
FR3.L09 - MULTIBASELINE GRADIENT AMBIGUITY RESOLUTION TO SUPPORT MINIMUM COST...FR3.L09 - MULTIBASELINE GRADIENT AMBIGUITY RESOLUTION TO SUPPORT MINIMUM COST...
FR3.L09 - MULTIBASELINE GRADIENT AMBIGUITY RESOLUTION TO SUPPORT MINIMUM COST...
 
OpenQuake: Impact of Engine v 1.0 launch on worldwide #seismic hazard assessm...
OpenQuake: Impact of Engine v 1.0 launch on worldwide #seismic hazard assessm...OpenQuake: Impact of Engine v 1.0 launch on worldwide #seismic hazard assessm...
OpenQuake: Impact of Engine v 1.0 launch on worldwide #seismic hazard assessm...
 
Acme issec
Acme issec Acme issec
Acme issec
 
ENVIRON- 2006
ENVIRON- 2006ENVIRON- 2006
ENVIRON- 2006
 
AeroReport-1 (1)
AeroReport-1 (1)AeroReport-1 (1)
AeroReport-1 (1)
 
WLCG-Discu
WLCG-DiscuWLCG-Discu
WLCG-Discu
 
J07.00011 : Superconducting Parametric Cavities as an “Optical” Quantum Compu...
J07.00011 : Superconducting Parametric Cavities as an “Optical” Quantum Compu...J07.00011 : Superconducting Parametric Cavities as an “Optical” Quantum Compu...
J07.00011 : Superconducting Parametric Cavities as an “Optical” Quantum Compu...
 
CHiMaD Hackathon 2: Team mcgill
CHiMaD Hackathon 2: Team mcgillCHiMaD Hackathon 2: Team mcgill
CHiMaD Hackathon 2: Team mcgill
 
Killing rsm
Killing rsmKilling rsm
Killing rsm
 
Modelling the Notre-Dame de Paris fire
Modelling the Notre-Dame de Paris fireModelling the Notre-Dame de Paris fire
Modelling the Notre-Dame de Paris fire
 
study Latent Doodle Space
study Latent Doodle Spacestudy Latent Doodle Space
study Latent Doodle Space
 
EMCA project_OQRelease
EMCA project_OQReleaseEMCA project_OQRelease
EMCA project_OQRelease
 
Midterm Presentation
Midterm PresentationMidterm Presentation
Midterm Presentation
 
7B_3_Matterhorn on the horizon
7B_3_Matterhorn on the horizon7B_3_Matterhorn on the horizon
7B_3_Matterhorn on the horizon
 
Using Singular Spectrum Analysis to Model Electricity Prices
Using Singular Spectrum Analysis  to Model Electricity PricesUsing Singular Spectrum Analysis  to Model Electricity Prices
Using Singular Spectrum Analysis to Model Electricity Prices
 
Interazione tra isola di calore urbana e la variabilità micrometeorologica in...
Interazione tra isola di calore urbana e la variabilità micrometeorologica in...Interazione tra isola di calore urbana e la variabilità micrometeorologica in...
Interazione tra isola di calore urbana e la variabilità micrometeorologica in...
 

Andere mochten auch

Data Analysis Presentation
Data Analysis PresentationData Analysis Presentation
Data Analysis Presentation
unmgrc
 
Topic 2 error & uncertainty- part 3
Topic 2  error & uncertainty- part 3Topic 2  error & uncertainty- part 3
Topic 2 error & uncertainty- part 3
Noel Gallagher
 
Measurement & uncertainty pp presentation
Measurement & uncertainty pp presentationMeasurement & uncertainty pp presentation
Measurement & uncertainty pp presentation
simonandisa
 
Presentation and analysis and interpretation of data
Presentation and analysis  and interpretation of dataPresentation and analysis  and interpretation of data
Presentation and analysis and interpretation of data
Lovely Ann Azanza
 
Data Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of DataData Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of Data
Roqui Malijan
 
Data analysis powerpoint
Data analysis powerpointData analysis powerpoint
Data analysis powerpoint
Sarah Hallum
 
Data analysis powerpoint
Data analysis powerpointData analysis powerpoint
Data analysis powerpoint
jamiebrandon
 

Andere mochten auch (20)

Data Handling
Data HandlingData Handling
Data Handling
 
Data Analysis Presentation
Data Analysis PresentationData Analysis Presentation
Data Analysis Presentation
 
Praktyczne przykłady sukcesu biznesowego z użyciem wyszukiwarki Google- szans...
Praktyczne przykłady sukcesu biznesowego z użyciem wyszukiwarki Google- szans...Praktyczne przykłady sukcesu biznesowego z użyciem wyszukiwarki Google- szans...
Praktyczne przykłady sukcesu biznesowego z użyciem wyszukiwarki Google- szans...
 
Introduction to the guide of uncertainty in measurement
Introduction to the guide of uncertainty in measurementIntroduction to the guide of uncertainty in measurement
Introduction to the guide of uncertainty in measurement
 
Calibrationofglassware2016
Calibrationofglassware2016Calibrationofglassware2016
Calibrationofglassware2016
 
Research methods workshop data analysis
Research methods workshop data analysisResearch methods workshop data analysis
Research methods workshop data analysis
 
Topic 2 error & uncertainty- part 3
Topic 2  error & uncertainty- part 3Topic 2  error & uncertainty- part 3
Topic 2 error & uncertainty- part 3
 
Measurement & uncertainty pp presentation
Measurement & uncertainty pp presentationMeasurement & uncertainty pp presentation
Measurement & uncertainty pp presentation
 
Error analysis statistics
Error analysis   statisticsError analysis   statistics
Error analysis statistics
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Using Topological Data Analysis on your BigData
Using Topological Data Analysis on your BigDataUsing Topological Data Analysis on your BigData
Using Topological Data Analysis on your BigData
 
Physics 1.2b Errors and Uncertainties
Physics 1.2b Errors and UncertaintiesPhysics 1.2b Errors and Uncertainties
Physics 1.2b Errors and Uncertainties
 
Presentation and analysis and interpretation of data
Presentation and analysis  and interpretation of dataPresentation and analysis  and interpretation of data
Presentation and analysis and interpretation of data
 
Data Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of DataData Analysis, Presentation and Interpretation of Data
Data Analysis, Presentation and Interpretation of Data
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
Chapter 4 presentation of data
Chapter 4 presentation of dataChapter 4 presentation of data
Chapter 4 presentation of data
 
Data analysis powerpoint
Data analysis powerpointData analysis powerpoint
Data analysis powerpoint
 
Data analysis powerpoint
Data analysis powerpointData analysis powerpoint
Data analysis powerpoint
 
Chapter 10-DATA ANALYSIS & PRESENTATION
Chapter 10-DATA ANALYSIS & PRESENTATIONChapter 10-DATA ANALYSIS & PRESENTATION
Chapter 10-DATA ANALYSIS & PRESENTATION
 
Quantitative Data Analysis
Quantitative Data AnalysisQuantitative Data Analysis
Quantitative Data Analysis
 

Ähnlich wie Data Analysis Second Lab

EM_and_Dynamic_Modeling_of_an_Maglev
EM_and_Dynamic_Modeling_of_an_MaglevEM_and_Dynamic_Modeling_of_an_Maglev
EM_and_Dynamic_Modeling_of_an_Maglev
Nirmal Paudel
 
Efficient Implementation of Self-Organizing Map for Sparse Input Data
Efficient Implementation of Self-Organizing Map for Sparse Input DataEfficient Implementation of Self-Organizing Map for Sparse Input Data
Efficient Implementation of Self-Organizing Map for Sparse Input Data
ymelka
 
ME 644 Trebuchet Parametric Design Optimization
ME 644 Trebuchet Parametric Design OptimizationME 644 Trebuchet Parametric Design Optimization
ME 644 Trebuchet Parametric Design Optimization
Benjamin Johnson
 
FR4.L09.5 - THREE DIMENSIONAL RECONSTRUCTION OF URBAN AREAS USING JOINTLY PHA...
FR4.L09.5 - THREE DIMENSIONAL RECONSTRUCTION OF URBAN AREAS USING JOINTLY PHA...FR4.L09.5 - THREE DIMENSIONAL RECONSTRUCTION OF URBAN AREAS USING JOINTLY PHA...
FR4.L09.5 - THREE DIMENSIONAL RECONSTRUCTION OF URBAN AREAS USING JOINTLY PHA...
grssieee
 
EENG519FinalProjectReport
EENG519FinalProjectReportEENG519FinalProjectReport
EENG519FinalProjectReport
Daniel K
 
A study of the worst case ratio of a simple algorithm for simple assembly lin...
A study of the worst case ratio of a simple algorithm for simple assembly lin...A study of the worst case ratio of a simple algorithm for simple assembly lin...
A study of the worst case ratio of a simple algorithm for simple assembly lin...
narmo
 
VKI_RVAD_2005_Application_of_a_Lattice_Boltzmann_Code
VKI_RVAD_2005_Application_of_a_Lattice_Boltzmann_CodeVKI_RVAD_2005_Application_of_a_Lattice_Boltzmann_Code
VKI_RVAD_2005_Application_of_a_Lattice_Boltzmann_Code
Norbert Gruen
 
VKI-RVAD-2005-BMW-Presentation
VKI-RVAD-2005-BMW-PresentationVKI-RVAD-2005-BMW-Presentation
VKI-RVAD-2005-BMW-Presentation
Norbert Gruen
 

Ähnlich wie Data Analysis Second Lab (20)

MLMM_16_08_2022.pdf
MLMM_16_08_2022.pdfMLMM_16_08_2022.pdf
MLMM_16_08_2022.pdf
 
CarProject
CarProjectCarProject
CarProject
 
EM_and_Dynamic_Modeling_of_an_Maglev
EM_and_Dynamic_Modeling_of_an_MaglevEM_and_Dynamic_Modeling_of_an_Maglev
EM_and_Dynamic_Modeling_of_an_Maglev
 
Efficient Implementation of Self-Organizing Map for Sparse Input Data
Efficient Implementation of Self-Organizing Map for Sparse Input DataEfficient Implementation of Self-Organizing Map for Sparse Input Data
Efficient Implementation of Self-Organizing Map for Sparse Input Data
 
ME 644 Trebuchet Parametric Design Optimization
ME 644 Trebuchet Parametric Design OptimizationME 644 Trebuchet Parametric Design Optimization
ME 644 Trebuchet Parametric Design Optimization
 
Thesis
ThesisThesis
Thesis
 
FR4.L09.5 - THREE DIMENSIONAL RECONSTRUCTION OF URBAN AREAS USING JOINTLY PHA...
FR4.L09.5 - THREE DIMENSIONAL RECONSTRUCTION OF URBAN AREAS USING JOINTLY PHA...FR4.L09.5 - THREE DIMENSIONAL RECONSTRUCTION OF URBAN AREAS USING JOINTLY PHA...
FR4.L09.5 - THREE DIMENSIONAL RECONSTRUCTION OF URBAN AREAS USING JOINTLY PHA...
 
gmrit-cse
gmrit-csegmrit-cse
gmrit-cse
 
Self-Balancing Multimemetic Algorithms in Dynamic Scale-Free Networks
Self-Balancing Multimemetic Algorithms in Dynamic Scale-Free NetworksSelf-Balancing Multimemetic Algorithms in Dynamic Scale-Free Networks
Self-Balancing Multimemetic Algorithms in Dynamic Scale-Free Networks
 
Novel unified finite element schemes for computational solid mechanics based ...
Novel unified finite element schemes for computational solid mechanics based ...Novel unified finite element schemes for computational solid mechanics based ...
Novel unified finite element schemes for computational solid mechanics based ...
 
ICML2016: Low-rank tensor completion: a Riemannian manifold preconditioning a...
ICML2016: Low-rank tensor completion: a Riemannian manifold preconditioning a...ICML2016: Low-rank tensor completion: a Riemannian manifold preconditioning a...
ICML2016: Low-rank tensor completion: a Riemannian manifold preconditioning a...
 
ALEA:Fine-grain Energy Profiling with Basic Block sampling
ALEA:Fine-grain Energy Profiling with Basic Block samplingALEA:Fine-grain Energy Profiling with Basic Block sampling
ALEA:Fine-grain Energy Profiling with Basic Block sampling
 
Web design ing
Web design ingWeb design ing
Web design ing
 
EENG519FinalProjectReport
EENG519FinalProjectReportEENG519FinalProjectReport
EENG519FinalProjectReport
 
Linear models
Linear modelsLinear models
Linear models
 
WaReS Validation Report
WaReS Validation ReportWaReS Validation Report
WaReS Validation Report
 
A study of the worst case ratio of a simple algorithm for simple assembly lin...
A study of the worst case ratio of a simple algorithm for simple assembly lin...A study of the worst case ratio of a simple algorithm for simple assembly lin...
A study of the worst case ratio of a simple algorithm for simple assembly lin...
 
Boosting the Performance of Nested Spatial Mapping with Unequal Modulation in...
Boosting the Performance of Nested Spatial Mapping with Unequal Modulation in...Boosting the Performance of Nested Spatial Mapping with Unequal Modulation in...
Boosting the Performance of Nested Spatial Mapping with Unequal Modulation in...
 
VKI_RVAD_2005_Application_of_a_Lattice_Boltzmann_Code
VKI_RVAD_2005_Application_of_a_Lattice_Boltzmann_CodeVKI_RVAD_2005_Application_of_a_Lattice_Boltzmann_Code
VKI_RVAD_2005_Application_of_a_Lattice_Boltzmann_Code
 
VKI-RVAD-2005-BMW-Presentation
VKI-RVAD-2005-BMW-PresentationVKI-RVAD-2005-BMW-Presentation
VKI-RVAD-2005-BMW-Presentation
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
WSO2
 

Kürzlich hochgeladen (20)

Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
Apidays New York 2024 - Passkeys: Developing APIs to enable passwordless auth...
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
WSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering DevelopersWSO2's API Vision: Unifying Control, Empowering Developers
WSO2's API Vision: Unifying Control, Empowering Developers
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 

Data Analysis Second Lab