Anomaly Detection & Behavior Prediction: Higher-Level Fusion Based on Computational Neuroscientific Principles
Over the past twenty years, the knowledge and understanding of wastewater treatment have advanced extensively and moved away from empirically-based approaches to a first principles approach embracing chemistry, microbiology, physical and bioprocess engineering, and mathematics. Many of these advances have matured to the degree that they have been codified into mathematical models for simulation…
Break down the misconceptions of the Internet of Things by examining the different security building blocks available in Intel Architecture (IA) based IoT platforms. This open access book reviews the threat pyramid, secure boot, chain of trust, and the SW stack leading up to defense-in-depth. The IoT presents unique challenges in implementing security and Intel has both CPU and Isolated Securit…
This book offers a critical introduction to the core technologies underlying the Internet from a humanistic perspective. It provides a cultural critique of computing technologies, by exploring the history of computing and examining issues related to writing, representing, archiving and searching. The book raises awareness of, and calls for, the digital humanities to address the challenges posed…
The geek is male. Or so it seems. As is well documented, there is a distinct under-representation of girls studying computing at high school level and, correspondingly, going on to have careers in IT. To address this problem, in 2007 the authors of this book, with backgrounds in secondary teaching or IT, trialled a new and revolutionary program in schools: "Digital Divas." The Digital Divas pro…
AI Knowledge Transfer from the University to Society: Applications in High-Impact Sectors brings together examples from the "Innovative Ecosystem with Artificial Intelligence for Andalusia 2025" project at the University of Seville, a series of sub-projects composed of research groups and different institutions or companies that explore the use of Artificial Intelligence in a variety of high-im…
The Internet has taken with its unlimited communication structures an outstanding role. In the process of globalization this creates not only the possibility for the integration of access to information independent from time and place, it also implies social changes with not yet known consequences. How is our society changing under these new communication structures? Is the "networked egoist" p…
Computational fluid dynamics (CFD) is the main field of computational mechanics that has historically benefited from advances in high-performance computing. High-performance computing involves several techniques to make a simulation efficient and fast, such as distributed memory parallelism, shared memory parallelism, vectorization, memory access optimizations, etc. As an introduction, we prese…
Think D.S.P. is an introduction to Digital Signal Processing in Python. The premise of this book (and the other books in the Think X series) is that if you know how to program, you can use that skill to learn other things. The author is writing this book because he thinks the conventional approach to digital signal processing is backward: most books (and the classes that use them) present the m…
This book is about complexity science, data structures and algorithms, intermediate programming in Python and the philosophy of science: Data structures and algorithms: A data structure is a collection that contains data elements organized in a way that supports particular operations. For example, a dictionary organizes key-value pairs in a way that provides fast mapping from keys to values, bu…