Browse Results

Showing 16,201 through 16,225 of 53,390 results

Distributed Large-Scale Dimensional Metrology

by Domenico Maisano Fiorenzo Franceschini Luca Mastrogiacomo Barbara Pralio Maurizio Galetto

The field of large-scale dimensional metrology (LSM) deals with objects that have linear dimensions ranging from tens to hundreds of meters. It has recently attracted a great deal of interest in many areas of production, including the automotive, railway, and shipbuilding sectors. Distributed Large-Scale Dimensional Metrology introduces a new paradigm in this field that reverses the classical metrological approach: measuring systems that are portable and can be easily moved around the location of the measured object, which is preferable to moving the object itself. Distributed Large-Scale Dimensional Metrology combines the concepts of distributed systems and large scale metrology at the application level. It focuses on the latest insights and challenges of this new generation of systems from the perspective of the designers and developers. The main topics are: coverage of measuring area,sensors calibration,on-line diagnostics,probe management, andanalysis of metrological performance.The general descriptions of each topic are further enriched by specific examples concerning the use of commercially available systems or the development of new prototypes. This will be particularly useful for professional practitioners such as quality engineers, manufacturing and development engineers, and procurement specialists, but Distributed Large-Scale Dimensional Metrology also has a wealth of information for interested academics.

Distributed Learning: Social and Cultural Approaches to Practice

by Mary R. Lea Kathy Nicoll

At a time of increasing globalisation, the concept of open and distance learning is being constantly redefined. New technologies have opened up new ways of understanding and participating in Learning. Distributed Learning offers a collection of perspectives from a social and cultural practice-based viewpoint, with contributions from leading international authors in the field. Key issues in this comprehensive text are:*the challenges of ICT to traditional teaching and learning practices*the value and relevance of 'activity theory' and 'communities of practice' in educational institutions and the workplace*perspectives on the relationship between globalisation and distributed learning, and the breakdown of distinctions between global and local contexts*issues of identity and community in designing courses for the virtual student*language and literacies in distributed learning contextsThis book provides useful introductory reading, building a sound theoretical framework for practitioners interested in how distributed learning is shaping post-compulsory education.

