Big Data Analytics for Time-Critical Mobility Forecasting

Big Data Analytics for Time-Critical Mobility Forecasting

Author: George A. Vouros

Publisher: Springer Nature

Published: 2020-06-23

Total Pages: 378

ISBN-13: 303045164X

DOWNLOAD EBOOK

This book provides detailed descriptions of big data solutions for activity detection and forecasting of very large numbers of moving entities spread across large geographical areas. It presents state-of-the-art methods for processing, managing, detecting and predicting trajectories and important events related to moving entities, together with advanced visual analytics methods, over multiple heterogeneous, voluminous, fluctuating and noisy data streams from moving entities, correlating them with data from archived data sources expressing e.g. entities’ characteristics, geographical information, mobility patterns, mobility regulations and intentional data. The book is divided into six parts: Part I discusses the motivation and background of mobility forecasting supported by trajectory-oriented analytics, and includes specific problems and challenges in the aviation (air-traffic management) and the maritime domains. Part II focuses on big data quality assessment and processing, and presents novel technologies suitable for mobility analytics components. Next, Part III describes solutions toward processing and managing big spatio-temporal data, particularly enriching data streams and integrating streamed and archival data to provide coherent views of mobility, and storing of integrated mobility data in large distributed knowledge graphs for efficient query-answering. Part IV focuses on mobility analytics methods exploiting (online) processed, synopsized and enriched data streams as well as (offline) integrated, archived mobility data, and highlights future location and trajectory prediction methods, distinguishing between short-term and more challenging long-term predictions. Part V examines how methods addressing data management, data processing and mobility analytics are integrated in big data architectures with distinctive characteristics compared to other known big data paradigmatic architectures. Lastly, Part VI covers important ethical issues that research on mobility analytics should address. Providing novel approaches and methodologies related to mobility detection and forecasting needs based on big data exploration, processing, storage, and analysis, this book will appeal to computer scientists and stakeholders in various application domains.


Aviation Turbulence

Aviation Turbulence

Author: Robert Sharman

Publisher: Springer

Published: 2016-06-27

Total Pages: 529

ISBN-13: 331923630X

DOWNLOAD EBOOK

Anyone who has experienced turbulence in flight knows that it is usually not pleasant, and may wonder why this is so difficult to avoid. The book includes papers by various aviation turbulence researchers and provides background into the nature and causes of atmospheric turbulence that affect aircraft motion, and contains surveys of the latest techniques for remote and in situ sensing and forecasting of the turbulence phenomenon. It provides updates on the state-of-the-art research since earlier studies in the 1960s on clear-air turbulence, explains recent new understanding into turbulence generation by thunderstorms, and summarizes future challenges in turbulence prediction and avoidance.


Advances in Networked-Based Information Systems

Advances in Networked-Based Information Systems

Author: Leonard Barolli

Publisher: Springer Nature

Published: 2021-08-07

Total Pages: 425

ISBN-13: 3030849139

DOWNLOAD EBOOK

This book provides the latest research findings, innovative research results, methods and development techniques from both theoretical and practical perspectives related to the emerging areas of information networking and their applications. The networks and information systems of today are evolving rapidly. There are new trends and applications in information networking such as wireless sensor networks, ad hoc networks, peer-to-peer systems, vehicular networks, opportunistic networks, grid and cloud computing, pervasive and ubiquitous computing, multimedia systems, security, multi-agent systems, high-speed networks, and web-based systems. These kinds of networks need to manage the increasing number of users, provide support for different services, guarantee the QoS, and optimize the network resources. For these networks, there are many research issues and challenges that should be considered and find solutions.


Business Applications Of Neural Networks: The State-of-the-art Of Real-world Applications

Business Applications Of Neural Networks: The State-of-the-art Of Real-world Applications

Author: Bill Edisbury

Publisher: World Scientific

Published: 2000-08-30

Total Pages: 222

ISBN-13: 9814494224

DOWNLOAD EBOOK

Neural networks are increasingly being used in real-world business applications and, in some cases, such as fraud detection, they have already become the method of choice. Their use for risk assessment is also growing and they have been employed to visualise complex databases for marketing segmentation. This boom in applications covers a wide range of business interests — from finance management, through forecasting, to production. The combination of statistical, neural and fuzzy methods now enables direct quantitative studies to be carried out without the need for rocket-science expertise.This book reviews the state-of-the-art in current applications of neural-network methods in three important areas of business analysis. It includes a tutorial chapter to introduce new users to the potential and pitfalls of this new technology.


Advances in Guidance, Navigation and Control

Advances in Guidance, Navigation and Control

Author: Liang Yan

Publisher: Springer Nature

Published: 2021-11-12

Total Pages: 5416

ISBN-13: 981158155X

DOWNLOAD EBOOK

This book features the latest theoretical results and techniques in the field of guidance, navigation, and control (GNC) of vehicles and aircraft. It covers a range of topics, including, but not limited to, intelligent computing communication and control; new methods of navigation, estimation, and tracking; control of multiple moving objects; manned and autonomous unmanned systems; guidance, navigation, and control of miniature aircraft; and sensor systems for guidance, navigation, and control. Presenting recent advances in the form of illustrations, tables, and text, it also provides detailed information of a number of the studies, to offer readers insights for their own research. In addition, the book addresses fundamental concepts and studies in the development of GNC, making it a valuable resource for both beginners and researchers wanting to further their understanding of guidance, navigation, and control.


TIME SERIES FORECASTING USING NEURAL NETWORKS. EXAMPLES WITH MATLAB

TIME SERIES FORECASTING USING NEURAL NETWORKS. EXAMPLES WITH MATLAB

Author: Cesar Perez Lopez

Publisher: CESAR PEREZ

Published:

Total Pages: 283

ISBN-13:

DOWNLOAD EBOOK

MATLAB has the tool Deep Leraning Toolbox that provides algorithms, functions, and apps to create, train, visualize, and simulate neural networks. You can perform classification, regression, clustering, dimensionality reduction, timeseries forecasting, and dynamic system modeling and control. Dynamic neural networks are good at timeseries prediction. You can use the Neural Net Time Series app to solve different kinds of time series problems It is generally best to start with the GUI, and then to use the GUI to automatically generate command line scripts. Before using either method, the first step is to define the problem by selecting a data set. Each GUI has access to many sample data sets that you can use to experiment with the toolbox. If you have a specific problem that you want to solve, you can load your own data into the workspace. With MATLAB is possibe to solve three different kinds of time series problems. In the first type of time series problem, you would like to predict future values of a time series y(t) from past values of that time series and past values of a second time series x(t). This form of prediction is called nonlinear autoregressive network with exogenous (external) input, or NARX. In the second type of time series problem, there is only one series involved. The future values of a time series y(t) are predicted only from past values of that series. This form of prediction is called nonlinear autoregressive, or NAR. The third time series problem is similar to the first type, in that two series are involved, an input series (predictors) x(t) and an output series (responses) y(t). Here you want to predict values of y(t) from previous values of x(t), but without knowledge of previous values of y(t). This book develops methods for time series forecasting using neural networks across MATLAB