A practical introduction to human-in-the-loop cyber-physical systems / (Record no. 40792)

MARC details
000 -LEADER
fixed length control field 07636nam a2200541 i 4500
001 - CONTROL NUMBER
control field 8113601
003 - CONTROL NUMBER IDENTIFIER
control field IEEE
005 - DATE AND TIME OF LATEST TRANSACTION
control field 20230927112400.0
006 - FIXED-LENGTH DATA ELEMENTS--ADDITIONAL MATERIAL CHARACTERISTICS
fixed length control field m o d
007 - PHYSICAL DESCRIPTION FIXED FIELD--GENERAL INFORMATION
fixed length control field cr |n|||||||||
008 - FIXED-LENGTH DATA ELEMENTS--GENERAL INFORMATION
fixed length control field 171122s2017 mau ob 001 eng d
010 ## - LIBRARY OF CONGRESS CONTROL NUMBER
Canceled/invalid LC control number 2017025006 (print)
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
International Standard Book Number 9781119377795
Qualifying information electronic
020 ## - INTERNATIONAL STANDARD BOOK NUMBER
Canceled/invalid ISBN 9781119377771
Qualifying information cloth
024 7# - OTHER STANDARD IDENTIFIER
Standard number or code 10.1002/9781119377795
Source of number or code doi
035 ## - SYSTEM CONTROL NUMBER
System control number (CaBNVSL)mat08113601
035 ## - SYSTEM CONTROL NUMBER
System control number (IDAMS)0b0000648601361e
040 ## - CATALOGING SOURCE
Original cataloging agency CaBNVSL
Language of cataloging eng
Description conventions rda
Transcribing agency CaBNVSL
Modifying agency CaBNVSL
082 00 - DEWEY DECIMAL CLASSIFICATION NUMBER
Classification number 621.39
100 1# - MAIN ENTRY--PERSONAL NAME
Personal name Nunes, David,
Dates associated with a name 1987-
Relator term author.
245 12 - TITLE STATEMENT
Title A practical introduction to human-in-the-loop cyber-physical systems /
Statement of responsibility, etc. David Nunes, Jorge S�aa Silva, Fernando Boavida.
250 ## - EDITION STATEMENT
Edition statement First edition.
264 #1 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture Hoboken, New Jersey :
Name of producer, publisher, distributor, manufacturer John Wiley & Sons,
Date of production, publication, distribution, manufacture, or copyright notice 2017.
264 #2 - PRODUCTION, PUBLICATION, DISTRIBUTION, MANUFACTURE, AND COPYRIGHT NOTICE
Place of production, publication, distribution, manufacture [Piscataqay, New Jersey] :
Name of producer, publisher, distributor, manufacturer IEEE Xplore,
Date of production, publication, distribution, manufacture, or copyright notice [2017]
300 ## - PHYSICAL DESCRIPTION
Extent 1 PDF (320 pages).
336 ## - CONTENT TYPE
Content type term text
Source rdacontent
337 ## - MEDIA TYPE
Media type term electronic
Source isbdmedia
338 ## - CARRIER TYPE
Carrier type term online resource
Source rdacarrier
490 1# - SERIES STATEMENT
Series statement Wiley - IEEE
504 ## - BIBLIOGRAPHY, ETC. NOTE
Bibliography, etc. note Includes bibliographical references and index.
505 0# - FORMATTED CONTENTS NOTE
Formatted contents note -- List of Figures xi -- List of Tables xvii -- Foreword xix -- Preface xxi -- Acknowledgments xxiii -- List of Abbreviations xxv -- About the CompanionWebsite xxvii -- 1 Introduction 1 -- 1.1 The Rise of Cyber-Physical Systems 1 -- 1.2 Humans as Elements of Cyber-Physical Systems 4 -- 1.3 Objectives and Structure 7 -- Part I Evolution and Theory 9 -- 2 Evolution of HiTL Technologies 11 -- 2.1 "Things", Sensors, and the RealWorld 11 -- 2.2 Human Sensing and Virtual Communities 17 -- 2.3 In Summary... 23 -- 3 TheoryofHiTLCPSs 25 -- 3.1 Taxonomies for HiTLCPSs 25 -- 3.2 Data Acquisition 28 -- 3.2.1 Humans as Sets of Sensors 28 -- 3.2.2 Humans as Communication Nodes 29 -- 3.3 State Inference 30 -- 3.3.1 Human Nature 30 -- 3.3.2 Humans as Processing Nodes 31 -- 3.4 Actuation 31 -- 3.4.1 Humans and Robots as Actuators 31 -- 3.5 In Summary... 32 -- 4 HITL Technologies and Applications 35 -- 4.1 Technologies for Supporting HiTLCPS 35 -- 4.1.1 Data Acquisition 35 -- 4.1.2 State Inference 39 -- 4.1.3 Actuation 42 -- 4.2 Experimental Projects 45 -- 4.2.1 HiTL in Industry and at Home 46 -- 4.2.2 HiTL in Healthcare 48 -- 4.2.3 HiTL in Smartphones and Social Networking 51 -- 4.3 In Summary... 56 -- Part II Human-in-the-Loop: Hands-On 57 -- 5 ASampleApp 59 -- 5.1 A Sample Behavior Change Intervention App 59 -- 5.2 The Sample App's Base Architecture 60 -- 5.2.1 The Android App 60 -- 5.2.2 The Server 65 -- 5.3 Enhancing the Sample App with HiTL Emotion-awareness 66 -- 5.3.1 Choosing a Machine Learning Technique 67 -- 5.3.2 Implementing Emotion-awareness 68 -- 5.4 In Summary... 71 -- 6 Setting up the Development Environment 73 -- 6.1 Installing Android Studio 73 -- 6.2 Cloning the Android Project 77 -- 6.3 Deploying the Server 85 -- 6.3.1 Installing the Software and Cloning the Server's Project 85 -- 6.3.2 Obtaining a Foursquare(R)'s Client ID and Client Secret 88 -- 6.3.3 Setting up the Database 91 -- 6.3.4 Deploying the Server on Tomcat 7 95 -- 6.4 Testing the Sample App 99 -- 6.5 In Summary... 101.
505 8# - FORMATTED CONTENTS NOTE
Formatted contents note 7 Data Acquisition 103 -- 7.1 Creating the EmotionTasker 103 -- 7.2 Processing Sensory Data 110 -- 7.3 In Summary... 118 -- 8 StateInference 121 -- 8.1 Implementing a Neural Network 121 -- 8.2 Requesting User Feedback 125 -- 8.2.1 Creating the EmotionFeedback Activity 125 -- 8.2.2 Implementing the EmotionSpace View 127 -- 8.2.3 Finishing EmotionFeedback 151 -- 8.2.4 Showing a Feedback Request Notification 158 -- 8.3 Processing User Feedback 168 -- 8.3.1 Processing Feedback on the EmotionTasker 168 -- 8.3.2 Training the Neural Network 170 -- 8.3.3 Sending Emotional Information to the Server 173 -- 8.4 In Summary... 176 -- 9 Actuation 179 -- 9.1 Handling Emotions on the Server 179 -- 9.1.1 Parsing JSON Requests 180 -- 9.1.2 Creating theWeb Interface 189 -- 9.1.3 Creating the Server's BackgroundThread 190 -- 9.1.4 Processing Incoming Emotions 192 -- 9.1.5 Pruning Outdated Emotions 208 -- 9.2 Finishing up EmotionTasker 210 -- 9.2.1 Handling ANN Output 212 -- 9.2.2 Posting New Emotion Inferences 217 -- 9.3 Providing Positive Reinforcement 226 -- 9.3.1 Creating a Motivational Dialog Box 226 -- 9.3.2 Enabling the Emotion Heatmaps 234 -- 9.4 In Summary... 237 -- Part III Future of Human-In-the-Loop Cyber-Physical Systems 239 -- 10 Requirements and Challenges for HiTL Applications 241 -- 10.1 Resilience 241 -- 10.2 Security and Privacy 242 -- 10.3 Standard Communications 244 -- 10.4 Localization 248 -- 10.5 State Inference 248 -- 10.6 Safety 250 -- 10.7 In Summary... 250 -- 11 Human-in-the-Loop Constraints 253 -- 11.1 Technical Limitations 253 -- 11.2 Ethical limitations 256 -- A EmotionTasker's full code 261 -- References 275 -- Index 289.
506 ## - RESTRICTIONS ON ACCESS NOTE
Terms governing access Restricted to subscribers or individual electronic text purchasers.
520 ## - SUMMARY, ETC.
Summary, etc. The first book focusing on one of the hottest new topics in Internet-of-Things systems research and development Studies estimate that by 2020 we will have a vast Internet-of-Things (IoT) network comprising 26 billion connected devices, including everything from light bulbs to refrigerators, coffee makers to cars. From the beginning, the concept of cyber-physical systems (CPS), or the sensing and control of physical phenomena through networks of devices that work together to achieve common goals, has been implicit in the IoT enterprise. This book focuses on the increasingly hot topic of <em>Human-in-the-Loop Cyber-Physical Systems</em> (HiTLCPS) - CPS that incorporate human responses in the IoT equation. Why have we not yet integrated the human component into CPS? What are the major challenges to achieving HiTLCPS? How can we take advantage of ubiquitous sensing platforms, such as smartphones and personal devices to achieve that goal? While mature HiTLCPS designs have yet to be achieved, or a general consensus reached on underlying HiTLCPS requirements, principles, and theory, researchers and developers worldwide are on the cusp of realizing them. With contributions from researchers at the cutting edge of HiTLCPS R&D, this book addresses many of these questions from the theoretical and practical points of view. . An essential primer on a rapidly emerging Internet-of-Things concept, focusing on human-centric applications.. Discusses new topics which, until now, have only been available in research papers scattered throughout international literature. Addresses fundamental concepts in depth while providing practical insights into the development of complete HiTLCPS. Includes a companion website containing full source-code for all of the applications described This book is an indispensable resource for researchers and app developers eager to explore HiTL concepts and include them in their designs. It is also an excellent primer for advanced undergraduates and graduate students studying IoT, CPS, and HiTLCPS.
530 ## - ADDITIONAL PHYSICAL FORM AVAILABLE NOTE
Additional physical form available note Also available in print.
538 ## - SYSTEM DETAILS NOTE
System details note Mode of access: World Wide Web
588 ## - SOURCE OF DESCRIPTION NOTE
Source of description note Description based on PDF viewed 11/22/2017.
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Cooperating objects (Computer systems)
650 #0 - SUBJECT ADDED ENTRY--TOPICAL TERM
Topical term or geographic name entry element Human-computer interaction.
655 #0 - INDEX TERM--GENRE/FORM
Genre/form data or focus term Electronic books.
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Silva, Jorge S�aa,
Relator term author.
700 1# - ADDED ENTRY--PERSONAL NAME
Personal name Boavida, Fernando,
Dates associated with a name 1959-
Relator term author.
710 2# - ADDED ENTRY--CORPORATE NAME
Corporate name or jurisdiction name as entry element IEEE Xplore (Online Service),
Relator term distributor.
710 2# - ADDED ENTRY--CORPORATE NAME
Corporate name or jurisdiction name as entry element Wiley,
Relator term publisher.
830 #0 - SERIES ADDED ENTRY--UNIFORM TITLE
Uniform title Wiley - IEEE
856 42 - ELECTRONIC LOCATION AND ACCESS
Materials specified Abstract with links to resource
Uniform Resource Identifier <a href="https://ieeexplore.ieee.org/xpl/bkabstractplus.jsp?bkn=8113601">https://ieeexplore.ieee.org/xpl/bkabstractplus.jsp?bkn=8113601</a>

No items available.

© 2023 IMPA Library | Customized & Maintained by Sérgio Pilotto


Powered by Koha