Distributed Ledger Technology: 7th International Symposium, SDLT 2023, Brisbane, QLD, Australia, November 30 – December 1, 2023, Revised Selected Papers (Communications in Computer and Information Science #1975)

by Naipeng Dong Babu Pillai Guangdong Bai Mark Utting

This book constitutes the proceedings of the 7th International Symposium, SDLT 2023, held in Brisbane, QLD, Australia, during November 30 – December 1, 2023.The 8 full papers and the short paper included in this volume were carefully reviewed and selected from 32 submissions. The volume focuses on current systems and new solutions to create a scientific background for a solid development of innovative Distributed Ledger Technology application.

Distributed Ledgers: Design and Regulation of Financial Infrastructure and Payment Systems

by Robert M. Townsend

An economic analysis of what distributed ledgers can do, examining key components and discussing applications in both developed and emerging market economies.Distributed ledger technology (DLT) has the potential to transform economic organization and financial structure. In this book, Robert Townsend steps back from the hype and controversy surrounding DLT (and the related, but not synonymous, innovations of blockchain and Bitcoin) to offer an economic analysis of what distributed ledgers can do. Townsend examines the key components of distributed ledgers, discussing, evaluating, and illustrating each in the context of historical and contemporary economics, and reviewing featured applications in both developed economies and emerging-market countries.

A Distributed Linear Programming Models in a Smart Grid (Power Electronics and Power Systems)

by Prakash Ranganathan Kendall E. Nygard

This book showcases the strengths of Linear Programming models for Cyber Physical Systems (CPS), such as the Smart Grids. Cyber-Physical Systems (CPS) consist of computational components interconnected by computer networks that monitor and control switched physical entities interconnected by physical infrastructures. A fundamental challenge in the design and analysis of CPS is the lack of understanding in formulating constraints for complex networks. We address this challenge by employing collection of Linear programming solvers that models the constraints of sub-systems and micro grids in a distributed fashion. The book can be treated as a useful resource to adaptively schedule resource transfers between nodes in a smart power grid. In addition, the feasibility conditions and constraints outlined in the book will enable in reaching optimal values that can help maintain the stability of both the computer network and the physical systems. It details the collection of optimization methods that are reliable for electric-utilities to use for resource scheduling, and optimizing their existing systems or sub-systems. The authors answer to key questions on ways to optimally allocate resources during outages, and contingency cases (e. g. , line failures, and/or circuit breaker failures), how to design de-centralized methods for carrying out tasks using decomposition models; and how to quantify un-certainty and make decisions in the event of grid failures.

Distributed Machine Learning and Gradient Optimization (Big Data Management)

by Jiawei Jiang Bin Cui Ce Zhang

This book presents the state of the art in distributed machine learning algorithms that are based on gradient optimization methods. In the big data era, large-scale datasets pose enormous challenges for the existing machine learning systems. As such, implementing machine learning algorithms in a distributed environment has become a key technology, and recent research has shown gradient-based iterative optimization to be an effective solution. Focusing on methods that can speed up large-scale gradient optimization through both algorithm optimizations and careful system implementations, the book introduces three essential techniques in designing a gradient optimization algorithm to train a distributed machine learning model: parallel strategy, data compression and synchronization protocol. Written in a tutorial style, it covers a range of topics, from fundamental knowledge to a number of carefully designed algorithms and systems of distributed machine learning. It will appeal to a broad audience in the field of machine learning, artificial intelligence, big data and database management.

Distributed Machine Learning Patterns

by Yuan Tang

Practical patterns for scaling machine learning from your laptop to a distributed cluster.Distributing machine learning systems allow developers to handle extremely large datasets across multiple clusters, take advantage of automation tools, and benefit from hardware accelerations. This book reveals best practice techniques and insider tips for tackling the challenges of scaling machine learning systems. In Distributed Machine Learning Patterns you will learn how to: Apply distributed systems patterns to build scalable and reliable machine learning projects Build ML pipelines with data ingestion, distributed training, model serving, and more Automate ML tasks with Kubernetes, TensorFlow, Kubeflow, and Argo Workflows Make trade-offs between different patterns and approaches Manage and monitor machine learning workloads at scale Inside Distributed Machine Learning Patterns you&’ll learn to apply established distributed systems patterns to machine learning projects—plus explore cutting-edge new patterns created specifically for machine learning. Firmly rooted in the real world, this book demonstrates how to apply patterns using examples based in TensorFlow, Kubernetes, Kubeflow, and Argo Workflows. Hands-on projects and clear, practical DevOps techniques let you easily launch, manage, and monitor cloud-native distributed machine learning pipelines. About the technology Deploying a machine learning application on a modern distributed system puts the spotlight on reliability, performance, security, and other operational concerns. In this in-depth guide, Yuan Tang, project lead of Argo and Kubeflow, shares patterns, examples, and hard-won insights on taking an ML model from a single device to a distributed cluster. About the book Distributed Machine Learning Patterns provides dozens of techniques for designing and deploying distributed machine learning systems. In it, you&’ll learn patterns for distributed model training, managing unexpected failures, and dynamic model serving. You&’ll appreciate the practical examples that accompany each pattern along with a full-scale project that implements distributed model training and inference with autoscaling on Kubernetes. What's inside Data ingestion, distributed training, model serving, and more Automating Kubernetes and TensorFlow with Kubeflow and Argo Workflows Manage and monitor workloads at scale About the reader For data analysts and engineers familiar with the basics of machine learning, Bash, Python, and Docker. About the author Yuan Tang is a project lead of Argo and Kubeflow, maintainer of TensorFlow and XGBoost, and author of numerous open source projects. Table of Contents PART 1 BASIC CONCEPTS AND BACKGROUND 1 Introduction to distributed machine learning systems PART 2 PATTERNS OF DISTRIBUTED MACHINE LEARNING SYSTEMS 2 Data ingestion patterns 3 Distributed training patterns 4 Model serving patterns 5 Workflow patterns 6 Operation patterns PART 3 BUILDING A DISTRIBUTED MACHINE LEARNING WORKFLOW 7 Project overview and system architecture 8 Overview of relevant technologies 9 A complete implementation

Distributed Machine Learning with PySpark: Migrating Effortlessly from Pandas and Scikit-Learn

by Abdelaziz Testas

Migrate from pandas and scikit-learn to PySpark to handle vast amounts of data and achieve faster data processing time. This book will show you how to make this transition by adapting your skills and leveraging the similarities in syntax, functionality, and interoperability between these tools. Distributed Machine Learning with PySpark offers a roadmap to data scientists considering transitioning from small data libraries (pandas/scikit-learn) to big data processing and machine learning with PySpark. You will learn to translate Python code from pandas/scikit-learn to PySpark to preprocess large volumes of data and build, train, test, and evaluate popular machine learning algorithms such as linear and logistic regression, decision trees, random forests, support vector machines, Naïve Bayes, and neural networks. After completing this book, you will understand the foundational concepts of data preparation and machine learning and will have the skills necessary to apply these methods using PySpark, the industry standard for building scalable ML data pipelines. What You Will Learn Master the fundamentals of supervised learning, unsupervised learning, NLP, and recommender systemsUnderstand the differences between PySpark, scikit-learn, and pandasPerform linear regression, logistic regression, and decision tree regression with pandas, scikit-learn, and PySparkDistinguish between the pipelines of PySpark and scikit-learn Who This Book Is For Data scientists, data engineers, and machine learning practitioners who have some familiarity with Python, but who are new to distributed machine learning and the PySpark framework.

Distributed Machine Learning with Python: Accelerating model training and serving with distributed systems

by Guanhua Wang

Build and deploy an efficient data processing pipeline for machine learning model training in an elastic, in-parallel model training or multi-tenant cluster and cloudKey FeaturesAccelerate model training and interference with order-of-magnitude time reductionLearn state-of-the-art parallel schemes for both model training and servingA detailed study of bottlenecks at distributed model training and serving stagesBook DescriptionReducing time cost in machine learning leads to a shorter waiting time for model training and a faster model updating cycle. Distributed machine learning enables machine learning practitioners to shorten model training and inference time by orders of magnitude. With the help of this practical guide, you'll be able to put your Python development knowledge to work to get up and running with the implementation of distributed machine learning, including multi-node machine learning systems, in no time. You'll begin by exploring how distributed systems work in the machine learning area and how distributed machine learning is applied to state-of-the-art deep learning models. As you advance, you'll see how to use distributed systems to enhance machine learning model training and serving speed. You'll also get to grips with applying data parallel and model parallel approaches before optimizing the in-parallel model training and serving pipeline in local clusters or cloud environments. By the end of this book, you'll have gained the knowledge and skills needed to build and deploy an efficient data processing pipeline for machine learning model training and inference in a distributed manner.What you will learnDeploy distributed model training and serving pipelinesGet to grips with the advanced features in TensorFlow and PyTorchMitigate system bottlenecks during in-parallel model training and servingDiscover the latest techniques on top of classical parallelism paradigmExplore advanced features in Megatron-LM and Mesh-TensorFlowUse state-of-the-art hardware such as NVLink, NVSwitch, and GPUsWho this book is forThis book is for data scientists, machine learning engineers, and ML practitioners in both academia and industry. A fundamental understanding of machine learning concepts and working knowledge of Python programming is assumed. Prior experience implementing ML/DL models with TensorFlow or PyTorch will be beneficial. You'll find this book useful if you are interested in using distributed systems to boost machine learning model training and serving speed.

Distributed Medium Access Control in Wireless Networks

by Weihua Zhuang Ping Wang

This brief investigates distributed medium access control (MAC) with QoS provisioning for both single- and multi-hop wireless networks including wireless local area networks (WLANs), wireless ad hoc networks, and wireless mesh networks. For WLANs, an efficient MAC scheme and a call admission control algorithm are presented to provide guaranteed QoS for voice traffic and, at the same time, increase the voice capacity significantly compared with the current WLAN standard. In addition, a novel token-based scheduling scheme is proposed to provide great flexibility and facility to the network service provider for service class management. Also proposed is a novel busy-tone based distributed MAC scheme for wireless ad hoc networks and a collision-free MAC scheme for wireless mesh networks, respectively, taking the different network characteristics into consideration. The proposed schemes enhance the QoS provisioning capability to real-time traffic and, at the same time, significantly improve the system throughput and fairness performance for data traffic, as compared with the most popular IEEE 802.11 MAC scheme.

Distributed Multimedia Database Technologies Supported by MPEG-7 and MPEG-21

by Harald Kosch

A multimedia system needs a mechanism to communicate with its environment, the Internet, clients, and applications. MPEG-7 provides a standard metadata format for global communication, but lacks the framework to let the various players in a system interact. MPEG-21 closes this gap by establishing an infrastructure for a distributed multimedia frame

Distributed Multiple Description Coding

by Yao Zhao Huihui Bai Jeng-Shyang Pan Ajith Abraham Anhong Wang

This book examines distributed video coding (DVC) and multiple description coding (MDC), two novel techniques designed to address the problems of conventional image and video compression coding. Covering all fundamental concepts and core technologies, the chapters can also be read as independent and self-sufficient, describing each methodology in sufficient detail to enable readers to repeat the corresponding experiments easily. Topics and features: provides a broad overview of DVC and MDC, from the basic principles to the latest research; covers sub-sampling based MDC, quantization based MDC, transform based MDC, and FEC based MDC; discusses Sleplian-Wolf coding based on Turbo and LDPC respectively, and comparing relative performance; includes original algorithms of MDC and DVC; presents the basic frameworks and experimental results, to help readers improve the efficiency of MDC and DVC; introduces the classical DVC system for mobile communications, providing the developmental environment in detail.

Distributed .NET with Microsoft Orleans: Build robust and highly scalable distributed applications without worrying about complex programming patterns

by Bhupesh Guptha Muthiyalu Suneel Kumar Kunani

Adopt an effortless approach to avoid the hassles of complex concurrency and scaling patterns when building distributed applications in .NETKey FeaturesExplore the Orleans cross-platform framework for building robust, scalable, and distributed applicationsHandle concurrency, fault tolerance, and resource management without complex programming patternsWork with essential components such as grains and silos to write scalable programs with easeBook DescriptionBuilding distributed applications in this modern era can be a tedious task as customers expect high availability, high performance, and improved resilience. With the help of this book, you'll discover how you can harness the power of Microsoft Orleans to build impressive distributed applications.Distributed .NET with Microsoft Orleans will demonstrate how to leverage Orleans to build highly scalable distributed applications step by step in the least possible time and with minimum effort. You'll explore some of the key concepts of Microsoft Orleans, including the Orleans programming model, runtime, virtual actors, hosting, and deployment. As you advance, you'll become well-versed with important Orleans assets such as grains, silos, timers, and persistence. Throughout the book, you'll create a distributed application by adding key components to the application as you progress through each chapter and explore them in detail.By the end of this book, you'll have developed the confidence and skills required to build distributed applications using Microsoft Orleans and deploy them in Microsoft Azure.What you will learnGet to grips with the different cloud architecture patterns that can be leveraged for building distributed applicationsManage state and build a custom storage providerExplore Orleans key design patterns and understand when to reuse themWork with different classes that are created by code generators in the Orleans frameworkWrite unit tests for Orleans grains and silos and create mocks for different parts of the systemOvercome traditional challenges of latency and scalability while building distributed applicationsWho this book is forThis book is for .NET developers and software architects looking for a simplified guide for creating distributed applications, without worrying about complex programming patterns. Intermediate web developers who want to build highly scalable distributed applications will also find this book useful. A basic understanding of .NET Classic or .NET Core with C# and Azure will be helpful.

Distributed Network Data: From Hardware to Data to Visualization

by Alasdair Allan Kipp Bradford

Build your own distributed sensor network to collect, analyze, and visualize real-time data about our human environment--including noise level, temperature, and people flow. With this hands-on book, you'll learn how to turn your project idea into working hardware, using the easy-to-learn Arduino microcontroller and off-the-shelf sensors. Authors Alasdair Allan and Kipp Bradford walk you through the entire process, from prototyping a simple sensor node to performing real-time analysis on data captured by a deployed multi-sensor network. Demonstrated at recent O'Reilly Strata Conferences, the future of distributed data is already here. If you have programming experience, you can get started immediately. Wire up a circuit on a breadboard, and use the Arduino to read values from a sensor Add a microphone and infrared motion detector to your circuit Move from breadboard to prototype with Fritzing, a program that converts your circuit design into a graphical representation Simplify your design: learn use cases and limitations for using Arduino pins for power and grounding Build wireless networks with XBee radios and request data from multiple sensor platforms Visualize data from your sensor network with Processing or LabVIEW

Distributed Networks: Intelligence, Security, and Applications

by Qurban A. Memon

For many civilian, security, and military applications, distributed and networked coordination offers a more promising alternative to centralized command and control in terms of scalability, flexibility, and robustness. It also introduces its own challenges. Distributed Networks: Intelligence, Security, and Applications brings together scientific research in distributed network intelligence, security, and novel applications. The book presents recent trends and advances in the theory and applications of network intelligence and helps you understand how to successfully incorporate them into distributed systems and services. Featuring contributions by leading scholars and experts from around the world, this collection covers: Approaches for distributed network intelligence Distributed models for distributed enterprises, including forecasting and performance measurement models Security applications for distributed enterprises, including intrusion tackling and peer-to-peer traffic detection Future wireless networking scenarios, including the use of software sensors instead of hardware sensors Emerging enterprise applications and trends such as the smartOR standard and innovative concepts for human–machine interaction in the operating room Several chapters use a tutorial style to emphasize the development process behind complex distributed networked systems and services, which highlights the difficulties of knowledge engineering of such systems. Delving into novel concepts, theories, and advanced technologies, this book offers inspiration for further research and development in distributed computing and networking, especially related to security solutions for distributed environments.

Distributed Optimization: Advances in Theories, Methods, and Applications

by Huaqing Li Qingguo Lü Zheng Wang Xiaofeng Liao Tingwen Huang

This book offers a valuable reference guide for researchers in distributed optimization and for senior undergraduate and graduate students alike. Focusing on the natures and functions of agents, communication networks and algorithms in the context of distributed optimization for networked control systems, this book introduces readers to the background of distributed optimization; recent developments in distributed algorithms for various types of underlying communication networks; the implementation of computation-efficient and communication-efficient strategies in the execution of distributed algorithms; and the frameworks of convergence analysis and performance evaluation. On this basis, the book then thoroughly studies 1) distributed constrained optimization and the random sleep scheme, from an agent perspective; 2) asynchronous broadcast-based algorithms, event-triggered communication, quantized communication, unbalanced directed networks, and time-varying networks, from a communication network perspective; and 3) accelerated algorithms and stochastic gradient algorithms, from an algorithm perspective. Finally, the applications of distributed optimization in large-scale statistical learning, wireless sensor networks, and for optimal energy management in smart grids are discussed.

