- Table View
- List View
Advanced Fractal Graph Theory and Applications
by P. Tharaniya G. Jayalalitha Pethuru Raj B. SundaravadivazhaganThis book explores the dynamic interplay between fractals and graph theory, two powerful mathematical tools with vast applications. It presents a strategic combination and the synergistic use of these disciplines to address real-world problems and challenges. The book begins with an introduction to the basic concepts of fractals and graph theory and goes on to explore the applications in various domains, including natural phenomena modeling, scheduling, and network optimisation.This book: Illustrates the innovative ways fractals and graph theory can be combined, laying the groundwork for future applications across various industries Introduces the fundamental concepts and principles of both fractals and graph theory in detail, making it accessible to a broad audience, including those new to these topics Explores practical applications in image processing, network optimisation, social network analysis, and more, demonstrating the real-world impact of these mathematical tools Analyses advanced techniques in graph theory, such as matching, domination, and colouring, with practical examples and case studies Highlights the latest research advancements in fractal graph theory, showcasing its potential for future developments and applications This book is for students, researchers, and professionals in mathematics, computer science, engineering, and related fields.
Advanced Front-End Development: Building Scalable and High-Performance Web Applications with React
by Nitesh UpadhyayaThis book is your comprehensive guide to mastering React, the most popular library for building modern web applications. Designed for developers at all levels, it offers a structured approach to understanding and applying React&’s core and advanced concepts to create responsive, scalable, and high-performance web applications. Starting with the basics, such as components, JSX, and state management, the book gradually progresses to advanced topics like context API, hooks, routing, and performance optimization. Every chapter is enriched with hands-on examples and step-by-step guides to help you solidify your understanding of React&’s ecosystem. The book encourages you to dive deeper into essential best practices, including code maintainability, testing strategies, and leveraging third-party libraries for UI components. It also explores modern state management tools, techniques for optimizing performance, and adopting cutting-edge deployment strategies with platforms like Netlify and Vercel, ensuring that the applications you build are robust and reliable. Beyond just React&’s core concepts, this book emphasizes practical application through a real-world project: building a fully functional e-commerce application. From implementing dynamic product listings to creating a seamless checkout flow with payment gateway integration, you&’ll gain hands-on experience that prepares you for real-world challenges. By the end of this book, you&’ll not only master React but also develop the skills to build, test, and deploy high-quality web applications that meet the demands of today&’s fast-paced development landscape. Whether you&’re a beginner or a seasoned developer, this book will elevate your expertise and help you stay ahead in the evolving world of web development. What You'll Learn: The foundational concepts of React, including JSX, components, and state management. How to use advanced React techniques, such as hooks, context API, performance optimization, and routing. How to create responsive, scalable, and maintainable web applications using modern React libraries and tools. Understand practical approaches to building a real-world e-commerce application, including dynamic product listings, cart functionality, and payment gateway integration Gain expertise in techniques for optimizing performance, testing, and deploying React applications to platforms like Netlify. Who is this book for: Software architects and developers with intermediate knowledge of HTML, CSS, and JavaScript, frontend developers, and full-stack developers
Advanced Game Design with HTML5 and JavaScript
by Rex SpuyHow do you make a video game? Advanced Game Design with HTML5 and JavaScript is a down to earth education in how to make video games from scratch, using the powerful HTML5 and JavaScript technologies. This book is a point-by-point round up of all the essential techniques that every game designer needs to know. You'll discover how to create and render game graphics, add interactivity, sound, and animation. You'll learn how to build your own custom game engine with reusable components so that you can quickly develop games with maximum impact and minimum code. You'll also learn the secrets of vector math and advanced collision detection techniques, all of which are covered in a friendly and non-technical manner. You'll find detailed working examples, with hundreds of illustrations and thousands of lines of source code that you can freely adapt for your own projects. All the math and programming techniques are elaborately explained and examples are open-ended to encourage you to think of original ways to use these techniques in your own games. You can use what you learn in this book to make games for desktops, mobile phones, tablets or the Web. Advanced Game Design with HTML5 and JavaScript is a great next step for experienced programmers or ambitious beginners who already have some JavaScript experience, and want to jump head first into the world of video game development. It's also great follow-up book for readers of Foundation Game Design with HTML5 and JavaScript (by the same author) who want to add depth and precision to their skills. The game examples in this book use pure JavaScript, so you can code as close to the metal as possible without having to be dependent on any limiting frameworks or game engines. No libraries, no dependencies, no third-party plugins: just you, your computer, and the code. If you're looking for a book to take your game design skills into the stratosphere and beyond, this is it! What you'll learn The latest JavaScript ES6, HTML and Canvas Drawing API skills you need to know to make games. Make game sprites, compose a scene graph, load and manage game assets, and how to use a texture atlas. Control the geometry and physics of the game world using vector math, the Separating Axis Theory (SAT), and advanced collision detection strategies. Build a custom music and sound effects player for games using the WebAudio API. Keyframe animation and how to implement precise control over the frame rate and game loop. Learn how to make interactive sprites and buttons for the keyboard, mouse and touch. Create and manage game scenes, and learn how to make particle explosions and screen shake effects. Manage complexity to build games of any size that scale seamlessly. Who this book is for Advanced Game Design with HTML5 and JavaScript is for video game developers with some experience who want to learn the essential techniques they need to know to take their skills to the next level. It's for readers who want to understand and fine-tune every line of code they write, without resorting to quick fixes. All the techniques covered in this book are core game design skills that can be applied to many other programming technologies. Table of Contents 1. Level-up: New JavaScript Tricks 2. The Canvas Drawing API 3. Working with Game Assets 4. Making Sprites and a Scene Graph 5. Making Things Move 6. Interactivity 7. Collision Detection 8. Juice It Up: Keyframe Animation and Particles Effects 9. Sound with the WebAudio API 10. Tweening 11. Make Your Own Game Engine Appendix A: Vectors for Movement and Collision Detection
The Advanced Game Developer's Toolkit
by Rex van der Spuy<P>Master the most important skills and techniques you need to know for professional HTML5 and JavaScript 2D game development. This book delves into many of the great classic techniques of video game design. <P> You’ll discover how to develop games and game levels using Tiled Editor, how to implement tile-based collision, how to design advanced pathfinding and enemy AI systems, the fundamentals of broad-phase collision, and how to make isometric games. All the techniques and supporting code are explained in an easy-to-understand manner and written in a general way so that they can be applied to any game engine or technology that you’re comfortable using. <P> You'll find detailed working examples, with dozens of illustrations and many concepts you can freely apply to your own projects. All the math and programming techniques are elaborately explained and examples are open-ended to encourage you to think of original ways to use these techniques in your own games. You can use what you learn in this book as the basis for making games for desktops, mobile phones, tablets, or the Web. <P> The Advanced Game Developer's Toolkit is a great next step if you already have some JavaScript game-making- experience, or a great continuation if you've already read Advanced Game Design with HTML5 and JavaScript by the same author.
Advanced Game Development with Programmable Graphics Hardware
by Alan Watt Fabio PolicarpoWritten for game programmers and developers, this book covers GPU techniques and supporting applications that are commonly used in games and similar real-time 3D applications. The authors describe the design of programs and systems that can be used to implement games and other applications whose requirements are to render real-time animation sequen
The Advanced Game Narrative Toolbox
by Tobias HeussnerThe Advanced Game Narrative Toolbox continues where the Game Narrative Toolbox ended. While the later covered the basics of writing for games, the Advanced Game Narrative Toolbox will cover techniques for the intermediate and professional writer. The book will cover topics such as how to adapt a novel to a game, how to revive IPs and how to construct transmedia worlds. Each chapter will be written by a professional with exceptional experience in the field of the chapter. Key Features Learn from industry experts how to tackle today’s challenges in storytelling for games. A learn by example and exercise approach, which was praised in the Game Narrative Toolbox. An in depth view on advanced storytelling techniques and topics as they are currently discussed and used in the gaming industry. Expand your knowledge in game writing as you learn and try yourself to design quests, write romances and build worlds as you would as a writer in a game studio. Improve your own stories by learning and trying the techniques used by the professionals of game writing.
Advanced Gatsby Projects: Create Two Advanced Sites Using Technologies that Compliment Gatsby
by Nabendu BiswasRoll your sleeves up and master advanced topics in Gatsby development by building two production-ready websites. This project-focused book teaches you how to use Gatsby alongside the latest technologies including Snipcart, and Firebase. It builds off of Foundation Gatsby Projects and it's recommended that you complete that first if you are new to Gatsby. In the first project, you will create a fully functional e-commerce site for a restaurant using Snipcart. Lastly, you’ll learn to build a recipe site using the Firebase database. Many Gatsby tutorials out there today only cover how to create a simple blog site – get ahead of the crowd using this book today. What You'll Learn Create an e-commerce site in no time using Snipcart with GatsbyWork with the Firebase database from Google in a Gatsby siteDeploy all sites in NetlifyAdd functionalities with the powerful Gatsby plugin ecosystem Who This Book Is For Anyone who wants to create a site using Gatsby, though knowledge of React and Gatsby is expected. You will need to be familiar with JavaScript concepts and be confident with basic web development. It is advisable to complete Foundation Gatsby Projects first if you have no Gatsby experience.
Advanced Gear Engineering (Mechanisms and Machine Science #51)
by Veniamin Goldfarb Natalya Barmina Evgenii TrubachevThis book covers recent developments in practically all spheres of mechanical engineering related to different kinds of gears and transmissions. Topics treated range from fundamental research to the advanced applications of gears in various practical fields, prospects of manufacturing development, results and trends of numerical and experimental research of gears, new approaches to gear design and aspects of their optimization synthesis.
Advanced Geoinformation Science
by Chaowei Yang David Wong Qianjun Miao Ruixin YangMany of the challenges of the next century will have physical dimensions, such as tsunamis, hurricanes, and climate change as well as human dimensions such as economic crises, epidemics, and emergency responses. With pioneering editors and expert contributors, Advanced Geoinformation Science explores how certain technical aspects of geoinformation
Advanced GIScience in Hydro-Geological Hazards: Applications, Modelling and Management (GIScience and Geo-environmental Modelling)
by Md. Rejaur Rahman Atiqur Rahman S. K. SahaIn recent decades, natural hazards have increasingly threatened lives, livelihoods, and economies, with annual losses totalling billions of dollars globally. According to the Insurance Information Institute (III) and the Zebra, USA, natural disaster losses reached $74.4 billion in 2020, and an average of 6,800 natural disasters occur each year, claiming around 1.35 million lives. Hydrological and geological hazards, in particular, have significant societal and environmental impacts, making them critical areas of research. Understanding and mitigating these hazards is vital for developing legal mechanisms related to environmental restoration, societal improvements, and sustainable development. Modern technologies and earth observation data play a crucial role in disaster monitoring, prediction, modelling, and management. Recent advancements in geoinformation science have introduced multi-source data for natural hazards research. In addition, cutting-edge methods such as machine learning, deep learning, and big data science offer powerful tools for in-depth studies of natural hazards through remote sensing and geoinformatics. This book, Advanced GIScience in Hydro-Geological Hazards, presents up-to-date contributions on applying advanced GIScience to research various hydro-geological hazards, including floods, landslides, tropical cyclones, soil erosion, coastal erosion, riverbank erosion, coastal area vulnerability, drought, wetlands shrinking etc. It also explores multi-hazard studies using SAR, GNSS, and other innovative methods. The chapters focus on integrating artificial intelligence, machine learning techniques, and remote sensing to enhance preparedness, response, and resilience against these hazards. Targeting a broad audience of academics, scientists, students, environmentalists, government agencies, disaster planners, and GIS experts, this book aims to showcase the latest advancements in GIScience for assessing and managing hydro-geological hazards. It offers strategies for disaster risk reduction and capacity building, providing readers with the knowledge needed to address pressing environmental challenges.
Advanced Global Illumination
by Philip Dutre Philippe Bekaert Kavita BalaThis book provides a fundamental understanding of global illumination algorithms. It discusses a broad class of algorithms for realistic image synthesis and introduces a theoretical basis for the algorithms presented. Topics include: physics of light transport, Monte Carlo methods, general strategies for solving the rendering equation, stochastic path-tracing algorithms such as ray tracing and light tracing, stochastic radiosity including photon density estimation and hierarchical Monte Carlo radiosity, hybrid algorithms, metropolis light transport, irradiance caching, photon mapping and instant radiosity, beyond the rendering equation, image display and human perception. If you want to design and implement a global illumination rendering system or need to use and modify an existing system for your specific purpose, this book will give you the tools and the understanding to do so.
Advanced Google AdWords
by Brad GeddesMaster Google AdWords and get more out of your campaigns What's the secret to making every pay-per-click of your Google AdWords really pay? This must-have guide-written by a Google Advanced AdWords seminar instructor-shows you exactly how to apply advanced techniques and tactics for better results. Discover the best tools for keyword research, tips on crafting winning ad copy, advanced PPC optimization tricks, winning bidding strategies, and much more. If you manage AdWords PPC accounts, you won't want to miss this expert, detailed instruction. Covers the essential and advanced capabilities of Google AdWords Explores keyword research, PPC optimization strategies, the intricacies of Content Nation, how to interpret results and reports, and much more Provides busy marketers, consultants, PR professionals, Web developers, and others with an invaluable, step-by-step guide of advanced concepts Goes well beyond the basics and offers tips and tactics that you can immediately apply to your own campaigns Reinforces concepts through fascinating, real-world case studies Includes a $25 Google Adwords Gift Card for new customers If you've been seeking a practical, expert book on Google AdWords, one that goes well beyond the basics, Advanced Google AdWords is it!
Advanced Graph Theory and Combinatorics
by Michel RigoAdvanced Graph Theory focuses on some of the main notions arising in graph theory with an emphasis from the very start of the book on the possible applications of the theory and the fruitful links existing with linear algebra. The second part of the book covers basic material related to linear recurrence relations with application to counting and the asymptotic estimate of the rate of growth of a sequence satisfying a recurrence relation.
Advanced Graphic Communication, Printing and Packaging Technology: Proceedings of 2019 10th China Academic Conference on Printing and Packaging (Lecture Notes in Electrical Engineering #600)
by Min Xu Li Yang Pengfei Zhao Zhuangzhi YeThis book includes a selection of peer-reviewed papers presented at the 10th China Academic Conference on Printing and Packaging, which was held in Xi'an, China, on November 14–17, 2019. The conference was jointly organized by the China Academy of Printing Technology, Beijing Institute of Graphic Communication, and Shaanxi University of Science and Technology. With 9 keynote talks and 118 papers on graphic communication and packaging technologies, the conference attracted more than 300 scientists.The proceedings cover the latest findings in a broad range of areas, including color science and technology, image processing technology, digital media technology, mechanical and electronic engineering, Information Engineering and Artificial Intelligence Technology, materials and detection, digital process management technology in printing and packaging, and other technologies. As such, the book appeals to university researchers, R&D engineers and graduate students in the graphic arts, packaging, color science, image science, material science, computer science, digital media, and network technology.
Advanced Graphic Communications and Media Technologies (Lecture Notes in Electrical Engineering #417)
by Min Xu Li Yang Yun Ouyang Yujie Ouyang Pengfei ZhaoThis book includes a selection of reviewed papers presented at the 2016 China Academic Conference on Printing, Packaging Engineering & Media Technology, held on November 25-27, 2016 in Xi'an, China. The conference was jointly organized by China Academy of Printing Technology, Xi'an University of Technology and Stuttgart Media University of Germany. The proceedings cover the recent outcomes on color science and technology, image processing technology, digital media technology, digital process management technology in packaging and packaging etc. They will be of interest to university researchers, R&D engineers and graduate students in graphic communications, packaging, color science, image science, material science, computer science, digital media and network technology fields.
Advanced Guide to Python 3 Programming (Undergraduate Topics in Computer Science)
by John HuntAdvanced Guide to Python 3 Programming delves deeply into a host of subjects that you need to understand if you are to develop sophisticated real-world programs. Each topic is preceded by an introduction followed by more advanced topics, along with numerous examples, that take you to an advanced level. There are nine different sections within the book covering Computer Graphics (including GUIs), Games, Testing, File Input and Output, Databases Access, Logging, Concurrency and Parallelism, Reactive programming, and Networking. Each section is self-contained and can either be read on its own or as part of the book as a whole. This book is aimed at the those who have learnt the basics of the Python 3 language but want to delve deeper into Python’s eco system of additional libraries and modules, to explore concurrency and parallelism, to create impressive looking graphical interfaces, to work with databases and files and to provide professional logging facilities.
Advanced Guide to Python 3 Programming (Undergraduate Topics in Computer Science)
by John HuntAdvanced Guide to Python 3 Programming 2nd Edition delves deeply into a host of subjects that you need to understand if you are to develop sophisticated real-world programs. Each topic is preceded by an introduction followed by more advanced topics, along with numerous examples, that take you to an advanced level.This second edition has been significantly updated with two new sections on advanced Python language concepts and data analytics and machine learning. The GUI chapters have been rewritten to use the Tkinter UI library and a chapter on performance monitoring and profiling has been added. In total there are 18 new chapters, and all remaining chapters have been updated for the latest version of Python as well as for any of the libraries they use. There are eleven sections within the book covering Python Language Concepts, Computer Graphics (including GUIs), Games, Testing, File Input and Output, Databases Access, Logging, Concurrency and Parallelism, Reactive Programming, Networking and Data Analytics. Each section is self-contained and can either be read on its own or as part of the book as a whole. It is aimed at those who have learnt the basics of the Python 3 language but wish to delve deeper into Python’s eco system of additional libraries and modules.
Advanced Hardware Design for Error Correcting Codes
by Cyrille Chavet Philippe CoussyThis book provides thorough coverage of error correcting techniques. It includes essential basic concepts and the latest advances on key topics in design, implementation, and optimization of hardware/software systems for error correction. The book's chapters are written by internationally recognized experts in this field. Topics include evolution of error correction techniques, industrial user needs, architectures, and design approaches for the most advanced error correcting codes (Polar Codes, Non-Binary LDPC, Product Codes, etc). This book provides access to recent results, and is suitable for graduate students and researchers of mathematics, computer science, and engineering. * Examines how to optimize the architecture of hardware design for error correcting codes; * Presents error correction codes from theory to optimized architecture for the current and the next generation standards; * Provides coverage of industrial user needs advanced error correcting techniques. Advanced Hardware Design for Error Correcting Codes includes a foreword by Claude Berrou.
Advanced HDL Synthesis and SOC Prototyping: Rtl Design Using Verilog
by Vaibbhav TaraateThis book describes RTL design using Verilog, synthesis and timing closure for System On Chip (SOC) design blocks. It covers the complex RTL design scenarios and challenges for SOC designs and provides practical information on performance improvements in SOC, as well as Application Specific Integrated Circuit (ASIC) designs. Prototyping using modern high density Field Programmable Gate Arrays (FPGAs) is discussed in this book with the practical examples and case studies. The book discusses SOC design, performance improvement techniques, testing and system level verification, while also describing the modern Intel FPGA/XILINX FPGA architectures and their use in SOC prototyping. Further, the book covers the Synopsys Design Compiler (DC) and Prime Time (PT) commands, and how they can be used to optimize complex ASIC/SOC designs. The contents of this book will be useful to students and professionals alike.
Advanced Health Technology: Managing Risk While Tackling Barriers to Rapid Acceleration
by Sherri DouvilleEverything worth winning in life boils down to teamwork and leadership. In my positions as a businessman, athlete, community leader, and University trustee, there are tremendous parallels between all of these endeavors that mirror an extreme team sport such as medical technology. Understanding the game, defining the game, playing your position at your highest performance, and helping others play their best game. Advanced Health Technology represents an incredible opportunity to level up the game of healthcare and highlights the multiple disciplines – or positions to be mastered – while laying out winning plays to make that next level happen. Ronnie Lott, Managing Member, Lott Investments; Member, Pro Football Hall of Fame, and Trustee, Santa Clara University Healthcare stakeholders are paralyzed from making progress as risks explode in volume and complexity. This book will help readers understand how to manage and transcend risks to drive the quadruple aim of improved patient experiences, better patient and business outcomes, improved clinician experience, and lower healthcare costs, and also help readers learn from working successful examples across projects, programs, and careers to get ahead of these multidisciplinary healthcare risks.
Advanced Healthcare Systems: Empowering Physicians with IoT-Enabled Technologies (Artificial Intelligence and Soft Computing for Industrial Transformation)
by Rohit Tanwar S. Balamurugan R. K. Saini Vishal Bharti Premkumar ChithaluruADVANCED HEALTHCARE SYSTEMS This book offers a complete package involving the incubation of machine learning, AI, and IoT in healthcare that is beneficial for researchers, healthcare professionals, scientists, and technologists. The applications and challenges of machine learning and artificial intelligence in the Internet of Things (IoT) for healthcare applications are comprehensively covered in this book. IoT generates big data of varying data quality; intelligent processing and analysis of this big data are the keys to developing smart IoT applications, thereby making space for machine learning (ML) applications. Due to its computational tools that can substitute for human intelligence in the performance of certain tasks, artificial intelligence (AI) makes it possible for machines to learn from experience, adjust to new inputs and perform human-like tasks. Since IoT platforms provide an interface to gather data from various devices, they can easily be deployed into AI/ML systems. The value of AI in this context is its ability to quickly mesh insights from data and automatically identify patterns and detect anomalies in the data that smart sensors and devices generate—information such as temperature, pressure, humidity, air quality, vibration, and sound—that can be really helpful to rapid diagnosis. Audience This book will be of interest to researchers in artificial intelligence, the Internet of Things, machine learning as well as information technologists working in the healthcare sector.
Advanced High Dynamic Range Imaging: Theory And Practice
by Francesco Banterle Alessandro Artusi Kurt Debattista Alan ChalmersThis book explores the methods needed for creating and manipulating HDR content. HDR is a step change from traditional imaging; more closely matching what we see with our eyes. In the years since the first edition of this book appeared, HDR has become much more widespread, moving from a research concept to a standard imaging method. This new edition incorporates all the many developments in HDR since the first edition and once again emphasizes practical tips, including the authors' popular HDR Toolbox (available on the authors' website) for MATLAB and gives readers the tools they need to develop and experiment with new techniques for creating compelling HDR content. Key Features: Contains the HDR Toolbox for readers' experimentation on authors' website Offers an up-to-date, detailed guide to the theory and practice of high dynamic range imaging Covers all aspects of the field, from capture to display Provides benchmarks for evaluating HDR imagery
Advanced Home Automation Using Raspberry Pi: Building Custom Hardware, Voice Assistants, and Wireless Nodes
by Rishabh JainBuild a versatile home automation system from scratch. There are many ways of controlling home appliances with your smartphones, voice, gestures, etc. This book dives into the many options for for communicating with appliances wirelessly and we’ll discuss and implement the leading protocols in the field.In first few chapters, you will develop a basic understanding of the Raspberry Pi and how one can control it wirelessly from anywhere in the world. Then you’ll get to know about the local server for your home automation projects and control the Raspberry Pi GPIOs using smartphone and web apps. Every appliance will be able to talk to each other, as well, with the help of mesh networking, which you’ll learn to implement. The user interface is also an important aspect of handling all the appliances, so you’ll create your own user dashboard using OpenHAB. From there, you can monitor all the appliances and sensor data in one environment. Next, implement your own custom voice assistant to control your appliances and perform basic tasks like playing music, checking weather, etc. You’ll also integrate a smart door bell into your system using image processing so that you can restrict an unknown person’s entry. Finally, we’ll combine all the knowledge that we have learned to make a fully versatile home automation project controlled using voice, gestures, and image processing. Throughout this whole project, Raspberry Pi will be your master server or node and other devices will be connected wirelessly using wi-fi/Bluetooth modules. Create a smart home with fully custom interfaces to do exactly what you need!What You'll LearnCreate a user interface using openHABImplement the MQTT protocolInstall Alexa and Google Home API to control appliances wirelesslyWho This Book Is ForEnthusiasts with a working knowledge of the Raspberry Pi, electronic engineering, and Python programming. This book will also interest hobbyists and students from Computer Science or related disciplines.
Advanced Human-Robot Collaboration in Manufacturing
by Lihui Wang Xi Vincent Wang József Váncza Zsolt KeményThis book presents state-of-the-art research, challenges and solutions in the area of human–robot collaboration (HRC) in manufacturing. It enables readers to better understand the dynamic behaviour of manufacturing processes, and gives more insight into on-demand adaptive control techniques for industrial robots.With increasing complexity and dynamism in today’s manufacturing practice, more precise, robust and practical approaches are needed to support real-time shop-floor operations. This book presents a collection of recent developments and innovations in this area, relying on a wide range of research efforts.The book is divided into five parts. The first part presents a broad-based review of the key areas of HRC, establishing a common ground of understanding in key aspects. Subsequent chapters focus on selected areas of HRC subject to intense recent interest. The second part discusses human safety within HRC. The third, fourth and fifth parts provide in-depth views of relevant methodologies and algorithms. Discussing dynamic planning and monitoring, adaptive control and multi-modal decision making, the latter parts facilitate a better understanding of HRC in real situations. The balance between scope and depth, and theory and applications, means this book appeals to a wide readership, including academic researchers, graduate students, practicing engineers, and those within a variety of roles in manufacturing sectors.
Advanced Hybrid Information Processing: 6th EAI International Conference, ADHIP 2022, Changsha, China, September 29-30, 2022, Proceedings, Part I (Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering #468)
by Weina Fu Lin YunThis two-volume set constitutes the post-conference proceedings of the 6th EAI International Conference on Advanced Hybrid Information Processing, ADHIP 2022, held in Changsha, China, in September 29-30, 2022. The 109 full papers presented were selected from 276 submissions and focus on theory and application of hybrid information processing technology for smarter and more effective research and application. The theme of ADHIP 2022 was Hybrid Information Processing in Meta World. The papers are named in topical sections as follows: Information Extracting and Processing in Digital World; Education Based methods in Learning and Teaching; Various Systems for Digital World.