Skip to main content

Books in Computer science

The Computing collection presents a range of foundational and applied content across computer and data science, including fields such as Artificial Intelligence; Computational Modelling; Computer Networks, Computer Organization & Architecture, Computer Vision & Pattern Recognition, Data Management; Embedded Systems & Computer Engineering; HCI/User Interface Design; Information Security; Machine Learning; Network Security; Software Engineering.

    • Multicore and GPU Programming

      • 2nd Edition
      • February 9, 2022
      • Gerassimos Barlas
      • English
      • Paperback
        9 7 8 0 1 2 8 1 4 1 2 0 5
      • eBook
        9 7 8 0 1 2 8 1 4 1 2 1 2
      Multicore and GPU Programming: An Integrated Approach, Second Edition offers broad coverage of key parallel computing tools, essential for multi-core CPU programming and many-core "massively parallel" computing. Using threads, OpenMP, MPI, CUDA and other state-of-the-art tools, the book teaches the design and development of software capable of taking advantage of modern computing platforms that incorporate CPUs, GPUs and other accelerators. Presenting material refined over more than two decades of teaching parallel computing, author Gerassimos Barlas minimizes the challenge of transitioning from sequential programming to mastering parallel platforms with multiple examples, extensive case studies, and full source code. By using this book, readers will better understand how to develop programs that run over distributed memory machines using MPI, create multi-threaded applications with either libraries or directives, write optimized applications that balance the workload between available computing resources, and profile and debug programs targeting parallel machines.
    • Contemporary Management of Metastatic Colorectal Cancer

      • 1st Edition
      • June 23, 2022
      • Aslam Ejaz + 1 more
      • English
      • Paperback
        9 7 8 0 3 2 3 9 1 7 0 6 3
      • eBook
        9 7 8 0 4 4 3 1 5 8 5 9 9
      • eBook
        9 7 8 0 3 2 3 9 8 5 6 8 0
      Contemporary Management of Metastatic Colorectal Cancer: A Precision Medicine Approach summarizes current knowledge and provides evidenced-based practice recommendations on how to treat patients with metastatic colorectal cancer. The book presents topics such as pre-operating imaging, the use of molecular markers in treatment decisions, neoadjuvant therapy, synchronous colorectal liver metastasis, and minimally invasive approaches. In addition, it discusses immunotherapy, targeted therapies and survivorship. This is a valuable resource for practitioners, cancer researchers, oncologists, graduate students and members of biomedical research who need to understand more about novel treatments for colorectal cancer metastasis.
    • Up and Running with AutoCAD 2023

      • 1st Edition
      • July 22, 2022
      • Elliot J. Gindis + 1 more
      • English
      • Paperback
        9 7 8 0 3 2 3 9 9 6 6 5 5
      • eBook
        9 7 8 0 3 2 3 9 5 0 9 9 2
      Up and Running with AutoCAD 2023: 2D and 3D Drawing, Design and Modeling presents a combination of step-by-step instruction, examples and insightful explanations. The book emphasizes core concepts and practical applications of AutoCAD in engineering, architecture and design. Equally useful in instructor-led classroom training, self-study, or as a professional reference, the book is written by a long-time AutoCAD professor and instructor with the user in mind.
    • Intelligent Systems and Learning Data Analytics in Online Education

      • 1st Edition
      • June 15, 2021
      • Santi Caballé + 4 more
      • English
      • Paperback
        9 7 8 0 1 2 8 2 3 4 1 0 5
      • eBook
        9 7 8 0 1 2 8 2 3 1 2 7 2
      Intelligent Systems and Learning Data Analytics in Online Education provides novel artificial intelligence (AI) and analytics-based methods to improve online teaching and learning. This book addresses key problems such as attrition and lack of engagement in MOOCs and online learning in general. This book explores the state of the art of artificial intelligence, software tools and innovative learning strategies to provide better understanding and solutions to the various challenges of current e-learning in general and MOOC education. In particular, Intelligent Systems and Learning Data Analytics in Online Education shares stimulating theoretical and practical research from leading international experts. This publication provides useful references for educational institutions, industry, academic researchers, professionals, developers, and practitioners to evaluate and apply.
    • Machine Learning, Big Data, and IoT for Medical Informatics

      • 1st Edition
      • June 13, 2021
      • Pardeep Kumar + 2 more
      • English
      • Paperback
        9 7 8 0 1 2 8 2 1 7 7 7 1
      • eBook
        9 7 8 0 1 2 8 2 1 7 8 1 8
      Machine Learning, Big Data, and IoT for Medical Informatics focuses on the latest techniques adopted in the field of medical informatics. In medical informatics, machine learning, big data, and IOT-based techniques play a significant role in disease diagnosis and its prediction. In the medical field, the structure of data is equally important for accurate predictive analytics due to heterogeneity of data such as ECG data, X-ray data, and image data. Thus, this book focuses on the usability of machine learning, big data, and IOT-based techniques in handling structured and unstructured data. It also emphasizes on the privacy preservation techniques of medical data. This volume can be used as a reference book for scientists, researchers, practitioners, and academicians working in the field of intelligent medical informatics. In addition, it can also be used as a reference book for both undergraduate and graduate courses such as medical informatics, machine learning, big data, and IoT.
    • Deep Learning for Chest Radiographs

      • 1st Edition
      • July 16, 2021
      • Yashvi Chandola + 3 more
      • English
      • Paperback
        9 7 8 0 3 2 3 9 0 1 8 4 0
      • eBook
        9 7 8 0 3 2 3 9 0 6 8 6 9
      Deep Learning for Chest Radiographs enumerates different strategies implemented by the authors for designing an efficient convolution neural network-based computer-aided classification (CAC) system for binary classification of chest radiographs into "Normal" and "Pneumonia." Pneumonia is an infectious disease mostly caused by a bacteria or a virus. The prime targets of this infectious disease are children below the age of 5 and adults above the age of 65, mostly due to their poor immunity and lower rates of recovery. Globally, pneumonia has prevalent footprints and kills more children as compared to any other immunity-based disease, causing up to 15% of child deaths per year, especially in developing countries. Out of all the available imaging modalities, such as computed tomography, radiography or X-ray, magnetic resonance imaging, ultrasound, and so on, chest radiographs are most widely used for differential diagnosis between Normal and Pneumonia. In the CAC system designs implemented in this book, a total of 200 chest radiograph images consisting of 100 Normal images and 100 Pneumonia images have been used. These chest radiographs are augmented using geometric transformations, such as rotation, translation, and flipping, to increase the size of the dataset for efficient training of the Convolutional Neural Networks (CNNs). A total of 12 experiments were conducted for the binary classification of chest radiographs into Normal and Pneumonia. It also includes in-depth implementation strategies of exhaustive experimentation carried out using transfer learning-based approaches with decision fusion, deep feature extraction, feature selection, feature dimensionality reduction, and machine learning-based classifiers for implementation of end-to-end CNN-based CAC system designs, lightweight CNN-based CAC system designs, and hybrid CAC system designs for chest radiographs. This book is a valuable resource for academicians, researchers, clinicians, postgraduate and graduate students in medical imaging, CAC, computer-aided diagnosis, computer science and engineering, electrical and electronics engineering, biomedical engineering, bioinformatics, bioengineering, and professionals from the IT industry.
    • The Blockchain Technology for Secure and Smart Applications across Industry Verticals

      • 1st Edition
      • Volume 121
      • January 23, 2021
      • English
      • Hardback
        9 7 8 0 1 2 8 2 1 9 9 1 1
      • eBook
        9 7 8 0 1 2 8 2 1 9 9 2 8
      The Blockchain Technology for Secure and Smart Applications across Industry Verticals, Volume 121, presents the latest information on a type of distributed ledger used for maintaining a permanent and tamper-proof record of transactional data. The book presents a novel compendium of existing and budding Blockchain technologies for various smart applications. Chapters in this new release include the Basics of Blockchain, The Blockchain History, Architecture of Blockchain, Core components of Blockchain, Blockchain 2.0: Smart Contracts, Empowering Digital Twins with Blockchain, Industrial Use Cases at the Cusp of the IoT and Blockchain Paradigms, Blockchain Components and Concepts, Digital Signatures, Accumulators, Financial Systems, and more. This book is a unique effort to illuminate various techniques to represent, improve and authorize multi-institutional and multidisciplinary research in a different type of smart applications, like the financial system, smart grid, transportation system, etc. Readers in identity-privacy, traceability, immutability, transparency, auditability, and security will find it to be a valuable resource.
    • Advanced Methods and Deep Learning in Computer Vision

      • 1st Edition
      • November 9, 2021
      • E. R. Davies + 1 more
      • English
      • Paperback
        9 7 8 0 1 2 8 2 2 1 0 9 9
      • eBook
        9 7 8 0 1 2 8 2 2 1 4 9 5
      Advanced Methods and Deep Learning in Computer Vision presents advanced computer vision methods, emphasizing machine and deep learning techniques that have emerged during the past 5–10 years. The book provides clear explanations of principles and algorithms supported with applications. Topics covered include machine learning, deep learning networks, generative adversarial networks, deep reinforcement learning, self-supervised learning, extraction of robust features, object detection, semantic segmentation, linguistic descriptions of images, visual search, visual tracking, 3D shape retrieval, image inpainting, novelty and anomaly detection. This book provides easy learning for researchers and practitioners of advanced computer vision methods, but it is also suitable as a textbook for a second course on computer vision and deep learning for advanced undergraduates and graduate students.
    • Cognitive Big Data Intelligence with a Metaheuristic Approach

      • 1st Edition
      • November 9, 2021
      • Sushruta Mishra + 4 more
      • English
      • Paperback
        9 7 8 0 3 2 3 8 5 1 1 7 6
      • eBook
        9 7 8 0 3 2 3 8 5 1 1 8 3
      Cognitive Big Data Intelligence with a Metaheuristic Approach presents an exact and compact organization of content relating to the latest metaheuristics methodologies based on new challenging big data application domains and cognitive computing. The combined model of cognitive big data intelligence with metaheuristics methods can be used to analyze emerging patterns, spot business opportunities, and take care of critical process-centric issues in real-time. Various real-time case studies and implemented works are discussed in this book for better understanding and additional clarity. This book presents an essential platform for the use of cognitive technology in the field of Data Science. It covers metaheuristic methodologies that can be successful in a wide variety of problem settings in big data frameworks.
    • Visual Thinking for Information Design

      • 2nd Edition
      • March 26, 2021
      • Colin Ware
      • English
      • Paperback
        9 7 8 0 1 2 8 2 3 5 6 7 6
      • eBook
        9 7 8 0 1 2 8 2 3 5 6 8 3
      Visual Thinking for Information Design, Second Edition brings the science of perception to the art of design. The book takes what we now know about perception, cognition and attention and transforms it into concrete advice that students and designers can directly apply. It demonstrates how designs can be considered as tools for cognition and extensions of the viewer’s brain in much the same way that a hammer is an extension of the user’s hand. The book includes hundreds of examples, many in the form of integrated text and full-color diagrams. Renamed from the first edition, Visual Thinking for Design, to more accurately reflect its focus on infographics, this timely revision has been updated throughout and includes more content on pattern perception, the addition of new material illustrating color assimilation, and a new chapter devoted to communicating ideas through images.