Distributed Optimization in Networked Systems: Algorithms and Applications (Wireless Networks)

by Qingguo Lü Xiaofeng Liao Huaqing Li Shaojiang Deng Shanfu Gao

This book focuses on improving the performance (convergence rate, communication efficiency, computational efficiency, etc.) of algorithms in the context of distributed optimization in networked systems and their successful application to real-world applications (smart grids and online learning). Readers may be particularly interested in the sections on consensus protocols, optimization skills, accelerated mechanisms, event-triggered strategies, variance-reduction communication techniques, etc., in connection with distributed optimization in various networked systems. This book offers a valuable reference guide for researchers in distributed optimization and for senior undergraduate and graduate students alike.

Distributed Parameter Modeling and Boundary Control of Flexible Manipulators

by Jinkun Liu Wei He

The book investigates fundamental issues in flexible manipulator systems, including distributed parameter modeling and boundary controller design. It presents theoretical explorations of several fundamental problems concerning the dynamics and control of these systems. By integrating fresh concepts and results to form a systematic approach to control, it also provides a basic theoretical framework.In turn, the book offers a comprehensive treatment of flexible manipulator systems, addressing topics ranging from related distributed parameter modeling and advanced boundary controller design for these systems with input constraint, to active control with output constraint.In brief, the book addresses dynamical analysis and control design for flexible manipulator systems. Though primarily intended for researchers and engineers in the control system and mechanical engineering community, it can also serve as supplemental reading on the modeling and control of flexible manipulator systems at the postgraduate level.

