Skip to main content

Morgan Kaufmann

  • Cognitive Science, Computational Intelligence, and Data Analytics

    Methods and Applications with Python
    • 1st Edition
    • Vikas Khare + 2 more
    • English
    Cognitive Science, Computational Intelligence, and Data Analytics: Methods and Applications with Python introduces readers to the foundational concepts of data analysis, cognitive science, and computational intelligence, including AI and Machine Learning. The book's focus is on fundamental ideas, procedures, and computational intelligence tools that can be applied to a wide range of data analysis approaches, with applications that include mathematical programming, evolutionary simulation, machine learning, and logic-based models. It offers readers the fundamental and practical aspects of cognitive science and data analysis, exploring data analytics in terms of description, evolution, and applicability in real-life problems.The authors cover the history and evolution of cognitive analytics, methodological concerns in philosophy, syntax and semantics, understanding of generative linguistics, theory of memory and processing theory, structured and unstructured data, qualitative and quantitative data, measurement of variables, nominal, ordinals, intervals, and ratio scale data. The content in this book is tailored to the reader's needs in terms of both type and fundamentals, including coverage of multivariate analysis, CRISP methodology and SEMMA methodology. Each chapter provides practical, hands-on learning with real-world applications, including case studies and Python programs related to the key concepts being presented.
  • API Design for C++

    • 2nd Edition
    • Martin Reddy
    • English
    API Design for C++, Second Edition provides a comprehensive discussion of Application Programming Interface (API) development, from initial design through implementation, testing, documentation, release, versioning, maintenance, and deprecation. It is the only book that teaches the strategies of C++ API development, including interface design, versioning, scripting, and plug-in extensibility. Drawing from the author's experience on large scale, collaborative software projects, the text offers practical techniques of API design that produce robust code for the long-term. It presents patterns and practices that provide real value to individual developers as well as organizations.The Second Edition includes all new material fully updated for the latest versions of C++, including a new chapter on concurrency and multithreading, as well as a new chapter discussing how Objective C++ and C++ code can co-exist and how a C++ API can be accessed from Swift programs. In addition, it explores often overlooked issues, both technical and non-technical, contributing to successful design decisions that produce high quality, robust, and long-lived APIs. It focuses on various API styles and patterns that will allow you to produce elegant and durable libraries. A discussion on testing strategies concentrates on automated API testing techniques rather than attempting to include end-user application testing techniques such as GUI testing, system testing, or manual testing.
  • Metaheuristic Optimization Algorithms

    Optimizers, Analysis, and Applications
    • 1st Edition
    • Laith Abualigah
    • English
    Metaheuristic Optimization Algorithms: Optimizers, Analysis, and Applications presents the most recent optimization algorithms and their applications across a wide range of scientific and engineering research fields. The book provides readers with a comprehensive overview of eighteen optimization algorithms to address this complex data, including Particle Swarm Optimization Algorithm, Arithmetic Optimization Algorithm, Whale Optimization Algorithm, and Marine Predators Algorithm, along with new and emerging methods such as Aquila Optimizer, Quantum Approximate Optimization Algorithm, Manta-Ray Foraging Optimization Algorithm, and Gradient Based Optimizer, among others. Each chapter includes an introduction to the modeling concepts used to create the algorithm that is followed by the mathematical and procedural structure of the algorithm, associated pseudocode, and real-world case studies.
  • Foundations of Quantum Programming

    • 2nd Edition
    • Mingsheng Ying
    • English
    Foundations of Quantum Programming, Second Edition provides a systematic exposition of the subject of quantum programming. Emphasis is placed on foundational concepts, methods, and techniques that can be widely used for various quantum programming models and languages. The book describes how programming methodologies developed for current computers can be extended for quantum computers, along with new programming methodologies that can effectively exploit the unique power of quantum computing. In addition, this resource introduces a chain of quantum programming models from sequential to parallel and distributed programming in the paradigm of superposition-of-dat... to the paradigm of superposition-of-pro... content presents a series of logical and mathematical tools for verification and analysis of quantum programs, including invariant generation, termination analysis, and abstract interpretation.
  • Theory of Structured Parallel Programming

    • 1st Edition
    • Yong Wang
    • English
    Theory of Structured Parallel Programming is a comprehensive guide to structured parallel programming corresponding to traditional structured sequential programming. The book provides readers with comprehensive coverage of theoretical foundations of structured parallel programming, including analyses of parallelism and concurrency, truly concurrent process algebras, building block-based structured parallel programming, modelling and verification of parallel programming language, modelling and verification of parallel programming patterns, as well as modeling and verification of distributed systems.There have been always two ways to approach parallel computing: one is the structured way, and the other is the graph-based (true concurrent) way. The structured way is often based on the interleaving semantics, such as process algebra CCS. Since the parallelism in interleaving semantics is not a fundamental computational pattern (the parallel operator can be replaced by alternative composition and sequential composition), the parallel operator often does not occur as an explicit operator, such as in the mainstream programming languages C, C++, Java, et al.
  • Bio-Inspired Strategies for Modeling and Detection in Diabetes Mellitus Treatment

    • 1st Edition
    • Alma Y Alanis + 3 more
    • English
    Bio-Inspired Strategies for Modeling and Detection in Diabetes Mellitus Treatment focuses on bioinspired techniques such as modeling to generate control algorithms for the treatment of diabetes mellitus. The book addresses the identification of diabetes mellitus using a high-order recurrent neural network trained by an extended Kalman filter. The authors also describe the use of metaheuristic algorithms for the parametric identification of compartmental models of diabetes mellitus widely used in research works such as the Sorensen model and the Dallaman model. In addition, the book addresses the modeling of time series for the prediction of risk scenarios such as hyperglycaemia and hypoglycaemia using deep neural networks. The detection of diabetes mellitus in the early stages or when current diagnostic techniques cannot detect glucose intolerance or prediabetes is proposed, carried out by means of deep neural networks present in the literature. Readers will find leading-edge research in diabetes identification based on discrete high-order neural networks trained with an extended Kalman filter; parametric identification of compartmental models used to describe diabetes mellitus; modeling of data obtained by continuous glucose-monitoring sensors for the prediction of risk scenarios such as hyperglycaemia and hypoglycaemia; and screening for glucose intolerance using glucose-tolerance test data and deep neural networks. Application of the proposed approaches is illustrated via simulation and real-time implementations for modeling, prediction, and classification.
  • Computational Intelligence and Blockchain in Complex Systems

    System Security and Interdisciplinary Applications
    • 1st Edition
    • Fadi Al-Turjman
    • English
    Computational Intelligence and Blockchain in Complex Systems: System Security and Interdisciplinary Applications provides readers with a guide to understanding the dynamics of AI, machine learning, and computational intelligence in blockchain, and how these rapidly developing technologies are revolutionizing a variety of interdisciplinary research fields and applications. This book examines the role of computational intelligence and machine learning in the development of algorithms to deploy blockchain technology across a number of applications, including healthcare, insurance, smart grid, smart contracts, digital currency, precision agriculture, and supply chain. The authors cover the unique and developing intersection between cyber security and blockchain in modern networks, as well as in-depth studies on cybersecurity challenges and multidisciplinary methods in modern blockchain networks. Readers will find mathematical equations throughout the book as part of the underlying concepts and foundational methods, especially the complex algorithms involved in blockchain security aspects for hashing, coding, and decoding. This book also provides readers with the most in-depth technical guide to the intersection of computational intelligence and blockchain, two of the most important technologies for the development of next-generation complex systems
  • Object-Oriented Analysis and Design for Information Systems

    Modeling with BPMN, OCL, IFML, and Python
    • 2nd Edition
    • Raul Sidnei Wazlawick
    • English
    Object-Oriented Analysis and Design for Information Systems, Second Edition clearly explains real object-oriented programming in practice. Expert author Raul Sidnei Wazlawick explains concepts such as object responsibility, visibility, and the real need for delegation in detail. The object-oriented code generated by using these concepts in a systematic way is concise, organized and reusable.The patterns and solutions presented in this book are based in research and industrial applications. You will come away with clarity regarding processes and use cases and a clear understanding of how to expand a use case. Wazlawick clearly explains how to build meaningful sequence diagrams. Object-Oriented Analysis and Design for Information Systems illustrates how and why building a class model is not just placing classes into a diagram. You will learn the necessary organizational patterns so that your software architecture will be maintainable. The Second Edition includes all new content shifting the focus of the book to agile software development, including Scrum software project management, BPMN diagrams, user stories, and Python code examples.
  • Many-Sorted Algebras for Deep Learning and Quantum Technology

    • 1st Edition
    • Charles R. Giardina
    • English
    Many-Sorted Algebras for Deep Learning and Quantum Technology presents a precise and rigorousdescription of basic concepts in quantum technologies and how they relate to deep learning and quantum theory. Current merging of quantum theory and deep learning techniques provides the need for a source that gives readers insights into the algebraic underpinnings of these disciplines. Although analytical, topological, probabilistic, as well as geometrical concepts are employed in many of these areas, algebra exhibits the principal thread; hence, this thread is exposed using many-sorted algebras. This book includes hundreds of well-designed examples that illustrate the intriguing concepts in quantum systems. Along with these examples are numerous visual displays. In particular, the polyadic graph shows the types or sorts of objects used in quantum or deep learning. It also illustrates all the inter and intra-sort operations needed in describing algebras. In brief, it provides the closure conditions. Throughout the book, all laws or equational identities needed in specifying an algebraic structure are precisely described.
  • Computational Intelligence Methods for Sentiment Analysis in Natural Language Processing Applications

    • 1st Edition
    • D. Jude Hemanth
    • English
    Computational Intelligence for Sentiment Analysis in Natural Language Processing Applications provides a solution to this problem through detailed technical coverage of AI-based Sentiment Analysis methods for various applications. The book's authors provide readers with an in-depth look at the challenges and associated solutions, including case studies and real-world scenarios from across the globe. Development of scientific and enterprise applications are covered that will aid computer scientists in building practical/real-world AI-based Sentiment Analysis systems. With the vast increase in Big Data, computational intelligence approaches have become a necessity for Natural Language Processing and Sentiment Analysis in a wide range of decision-making application areas.