SlideShare a Scribd company logo
1 of 100
Download to read offline
DriveBuild
Interactive session and demonstration
Stefan Huber
University of Passau
June 12, 2019
Overview
1 Components of a Test
Environment
Participants
AIs
Criteria
2 Execution of Tests
3 How to use it?
Components of a Test
Lanes
Lanes = Positions + widths
Lanes
Lanes = Positions + widths
Obstacles
Obstacles
Obstacles
Obstacles
Obstacles
Obstacles
Questions so far?
What about these?
What about these?
Can I model hills?
What about these?
Can I model hills?
Any chance to model “ramps”?
What about these?
Can I model hills?
Any chance to model “ramps”?
How does the rotation work?
What about these?
Can I model hills?
Any chance to model “ramps”?
How does the rotation work?
Can I change the lane material?
What about these?
Can I model hills?
Any chance to model “ramps”?
How does the rotation work?
Can I change the lane material?
What about the weather and the time of day?
What about these?
Can I model hills?
Any chance to model “ramps”?
How does the rotation work?
Can I change the lane material?
What about the weather and the time of day?
Have lanes additional information like direction or position on the lane?
Description of Participants
Description of Participants
Description of Participants
Description of Participants
Description of Participants
Description of Participants
Description of Movements
Waypoint
Waypoint
Waypoint
tolerance
Movement Modes
Movement Modes
MANUAL
Movement Modes
MANUAL
AUTONOMOUS
Movement Modes
MANUAL
AUTONOMOUS
TRAINING
Movement Modes
MANUAL
AUTONOMOUS
TRAINING
MANUAL Mode Feature
MANUAL Mode Feature
MANUAL Mode Feature
User :AI :Simulation
simulate()
start()
wait()
ready
request()
data
control()
RepeatRepeat
Available Information
Available Information
Sensor data
Available Information
Sensor data
Camera (front, back, left, right, dash)
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
annotated
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
annotated
depth
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
annotated
depth
Speed
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
annotated
depth
Speed
Damage
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
annotated
depth
Speed
Damage
LiDAR
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
annotated
depth
Speed
Damage
LiDAR
Additional data
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
annotated
depth
Speed
Damage
LiDAR
Additional data
Position
Available Information
Sensor data
Camera (front, back, left, right, dash)
colored
annotated
depth
Speed
Damage
LiDAR
Additional data
Position
Steering angle
Python Client
Still no questions?
What about these?
What about these?
What do I have to do to implement an AI?
What about these?
What do I have to do to implement an AI?
Do I need to wait()?
What about these?
What do I have to do to implement an AI?
Do I need to wait()?
Do I have to use Python?
What about these?
What do I have to do to implement an AI?
Do I need to wait()?
Do I have to use Python?
How does the TRAINING mode work?
What about these?
What do I have to do to implement an AI?
Do I need to wait()?
Do I have to use Python?
How does the TRAINING mode work?
Can I “fake” an AI or try out a test without an actual AI?
What about these?
What do I have to do to implement an AI?
Do I need to wait()?
Do I have to use Python?
How does the TRAINING mode work?
Can I “fake” an AI or try out a test without an actual AI?
Do I need an AI when doing TRAINING?
What about these?
What do I have to do to implement an AI?
Do I need to wait()?
Do I have to use Python?
How does the TRAINING mode work?
Can I “fake” an AI or try out a test without an actual AI?
Do I need an AI when doing TRAINING?
Can I use the built-in AI of BeamNG?
What about these?
What do I have to do to implement an AI?
Do I need to wait()?
Do I have to use Python?
How does the TRAINING mode work?
Can I “fake” an AI or try out a test without an actual AI?
Do I need an AI when doing TRAINING?
Can I use the built-in AI of BeamNG?
Does the MANUAL mode recognize the tolerance of waypoints?
What about these?
What do I have to do to implement an AI?
Do I need to wait()?
Do I have to use Python?
How does the TRAINING mode work?
Can I “fake” an AI or try out a test without an actual AI?
Do I need an AI when doing TRAINING?
Can I use the built-in AI of BeamNG?
Does the MANUAL mode recognize the tolerance of waypoints?
Can I control things like the gear or the parking brake?
Types of planned Criteria
Type VC SC
position
area
lane
speed
damage
time 
distance
TTC 
light
waypoint
Description of Criteria
evaluation
criterionconnective
and ornot SC VC
Description of Criteria
evaluation
criterionconnective
and ornot SC VC
Example
Example with VCs
Speed limit on a certain lane
Criteria on Client Side
:Simulation :AI
data
check criteria
do calculations
check more criteria
control
Really? No questions?
What about these?
What about these?
Why is there a speed criterion if there are already a target speed as well as a
speed limit in the MANUAL mode?
What about these?
Why is there a speed criterion if there are already a target speed as well as a
speed limit in the MANUAL mode?
Which of the planned criteria do you need?
What about these?
Why is there a speed criterion if there are already a target speed as well as a
speed limit in the MANUAL mode?
Which of the planned criteria do you need?
Do you need any further criteria?
What about these?
Why is there a speed criterion if there are already a target speed as well as a
speed limit in the MANUAL mode?
Which of the planned criteria do you need?
Do you need any further criteria?
Do you need additional information during simulation?
Execution of Tests
Runtime verification/Synchronous Simulation
Verify
criteria
Request
AIs
Control
Start
Resume
Pause
Checking Criteria
Preconditions
skipped
Fail criteria
failed
Success criteria
succeeded
undetermined
GUI
A “GUI” is missing so far. . .
GUI
A “GUI” is missing so far. . .
And it may never come. . .
GUI
A “GUI” is missing so far. . .
And it may never come. . .
Currently stick to HTTP GET requests, i. e. the provided client
How to use it?
Test Generation
Goal: Generate XML files
Therefore:
Test Generation
Goal: Generate XML files
Therefore:
1 Implement the methods and strategies of your paper
Test Generation
Goal: Generate XML files
Therefore:
1 Implement the methods and strategies of your paper
2 Implement a converter translating the output to DriveBuild files
Test Generation
Goal: Generate XML files
Therefore:
1 Implement the methods and strategies of your paper
2 Implement a converter translating the output to DriveBuild files
3 Test generated files
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
1 Think about the data you need
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
1 Think about the data you need
2 Think about an scenario presumably delivering that data
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
1 Think about the data you need
2 Think about an scenario presumably delivering that data
Lanes
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
1 Think about the data you need
2 Think about an scenario presumably delivering that data
Lanes
Obstacles
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
1 Think about the data you need
2 Think about an scenario presumably delivering that data
Lanes
Obstacles
Participants
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
1 Think about the data you need
2 Think about an scenario presumably delivering that data
Lanes
Obstacles
Participants
Movements (E. g. do participants meet?)
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
1 Think about the data you need
2 Think about an scenario presumably delivering that data
Lanes
Obstacles
Participants
Movements (E. g. do participants meet?)
3 Train an AI
Training AIs
Goal: Collect training data for AIs (e. g. neural networks)
Therefore:
1 Think about the data you need
2 Think about an scenario presumably delivering that data
Lanes
Obstacles
Participants
Movements (E. g. do participants meet?)
3 Train an AI
4 Test trained AI
Any other application you want me to
explain or to think about?
Last chance for questions!
Use it!