Distributed Perception: Resonances and Axiologies (Routledge Studies in Science, Technology and Society)

by Natasha Lushetich

Contributors to this book include key theorists and practitioners from media theory, Native Science, bio-media and sound art, philosophy, art history and design informatics. Collectively, they examine the becoming-technique of animal-human- machinic perceptibilities; and micro-perceptions that lie beneath the threshold of known perceptions yet create energetic vibrations. Who, what, and where perceives, and how? What are the sedimentations, inscriptions and axiologies of animal, human and machinic perceptions? What are their perceptibilities? Deleuze uses the word ‘visibilities’ to indicate that visual perception isn’t just a physiological given but cues operations productive of new assemblages. Perceptibilities are, by analogy, spatio- temporal, geolocative, kinaesthetic, audio-visual, and haptic operations that are always already memory. In the case of strong inscriptions, they are also epigenetic events. The contributors show distributed perception to be a key notion in addressing the emergence and persistence of plant, animal, human and machine relations. An invaluable reference for students and scholars in a range of areas including Media Theory, Sociology, Philosophy, Art and Design.

Distributed Programming

by A. Udaya Shankar

Distributed Programming: Theory and Practice presents a practical and rigorous method to develop distributed programs that correctly implement their specifications. The method also covers how to write specifications and how to use them. Numerous examples such as bounded buffers, distributed locks, message-passing services, and distributed termination detection illustrate the method. Larger examples include data transfer protocols, distributed shared memory, and TCP network sockets. Distributed Programming: Theory and Practice bridges the gap between books that focus on specific concurrent programming languages and books that focus on distributed algorithms. Programs are written in a "real-life" programming notation, along the lines of Java and Python with explicit instantiation of threads and programs. Students and programmers will see these as programs and not "merely" algorithms in pseudo-code. The programs implement interesting algorithms and solve problems that are large enough to serve as projects in programming classes and software engineering classes. Exercises and examples are included at the end of each chapter with on-line access to the solutions. Distributed Programming: Theory and Practice is designed as an advanced-level text book for students in computer science and electrical engineering. Programmers, software engineers and researchers working in this field will also find this book useful.

