Browse Results

Showing 6,926 through 6,950 of 28,521 results

Data Analytics: Models and Algorithms for Intelligent Data Analysis

by Thomas A. Runkler

This book is a comprehensive introduction to the methods and algorithms of modern data analytics. It provides a sound mathematical basis, discusses advantages and drawbacks of different approaches, and enables the reader to design and implement data analytics solutions for real-world applications. This book has been used for more than ten years in the Data Mining course at the Technical University of Munich. Much of the content is based on the results of industrial research and development projects at Siemens.

Data Analytics: Models and Algorithms for Intelligent Data Analysis - A Comprehensive Introduction

by Thomas A. Runkler

This book is a comprehensive introduction to the methods and algorithms of modern data analytics. It provides a sound mathematical basis, discusses advantages and drawbacks of different approaches, and enables the reader to design and implement data analytics solutions for real-world applications. The new edition integrates themes such as Word Embeddings, Transformer Models, and generative AI among the contents and offers new exercises in addition. This book has been used for more than ten years in the Data Mining course at the Technical University of Munich. Much of the content is based on the results of industrial research and development projects at Siemens.

Data Assimilation Fundamentals: A Unified Formulation of the State and Parameter Estimation Problem (Springer Textbooks in Earth Sciences, Geography and Environment)

by Geir Evensen Femke C. Vossepoel Peter Jan van Leeuwen

This open-access textbook's significant contribution is the unified derivation of data-assimilation techniques from a common fundamental and optimal starting point, namely Bayes' theorem. Unique for this book is the "top-down" derivation of the assimilation methods. It starts from Bayes theorem and gradually introduces the assumptions and approximations needed to arrive at today's popular data-assimilation methods. This strategy is the opposite of most textbooks and reviews on data assimilation that typically take a bottom-up approach to derive a particular assimilation method. E.g., the derivation of the Kalman Filter from control theory and the derivation of the ensemble Kalman Filter as a low-rank approximation of the standard Kalman Filter. The bottom-up approach derives the assimilation methods from different mathematical principles, making it difficult to compare them. Thus, it is unclear which assumptions are made to derive an assimilation method and sometimes even which problem it aspires to solve. The book's top-down approach allows categorizing data-assimilation methods based on the approximations used. This approach enables the user to choose the most suitable method for a particular problem or application. Have you ever wondered about the difference between the ensemble 4DVar and the "ensemble randomized likelihood" (EnRML) methods? Do you know the differences between the ensemble smoother and the ensemble-Kalman smoother? Would you like to understand how a particle flow is related to a particle filter? In this book, we will provide clear answers to several such questions. The book provides the basis for an advanced course in data assimilation. It focuses on the unified derivation of the methods and illustrates their properties on multiple examples. It is suitable for graduate students, post-docs, scientists, and practitioners working in data assimilation.

Data Assimilation for Atmospheric, Oceanic and Hydrologic Applications (Vol. II)

by Liang Xu Seon Ki Park

This book contains the most recent progress in data assimilation in meteorology, oceanography and hydrology including land surface. It spans both theoretical and applicative aspects with various methodologies such as variational, Kalman filter, ensemble, Monte Carlo and artificial intelligence methods. Besides data assimilation, other important topics are also covered including targeting observation, sensitivity analysis, and parameter estimation. The book will be useful to individual researchers as well as graduate students for a reference in the field of data assimilation.

Data Assimilation for Atmospheric, Oceanic and Hydrologic Applications (Vol. IV)

by Liang Xu Seon Ki Park

This book contains the most recent progress in data assimilation in meteorology, oceanography and hydrology including land surface. It spans both theoretical and applicative aspects with various methodologies such as variational, Kalman filter, ensemble, Monte Carlo and artificial intelligence methods. Besides data assimilation, other important topics are also covered including adaptive observations, sensitivity analysis, parameter estimation and AI applications. The book is useful to individual researchers as well as graduate students for a reference in the field of data assimilation.