More Related Content

Similar to DriveBuild: Automation of Tests in the Field of Autonomous Cars

2020 01 21 Data Platform Geeks - Machine Learning.Net
2020 01 21 Data Platform Geeks - Machine Learning.Net2020 01 21 Data Platform Geeks - Machine Learning.Net
2020 01 21 Data Platform Geeks - Machine Learning.NetBruno Capuano
 
2020 09 24 - CONDG ML.Net
2020 09 24 - CONDG ML.Net2020 09 24 - CONDG ML.Net
2020 09 24 - CONDG ML.NetBruno Capuano
 
Machine Learning in Production: Manu Mukerji, Strata CA March 2018
Machine Learning in Production: Manu Mukerji, Strata CA March 2018 Machine Learning in Production: Manu Mukerji, Strata CA March 2018
Machine Learning in Production: Manu Mukerji, Strata CA March 2018 Manu Mukerji
 
CRO analytics - How to Continually Optimise
CRO analytics - How to Continually OptimiseCRO analytics - How to Continually Optimise
CRO analytics - How to Continually OptimisePhil Pearce
 
Future of Testing, Test Automation and The Quality Analyst
Future of Testing, Test Automation and The Quality AnalystFuture of Testing, Test Automation and The Quality Analyst
Future of Testing, Test Automation and The Quality AnalystAnand Bagmar
 