Distributed Real-Time Architecture for Mixed-Criticality Systems

by Hamidreza Ahmadian Roman Obermaisser Jon Perez

This book describes a cross-domain architecture and design tools for networked complex systems where application subsystems of different criticality coexist and interact on networked multi-core chips. The architecture leverages multi-core platforms for a hierarchical system perspective of mixed-criticality applications. This system perspective is realized by virtualization to establish security, safety and real-time performance. The impact further includes a reduction of time-to-market, decreased development, deployment and maintenance cost, and the exploitation of the economies of scale through cross-domain components and tools. Describes an end-to-end architecture for hypervisor-level, chip-level, and cluster level. Offers a solution for different types of resources including processors, on-chip communication, off-chip communication, and I/O. Provides a cross-domain approach with examples for wind-power, health-care, and avionics. Introduces hierarchical adaptation strategies for mixed-criticality systems Provides modular verification and certification methods for the seamless integration of mixed-criticality systems. Covers platform technologies, along with a methodology for the development process. Presents an experimental evaluation of technological results in cooperation with industrial partners. The information in this book will be extremely useful to industry leaders who design and manufacture products with distributed embedded systems in mixed-criticality use-cases. It will also benefit suppliers of embedded components or development tools used in this area. As an educational tool, this material can be used to teach students and working professionals in areas including embedded systems, computer networks, system architecture, dependability, real-time systems, and avionics, wind-power and health-care systems.