Data Assimilation: A Mathematical Introduction (Texts in Applied Mathematics #62)

by Kody Law Andrew Stuart Konstantinos Zygalakis

This book provides a systematic treatment of the mathematical underpinnings of work in data assimilation, covering both theoretical and computational approaches. Specifically the authors develop a unified mathematical framework in which a Bayesian formulation of the problem provides the bedrock for the derivation, development and analysis of algorithms; the many examples used in the text, together with the algorithms which are introduced and discussed, are all illustrated by the MATLAB software detailed in the book and made freely available online. The book is organized into nine chapters: the first contains a brief introduction to the mathematical tools around which the material is organized; the next four are concerned with discrete time dynamical systems and discrete time data; the last four are concerned with continuous time dynamical systems and continuous time data and are organized analogously to the corresponding discrete time chapters. This book is aimed at mathematical researchers interested in a systematic development of this interdisciplinary field, and at researchers from the geosciences, and a variety of other scientific fields, who use tools from data assimilation to combine data with time-dependent models. The numerous examples and illustrations make understanding of the theoretical underpinnings of data assimilation accessible. Furthermore, the examples, exercises and MATLAB software, make the book suitable for students in applied mathematics, either through a lecture course, or through self-study.

Data Assimilation: Mathematical Concepts and Instructive Examples (SpringerBriefs in Earth Sciences)

by Rodolfo Guzzi

This book endeavours to give a concise contribution to understanding the data assimilation and related methodologies. The mathematical concepts and related algorithms are fully presented, especially for those facing this theme for the first time. The first chapter gives a wide overview of the data assimilation steps starting from Gauss' first methods to the most recent as those developed under the Monte Carlo methods. The second chapter treats the representation of the physical system as an ontological basis of the problem. The third chapter deals with the classical Kalman filter, while the fourth chapter deals with the advanced methods based on recursive Bayesian Estimation. A special chapter, the fifth, deals with the possible applications, from the first Lorenz model, passing trough the biology and medicine up to planetary assimilation, mainly on Mars. This book serves both teachers and college students, and other interested parties providing the algorithms and formulas to manage the data assimilation everywhere a dynamic system is present.

Data Classification: Algorithms and Applications (Chapman And Hall/crc Data Mining And Knowledge Discovery Ser. #35)

by Charu C. Aggarwal

Comprehensive Coverage of the Entire Area of ClassificationResearch on the problem of classification tends to be fragmented across such areas as pattern recognition, database, data mining, and machine learning. Addressing the work of these different communities in a unified way, Data Classification: Algorithms and Applications explores the underlyi

Data Clustering in C++: An Object-Oriented Approach

by Guojun Gan

Data clustering is a highly interdisciplinary field, the goal of which is to divide a set of objects into homogeneous groups such that objects in the same group are similar and objects in different groups are quite distinct. Thousands of theoretical papers and a number of books on data clustering have been published over the past 50 years. However, few books exist to teach people how to implement data clustering algorithms. This book was written for anyone who wants to implement or improve their data clustering algorithms. Using object-oriented design and programming techniques, Data Clustering in C++ exploits the commonalities of all data clustering algorithms to create a flexible set of reusable classes that simplifies the implementation of any data clustering algorithm. Readers can follow the development of the base data clustering classes and several popular data clustering algorithms. Additional topics such as data pre-processing, data visualization, cluster visualization, and cluster interpretation are briefly covered.This book is divided into three parts-- Data Clustering and C++ Preliminaries: A review of basic concepts of data clustering, the unified modeling language, object-oriented programming in C++, and design patterns A C++ Data Clustering Framework: The development of data clustering base classes Data Clustering Algorithms: The implementation of several popular data clustering algorithms A key to learning a clustering algorithm is to implement and experiment the clustering algorithm. Complete listings of classes, examples, unit test cases, and GNU configuration files are included in the appendices of this book as well as in the downloadable resources. The only requirements to compile the code are a modern C++ compiler and the Boost C++ libraries.

Data Clustering: Algorithms and Applications (Chapman & Hall/CRC Data Mining and Knowledge Discovery Series #31)

by Charu C. Aggarwal Chandan K. Reddy

Research on the problem of clustering tends to be fragmented across the pattern recognition, database, data mining, and machine learning communities. Addressing this problem in a unified way, Data Clustering: Algorithms and Applications provides complete coverage of the entire area of clustering, from basic methods to more refined and complex data clustering approaches. It pays special attention to recent issues in graphs, social networks, and other domains.The book focuses on three primary aspects of data clustering: Methods, describing key techniques commonly used for clustering, such as feature selection, agglomerative clustering, partitional clustering, density-based clustering, probabilistic clustering, grid-based clustering, spectral clustering, and nonnegative matrix factorization Domains, covering methods used for different domains of data, such as categorical data, text data, multimedia data, graph data, biological data, stream data, uncertain data, time series clustering, high-dimensional clustering, and big data Variations and Insights, discussing important variations of the clustering process, such as semisupervised clustering, interactive clustering, multiview clustering, cluster ensembles, and cluster validation In this book, top researchers from around the world explore the characteristics of clustering problems in a variety of application areas. They also explain how to glean detailed insight from the clustering process—including how to verify the quality of the underlying clusters—through supervision, human intervention, or the automated generation of alternative clusters.

Data Construction in Social Surveys (Contemporary Social Research)

by Nicholas Bateson

Before the early 1980s, much attention had been given in the social survey literature to the analysis and interpretation of data, but much less to the problems of constructing the individual datum. Yet without good work at datum level a good data set cannot be produced, and without good data no useful analyses and interpretations may be made. What do we mean by ‘survey data’? What are ‘good’ data, and how do we recognise them?Originally published in 1984, Nicholas Bateson tackles these questions and, in doing so, offers a redefinition of the validity of survey data and suggests a new approach – or a more assertive formulation of an old approach – to the testing of data for validity. He specifies conditions that must be satisfied if survey data are to be called valid, and brings out the implications of his ideas for the management of survey error.This book, then, provides a basis for thinking about, discussing and evaluating survey data. It will be of value to survey researchers, to users of survey data, and to students of social science who encounter reports of surveys and need to understand the problems intrinsic to survey data.

Data Correcting Approaches in Combinatorial Optimization (SpringerBriefs in Optimization)

by Panos M. Pardalos Boris Goldengorin

Data Correcting Approaches in Combinatorial Optimization focuses on algorithmic applications of the well known polynomially solvable special cases of computationally intractable problems. The purpose of this text is to design practically efficient algorithms for solving wide classes of combinatorial optimization problems. Researches, students and engineers will benefit from new bounds and branching rules in development efficient branch-and-bound type computational algorithms. This book examines applications for solving the Traveling Salesman Problem and its variations, Maximum Weight Independent Set Problem, Different Classes of Allocation and Cluster Analysis as well as some classes of Scheduling Problems. Data Correcting Algorithms in Combinatorial Optimization introduces the data correcting approach to algorithms which provide an answer to the following questions: how to construct a bound to the original intractable problem and find which element of the corrected instance one should branch such that the total size of search tree will be minimized. The PC time needed for solving intractable problems will be adjusted with the requirements for solving real world problems.

Data Distributions, Describing Variability and Comparing Groups

by Glenda Lappan James T. Fey William M. Fitzgerald

NIMAC-sourced textbook

Data Driven Business Transformation: How to Disrupt, Innovate and Stay Ahead of the Competition

by Peter Jackson Caroline Carruthers

OPTIMIZE YOUR BUSINESS DATA FOR FIRST-CLASS RESULTS Data Driven Business Transformation illustrates how to find the secrets to fast adaptation and disruptive origination hidden in your data and how to use them to capture market share. Digitalisation – or the Digital Revolution – was the first step in an evolving process of analysis and improvement in the operations and administration of commerce. The popular author team of Caroline Carruthers and Peter Jackson, two global leaders in data transformation and education, pick up the conversation here at the next evolutionary step where data from these digital systems generates value, and really use data science to produce tangible results. Optimise the performance of your company through data-driven processes by: Following step-by-step guidance for transitioning your company in the real world to run on a data-enabled business model Mastering a versatile set of data principles powerful enough to produce transformative results at any stage of a business’s development Winning over the hearts of your employees and influencing a cultural shift to a data-enabled business Reading first-hand stories from today’s thought leaders who are shaping data transformation at their companies Enable your company’s data to lift profits with Data Driven Business Transformation.

Data Driven Statistical Methods

by Peter Sprent

Calculations once prohibitively time-consuming can be completed in microseconds by modern computers. This has resulted in dramatic shifts in emphasis in applied statistics. Not only has it freed us from an obsession with the 5% and 1% significance levels imposed by conventional tables but many exact estimation procedures based on randomization tests are now as easy to carry out as approximations based on normal distribution theory. In a wider context it has facilitated the everyday use of tools such as the bootstrap and robust estimation methods as well as diagnostic tests for pinpointing or for adjusting possible aberrations or contamination that may otherwise be virtually undetectable in complex data sets. Data Driven Statistical Methods provides an insight into modern developments in statistical methodology using examples that highlight connections between these techniques as well as their relationship to other established approaches. Illustration by simple numerical examples takes priority over abstract theory. Examples and exercises are selected from many fields ranging from studies of literary style to analysis of survival data from clinical files, from psychological tests to interpretation of evidence in legal cases. Users are encouraged to apply the methods to their own or other data sets relevant to their fields of interest. The book will appeal both to lecturers giving undergraduate mainstream or service courses in statistics and to newly-practising statisticians or others concerned with data interpretation in any discipline who want to make the best use of modern statistical computer software.

Data Driven Strategies: Theory and Applications

by Ricardo A. Ramirez-Mendoza Ruben Morales-Menendez Wang Jianhong

A key challenge in science and engineering is to provide a quantitative description of the systems under investigation, leveraging the noisy data collected. Such a description may be a complete mathematical model or a mechanism to return controllers corresponding to new, unseen inputs. Recent advances in the theories are described in detail, along with their applications in engineering. The book aims to develop model-free system analysis and control strategies, i.e., data-driven control from theoretical analysis and engineering applications based only on measured data. The study aims to develop system identification, and combination in advanced control theory, i.e., data-driven control strategy as system and controller are generated from measured data directly. The book reviews the development of system identification and its combination in advanced control theory, i.e., data-driven control strategy, as they all depend on measured data. Firstly, data-driven identification is developed for the closed-loop, nonlinear system and model validation, i.e., obtaining model descriptions from measured data. Secondly, the data-driven idea is combined with some control strategies to be considered data-driven control strategies, such as data-driven model predictive control, data-driven iterative tuning control, and data-driven subspace predictive control. Thirdly data-driven identification and data-driven control strategies are applied to interested engineering. In this context, the book provides algorithms to perform state estimation of dynamical systems from noisy data and some convex optimization algorithms through identification and control problems.

Data Engineering and Applications: Proceedings of the International Conference, IDEA 2K22, Volume 1 (Lecture Notes in Electrical Engineering #1146)

by Jitendra Agrawal Sanjeev Sharma Rajesh K. Shukla Chin-Shiuh Shieh

This book comprises select proceedings from the 4th International Conference on Data, Engineering, and Applications (IDEA 2022). The contents discuss novel contributions and latest developments in the domains of data structures and data management algorithms, information retrieval and information integration, social data analytics, IoT and data intelligence, Industry 4.0 and digital manufacturing, data fusion, natural language processing, geolocation handling, image, video and signal processing, ICT applications and e-governance, among others. This book is of interest to researchers in academia and industry working in big data, data mining, machine learning, data science, and their associated learning systems and applications.

Data Engineering and Applications: Proceedings of the International Conference, IDEA 2K22, Volume 2 (Lecture Notes in Electrical Engineering #1189)

by Jitendra Agrawal Sanjeev Sharma Rajesh K. Shukla Chin-Shiuh Shieh

This book comprises select proceedings from the 4th International Conference on Data, Engineering, and Applications (IDEA 2022). The contents discuss novel contributions and latest developments in the domains of data structures and data management algorithms, information retrieval and information integration, social data analytics, IoT and data intelligence, Industry 4.0 and digital manufacturing, data fusion, natural language processing, geolocation handling, image, video and signal processing, ICT applications and e-governance, among others. This book is of interest to researchers in academia and industry working in big data, data mining, machine learning, data science, and their associated learning systems and applications.

Data Engineering and Data Science: Concepts and Applications (Lecture Notes On Data Engineering And Communications Technologies Ser. #16)

by Aynur Unal M. Niranjanamurthy Kukatlapalli Pradeep Kumar Vinay Jha Pillai Hari Murthy

DATA ENGINEERING and DATA SCIENCE Written and edited by one of the most prolific and well-known experts in the field and his team, this exciting new volume is the “one-stop shop” for the concepts and applications of data science and engineering for data scientists across many industries. The field of data science is incredibly broad, encompassing everything from cleaning data to deploying predictive models. However, it is rare for any single data scientist to be working across the spectrum day to day. Data scientists usually focus on a few areas and are complemented by a team of other scientists and analysts. Data engineering is also a broad field, but any individual data engineer doesn’t need to know the whole spectrum of skills. Data engineering is the aspect of data science that focuses on practical applications of data collection and analysis. For all the work that data scientists do to answer questions using large sets of information, there have to be mechanisms for collecting and validating that information. In this exciting new volume, the team of editors and contributors sketch the broad outlines of data engineering, then walk through more specific descriptions that illustrate specific data engineering roles. Data-driven discovery is revolutionizing the modeling, prediction, and control of complex systems. This book brings together machine learning, engineering mathematics, and mathematical physics to integrate modeling and control of dynamical systems with modern methods in data science. It highlights many of the recent advances in scientific computing that enable data-driven methods to be applied to a diverse range of complex systems, such as turbulence, the brain, climate, epidemiology, finance, robotics, and autonomy. Whether for the veteran engineer or scientist working in the field or laboratory, or the student or academic, this is a must-have for any library.

Data Engineering for Machine Learning Pipelines: From Python Libraries to ML Pipelines and Cloud Platforms

by Pavan Kumar Narayanan

This book covers modern data engineering functions and important Python libraries, to help you develop state-of-the-art ML pipelines and integration code. The book begins by explaining data analytics and transformation, delving into the Pandas library, its capabilities, and nuances. It then explores emerging libraries such as Polars and CuDF, providing insights into GPU-based computing and cutting-edge data manipulation techniques. The text discusses the importance of data validation in engineering processes, introducing tools such as Great Expectations and Pandera to ensure data quality and reliability. The book delves into API design and development, with a specific focus on leveraging the power of FastAPI. It covers authentication, authorization, and real-world applications, enabling you to construct efficient and secure APIs using FastAPI. Also explored is concurrency in data engineering, examining Dask's capabilities from basic setup to crafting advanced machine learning pipelines. The book includes development and delivery of data engineering pipelines using leading cloud platforms such as AWS, Google Cloud, and Microsoft Azure. The concluding chapters concentrate on real-time and streaming data engineering pipelines, emphasizing Apache Kafka and workflow orchestration in data engineering. Workflow tools such as Airflow and Prefect are introduced to seamlessly manage and automate complex data workflows. What sets this book apart is its blend of theoretical knowledge and practical application, a structured path from basic to advanced concepts, and insights into using state-of-the-art tools. With this book, you gain access to cutting-edge techniques and insights that are reshaping the industry. This book is not just an educational tool. It is a career catalyst, and an investment in your future as a data engineering expert, poised to meet the challenges of today's data-driven world. What You Will Learn Elevate your data wrangling jobs by utilizing the power of both CPU and GPU computing, and learn to process data using Pandas 2.0, Polars, and CuDF at unprecedented speeds Design data validation pipelines, construct efficient data service APIs, develop real-time streaming pipelines and master the art of workflow orchestration to streamline your engineering projects Leverage concurrent programming to develop machine learning pipelines and get hands-on experience in development and deployment of machine learning pipelines across AWS, GCP, and Azure Who This Book Is For Data analysts, data engineers, data scientists, machine learning engineers, and MLOps specialists

Data Envelopment Analysis in the Financial Services Industry: A Guide for Practitioners and Analysts Working in Operations Research Using DEA (International Series in Operations Research & Management Science #266)

by H. David Sherman Joseph C. Paradi Fai Keung Tam

This book presents the methodology and applications of Data Envelopment Analysis (DEA) in measuring productivity, efficiency and effectiveness in Financial Services firms such as banks, bank branches, stock markets, pension funds, mutual funds, insurance firms, credit unions, risk tolerance, and corporate failure prediction. Financial service DEA research includes banking; insurance businesses; hedge, pension and mutual funds; and credit unions. Significant business transactions among financial service organizations such as bank mergers and acquisitions and valuation of IPOs have also been the focus of DEA research. The book looks at the range of DEA uses for financial services by presenting prior studies, examining the current capabilities reflected in the most recent research, and projecting future new uses of DEA in finance related applications.

Data Envelopment Analysis with R (Studies in Fuzziness and Soft Computing #386)

by Ali Ebrahimnejad Farhad Hosseinzadeh Lotfi Mohsen Vaez-Ghasemi Zohreh Moghaddas

This book introduces readers to the use of R codes for optimization problems. First, it provides the necessary background to understand data envelopment analysis (DEA), with a special emphasis on fuzzy DEA. It then describes DEA models, including fuzzy DEA models, and shows how to use them to solve optimization problems with R. Further, it discusses the main advantages of R in optimization problems, and provides R codes based on real-world data sets throughout. Offering a comprehensive review of DEA and fuzzy DEA models and the corresponding R codes, this practice-oriented reference guide is intended for masters and Ph.D. students in various disciplines, as well as practitioners and researchers.

Data Envelopment Analysis: A Handbook of Modeling Internal Structure and Network (International Series in Operations Research & Management Science #208)

by Joe Zhu Wade D. Cook

This handbook serves as a complement to the Handbook on Data Envelopment Analysis (eds, W. W. Cooper, L. M. Seiford and J, Zhu, 2011, Springer) in an effort to extend the frontier of DEA research. It provides a comprehensive source for the state-of-the art DEA modeling on internal structures and network DEA. Chapter 1 provides a survey on two-stage network performance decomposition and modeling techniques. Chapter 2 discusses the pitfalls in network DEA modeling. Chapter 3 discusses efficiency decompositions in network DEA under three types of structures, namely series, parallel and dynamic. Chapter 4 studies the determination of the network DEA frontier. In chapter 5 additive efficiency decomposition in network DEA is discussed. An approach in scale efficiency measurement in two-stage networks is presented in chapter 6. Chapter 7 further discusses the scale efficiency decomposition in two stage networks. Chapter 8 offers a bargaining game approach to modeling two-stage networks. Chapter 9 studies shared resources and efficiency decomposition in two-stage networks. Chapter 10 introduces an approach to computing the technical efficiency scores for a dynamic production network and its sub-processes. Chapter 11 presents a slacks-based network DEA. Chapter 12 discusses a DEA modeling technique for a two-stage network process where the inputs of the second stage include both the outputs from the first stage and additional inputs to the second stage. Chapter 13 presents an efficiency measurement methodology for multi-stage production systems. Chapter 14 discusses network DEA models, both static and dynamic. The discussion also explores various useful objective functions that can be applied to the models to find the optimal allocation of resources for processes within the black box, that are normally invisible to DEA. Chapter 15 provides a comprehensive review of various type network DEA modeling techniques. Chapter 16 presents shared resources models for deriving aggregate measures of bank-branch performance, with accompanying component measures that make up that aggregate value. Chapter 17 examines a set of manufacturing plants operating under a single umbrella, with the objective being to use the component or function measures to decide what might be considered as each plant's core business. Chapter 18 considers problem settings where there may be clusters or groups of DMUs that form a hierarchy. The specific case of a set off electric power plants is examined in this context. Chapter 19 models bad outputs in two-stage network DEA. Chapter 20 presents an application of network DEA to performance measurement of Major League Baseball (MLB) teams. Chapter 21 presents an application of a two-stage network DEA model for examining the performance of 30 U. S. airline companies. Chapter 22 then presents two distinct network efficiency models that are applied to engineering systems.

Data Ethics and Challenges (SpringerBriefs in Applied Sciences and Technology)

by Samiksha Shukla Joseph Varghese Kureethara Jossy P. George Kapil Tiwari

This book gives a thorough and systematic introduction to Data, Data Sources, Dimensions of Data, Privacy, and Security Challenges associated with Data, Ethics, Laws, IPR Copyright, and Technology Law. This book will help students, scholars, and practitioners to understand the challenges while dealing with data and its ethical and legal aspects. The book focuses on emerging issues while working with the Data.

Data Fusion Mathematics: Theory and Practice

by Jitendra R. Raol Sudesh K. Kashyap S. Sethu Selvi Ailneni Sanketh

Data Fusion Mathematics: Theory and Practice offers a comprehensive overview of data fusion (DF) and provides a proper and adequate understanding of the basic mathematics directly related to DF.This new edition offers updated chapters alongside four new chapters that are based on recent research carried out by the authors, including topics on machine learning techniques, target localization using a network of 2D ground radar, thermal imaging sensors for multi‑target angle‑only tracking, and multi‑sensor data fusion for a single platform and team platforms. This book also covers major mathematical expressions, formulae and equations, and, where feasible, their derivations. It discusses signed distance function concepts, DF models and architectures, aspects and methods of types 1 and 2 fuzzy logics, and related practical applications. In addition, the authors cover soft computing paradigms that are finding increasing applications in multi-sensory DF approaches and applications.This text is geared toward researchers, scientists, teachers, and practicing engineers interested in and working in the multi‑sensor data fusion area.

Refine Search

Showing 6,926 through 6,950 of 28,521 results