Machine Learning Engineer Salary, Roles And Responsibilities, Skills and Resu...
Machine Learning Engineer Salary, Roles And Responsibilities, Skills and Resu...Machine Learning Engineer Salary, Roles And Responsibilities, Skills and Resu...
Machine Learning Engineer Salary, Roles And Responsibilities, Skills and Resu...Simplilearn
 
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete DeckAI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete DeckSlideTeam
 
Open source software for startups
Open source software for startupsOpen source software for startups
Open source software for startupsvictorneo
 
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmxMoved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmxMilen Dyankov
 
ChatGPT 顛覆傳統的科技創新 - 不僅文字工作者會被AI取代?
ChatGPT 顛覆傳統的科技創新 - 不僅文字工作者會被AI取代?ChatGPT 顛覆傳統的科技創新 - 不僅文字工作者會被AI取代?
ChatGPT 顛覆傳統的科技創新 - 不僅文字工作者會被AI取代?eLearning Consortium 電子學習聯盟
 
The Last Mile Continued: Incident Management
The Last Mile Continued: Incident Management The Last Mile Continued: Incident Management
The Last Mile Continued: Incident Management Rundeck
 
The Developer Experience
The Developer Experience The Developer Experience
The Developer Experience Pamela Fox
 
Reinforcement Learning In AI Powerpoint Presentation Slide Templates Complete...
Reinforcement Learning In AI Powerpoint Presentation Slide Templates Complete...Reinforcement Learning In AI Powerpoint Presentation Slide Templates Complete...
Reinforcement Learning In AI Powerpoint Presentation Slide Templates Complete...SlideTeam
 
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOpsFuture Processing
 
Data Analysis - Making Big Data Work
Data Analysis - Making Big Data WorkData Analysis - Making Big Data Work
Data Analysis - Making Big Data WorkDavid Chiu
 
Testing in an ai driven world
Testing in an ai driven worldTesting in an ai driven world
Testing in an ai driven worldCraig Risi
 
Are Automated Debugging Techniques Actually Helping Programmers
Are Automated Debugging Techniques Actually Helping ProgrammersAre Automated Debugging Techniques Actually Helping Programmers
Are Automated Debugging Techniques Actually Helping ProgrammersChris Parnin
 
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...Simplilearn
 
Incident Management in the Age of DevOps and SRE
Incident Management in the Age of DevOps and SRE Incident Management in the Age of DevOps and SRE
Incident Management in the Age of DevOps and SRE Rundeck
 

Similar to DriveBuild: Automation of Tests in the Field of Autonomous Cars (20)

2020 01 21 Data Platform Geeks - Machine Learning.Net
2020 01 21 Data Platform Geeks - Machine Learning.Net2020 01 21 Data Platform Geeks - Machine Learning.Net
2020 01 21 Data Platform Geeks - Machine Learning.Net
 
2020 09 24 - CONDG ML.Net
2020 09 24 - CONDG ML.Net2020 09 24 - CONDG ML.Net
2020 09 24 - CONDG ML.Net
 
Machine Learning in Production: Manu Mukerji, Strata CA March 2018
Machine Learning in Production: Manu Mukerji, Strata CA March 2018 Machine Learning in Production: Manu Mukerji, Strata CA March 2018
Machine Learning in Production: Manu Mukerji, Strata CA March 2018
 
CRO analytics - How to Continually Optimise
CRO analytics - How to Continually OptimiseCRO analytics - How to Continually Optimise
CRO analytics - How to Continually Optimise
 
Future of Testing, Test Automation and The Quality Analyst
Future of Testing, Test Automation and The Quality AnalystFuture of Testing, Test Automation and The Quality Analyst
Future of Testing, Test Automation and The Quality Analyst
 
Machine Learning Engineer Salary, Roles And Responsibilities, Skills and Resu...
Machine Learning Engineer Salary, Roles And Responsibilities, Skills and Resu...Machine Learning Engineer Salary, Roles And Responsibilities, Skills and Resu...
Machine Learning Engineer Salary, Roles And Responsibilities, Skills and Resu...
 
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete DeckAI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
AI Vs ML Vs DL PowerPoint Presentation Slide Templates Complete Deck
 
Open source software for startups
Open source software for startupsOpen source software for startups
Open source software for startups
 
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmxMoved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
Moved to https://slidr.io/azzazzel/web-application-performance-tuning-beyond-xmx
 