Distributed Real-Time Systems: Theory and Practice (Computer Communications and Networks)

by K. Erciyes

This classroom-tested textbook describes the design and implementation of software for distributed real-time systems, using a bottom-up approach. The text addresses common challenges faced in software projects involving real-time systems, and presents a novel method for simply and effectively performing all of the software engineering steps. Each chapter opens with a discussion of the core concepts, together with a review of the relevant methods and available software. This is then followed with a description of the implementation of the concepts in a sample kernel, complete with executable code.Topics and features: introduces the fundamentals of real-time systems, including real-time architecture and distributed real-time systems; presents a focus on the real-time operating system, covering the concepts of task, memory, and input/output management; provides a detailed step-by-step construction of a real-time operating system kernel, which is then used to test various higher level implementations; describes periodic and aperiodic scheduling, resource management, and distributed scheduling; reviews the process of application design from high-level design methods to low-level details of design and implementation; surveys real-time programming languages and fault tolerance techniques; includes end-of-chapter review questions, extensive C code, numerous examples, and a case study implementing the methods in real-world applications; supplies additional material at an associated website.Requiring only a basic background in computer architecture and operating systems, this practically-oriented work is an invaluable study aid for senior undergraduate and graduate-level students of electrical and computer engineering, and computer science. The text will also serve as a useful general reference for researchers interested in real-time systems.

Distributed Sensing and Intelligent Systems: Proceedings of ICDSIS 2020 (Studies in Distributed Intelligence)

by Mohamed Elhoseny Xiaohui Yuan Salah-Ddine Krit

This book is the proceeding of the 1st International Conference on Distributed Sensing and Intelligent Systems (ICDSIS2020) which will be held in The National School of Applied Sciences of Agadir, Ibn Zohr University, Agadir, Morocco on February 01-03, 2020. ICDSIS2020 is co-organized by Computer Vision and Intelligent Systems Lab, University of North Texas, USA as a scientific collaboration event with The National School of Applied Sciences of Agadir, Ibn Zohr University. ICDSIS2020 aims to foster students, researchers, academicians and industry persons in the field of Computer and Information Science, Intelligent Systems, and Electronics and Communication Engineering in general. The volume collects contributions from leading experts around the globe with the latest insights on emerging topics, and includes reviews, surveys, and research chapters covering all aspects of distributed sensing and intelligent systems. The volume is divided into 5 key sections: Distributed Sensing Applications; Intelligent Systems; Advanced theories and algorithms in machine learning and data mining; Artificial intelligence and optimization, and application to Internet of Things (IoT); and Cybersecurity and Secure Distributed Systems. This conference proceeding is an academic book which can be read by students, analysts, policymakers, and regulators interested in Distributed Sensing, Smart Network approaches, Smart Cities, IoT Applications, and Intelligent Applications. It is written in plain and easy language, and describes new concepts when they appear first so that a reader without prior background of the field finds it readable. The book is primarily intended for research students in sensor networks and IoT applications (including intelligent information systems, and smart sensors applications), academics in higher education institutions including universities and vocational colleges, policy makers and legislators.

Distributed Sensor Networks: Image and Sensor Signal Processing (Volume One) (Chapman And Hall/crc Computer And Information Science Ser. #26)

by S. Sitharama Iyengar Richard R. Brooks

The best-selling Distributed Sensor Networks became the definitive guide to understanding this far-reaching technology. Preserving the excellence and accessibility of its predecessor, Distributed Sensor Networks, Second Edition once again provides all the fundamentals and applications in one complete, self-contained source. Ideal as a tutorial for

Distributed Serverless Architectures on AWS: Design and Implement Serverless Architectures

by Jithin Jude Paul

Explore the serverless world using Amazon Web Services (AWS) and develop various architectures, including those for event-driven and disaster recovery designs. This book will give you an understanding of different distributed serverless architectures and how to build them using AWS components. You will begin with an introduction to serverless components and architectures, before progressing to data platforms and containers. Next, you'll dig deeper into these serverless architectures and how they leverage AWS components through practical use cases. You will also explore designing systems in a multi-cloud paradigm. Author Jithin Jude Paul then demonstrates how efficient serverless architectures are, and the benefits of designing distributed systems globally in a cost-effective way while incorporating a microservices architectural style. Distributed Serverless Architectures with AWS concludes with a discussion of current and future trends in serverless frameworks. After completing this book, you'll be able to design distributed serverless architectures using AWS.What You'll LearnGain an overview of different serverless architectures Design and build distributed systems using serverless componentsBuild serverless data and container platforms on AWSPlan a multi-cloud strategy using serverless components Who This Book Is For Cloud engineers, DevOps engineers, and architects focused on the AWS ecosystem, as well as software engineers/developers working with AWS.

Refine Search

Showing 16,201 through 16,225 of 53,390 results