ChatGPT 顛覆傳統的科技創新 - 不僅文字工作者會被AI取代?
ChatGPT 顛覆傳統的科技創新 - 不僅文字工作者會被AI取代?ChatGPT 顛覆傳統的科技創新 - 不僅文字工作者會被AI取代?
ChatGPT 顛覆傳統的科技創新 - 不僅文字工作者會被AI取代?
 
The Last Mile Continued: Incident Management
The Last Mile Continued: Incident Management The Last Mile Continued: Incident Management
The Last Mile Continued: Incident Management
 
The Developer Experience
The Developer Experience The Developer Experience
The Developer Experience
 
Reinforcement Learning In AI Powerpoint Presentation Slide Templates Complete...
Reinforcement Learning In AI Powerpoint Presentation Slide Templates Complete...Reinforcement Learning In AI Powerpoint Presentation Slide Templates Complete...
Reinforcement Learning In AI Powerpoint Presentation Slide Templates Complete...
 
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
[QE 2018] Paul Gerrard – Automating Assurance: Tools, Collaboration and DevOps
 
Data Analysis - Making Big Data Work
Data Analysis - Making Big Data WorkData Analysis - Making Big Data Work
Data Analysis - Making Big Data Work
 
Testing in an ai driven world
Testing in an ai driven worldTesting in an ai driven world
Testing in an ai driven world
 
Are Automated Debugging Techniques Actually Helping Programmers
Are Automated Debugging Techniques Actually Helping ProgrammersAre Automated Debugging Techniques Actually Helping Programmers
Are Automated Debugging Techniques Actually Helping Programmers
 
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...What Is Data Science? | Introduction to Data Science | Data Science For Begin...
What Is Data Science? | Introduction to Data Science | Data Science For Begin...
 
Ai in power platform
Ai in power platform Ai in power platform
Ai in power platform
 
Incident Management in the Age of DevOps and SRE
Incident Management in the Age of DevOps and SRE Incident Management in the Age of DevOps and SRE
Incident Management in the Age of DevOps and SRE
 

Recently uploaded

DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Modelsaagamshah0812
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantAxelRicardoTrocheRiq
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Steffen Staab
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....ShaimaaMohamedGalal
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerThousandEyes
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...harshavardhanraghave
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfkalichargn70th171
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comFatema Valibhai
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...kellynguyen01
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfkalichargn70th171
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfjoe51371421
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...panagenda
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️Delhi Call girls
 

Recently uploaded (20)

DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Microsoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdfMicrosoft AI Transformation Partner Playbook.pdf
Microsoft AI Transformation Partner Playbook.pdf
 
Unlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language ModelsUnlocking the Future of AI Agents with Large Language Models
Unlocking the Future of AI Agents with Large Language Models
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
Salesforce Certified Field Service Consultant
Salesforce Certified Field Service ConsultantSalesforce Certified Field Service Consultant
Salesforce Certified Field Service Consultant
 
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
Shapes for Sharing between Graph Data Spaces - and Epistemic Querying of RDF-...
 
Clustering techniques data mining book ....
Clustering techniques data mining book ....Clustering techniques data mining book ....
Clustering techniques data mining book ....
 
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected WorkerHow To Troubleshoot Collaboration Apps for the Modern Connected Worker
How To Troubleshoot Collaboration Apps for the Modern Connected Worker
 
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
Reassessing the Bedrock of Clinical Function Models: An Examination of Large ...
 
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdfThe Ultimate Test Automation Guide_ Best Practices and Tips.pdf
The Ultimate Test Automation Guide_ Best Practices and Tips.pdf
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
HR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.comHR Software Buyers Guide in 2024 - HRSoftware.com
HR Software Buyers Guide in 2024 - HRSoftware.com
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
Short Story: Unveiling the Reasoning Abilities of Large Language Models by Ke...
 
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdfLearn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
Learn the Fundamentals of XCUITest Framework_ A Beginner's Guide.pdf
 
why an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdfwhy an Opensea Clone Script might be your perfect match.pdf
why an Opensea Clone Script might be your perfect match.pdf
 
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
W01_panagenda_Navigating-the-Future-with-The-Hitchhikers-Guide-to-Notes-and-D...
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
call girls in Vaishali (Ghaziabad) 🔝 >༒8448380779 🔝 genuine Escort Service 🔝✔️✔️
 

DriveBuild: Automation of Tests in the Field of Autonomous Cars