0
Your cart

Your cart is empty

Browse All Departments
Price
  • R100 - R250 (5)
  • R250 - R500 (65)
  • R500+ (5,401)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > General theory of computing > Data structures

Heterogeneous Graph Representation Learning and Applications (Hardcover, 1st ed. 2022): Chuan Shi, Xiao Wang, Philip S. Yu Heterogeneous Graph Representation Learning and Applications (Hardcover, 1st ed. 2022)
Chuan Shi, Xiao Wang, Philip S. Yu
R4,593 Discovery Miles 45 930 Ships in 12 - 19 working days

Representation learning in heterogeneous graphs (HG) is intended to provide a meaningful vector representation for each node so as to facilitate downstream applications such as link prediction, personalized recommendation, node classification, etc. This task, however, is challenging not only because of the need to incorporate heterogeneous structural (graph) information consisting of multiple types of node and edge, but also the need to consider heterogeneous attributes or types of content (e.g. text or image) associated with each node. Although considerable advances have been made in homogeneous (and heterogeneous) graph embedding, attributed graph embedding and graph neural networks, few are capable of simultaneously and effectively taking into account heterogeneous structural (graph) information as well as the heterogeneous content information of each node. In this book, we provide a comprehensive survey of current developments in HG representation learning. More importantly, we present the state-of-the-art in this field, including theoretical models and real applications that have been showcased at the top conferences and journals, such as TKDE, KDD, WWW, IJCAI and AAAI. The book has two major objectives: (1) to provide researchers with an understanding of the fundamental issues and a good point of departure for working in this rapidly expanding field, and (2) to present the latest research on applying heterogeneous graphs to model real systems and learning structural features of interaction systems. To the best of our knowledge, it is the first book to summarize the latest developments and present cutting-edge research on heterogeneous graph representation learning. To gain the most from it, readers should have a basic grasp of computer science, data mining and machine learning.

The BOXES Methodology Second Edition - Black Box Control of Ill-defined Systems (Hardcover, 2nd ed. 2022): David W. Russell The BOXES Methodology Second Edition - Black Box Control of Ill-defined Systems (Hardcover, 2nd ed. 2022)
David W. Russell
R4,245 Discovery Miles 42 450 Ships in 12 - 19 working days

This book focuses on how the BOXES Methodology, which is based on the work of Donald Michie, is applied to ill-defined real-time control systems with minimal a priori knowledge of the system. The method is applied to a variety of systems including the familiar pole and cart. This second edition includes a new section that covers some further observations and thoughts, problems, and evolutionary extensions that the reader will find useful in their own implementation of the method. This second edition includes a new section on how to handle jittering about a system boundary which in turn causes replicated run times to become part of the learning mechanism. It also addresses the aging of data values using a forgetfulness factor that causes wrong values of merit to be calculated. Another question that is addressed is "Should a BOXES cell ever be considered fully trained and, if so, excluded from further dynamic updates". Finally, it expands on how system boundaries may be shifted using data from many runs using an evolutionary paradigm.

Constructive Fractional Analysis with Applications (Hardcover, 1st ed. 2021): george A. Anastassiou Constructive Fractional Analysis with Applications (Hardcover, 1st ed. 2021)
george A. Anastassiou
R4,695 Discovery Miles 46 950 Ships in 10 - 15 working days

This book includes constructive approximation theory; it presents ordinary and fractional approximations by positive sublinear operators, and high order approximation by multivariate generalized Picard, Gauss-Weierstrass, Poisson-Cauchy and trigonometric singular integrals. Constructive and Computational Fractional Analysis recently is more and more in the center of mathematics because of their great applications in the real world. In this book, all presented is original work by the author given at a very general level to cover a maximum number of cases in various applications. The author applies generalized fractional differentiation techniques of Riemann-Liouville, Caputo and Canavati types and of fractional variable order to various kinds of inequalities such as of Opial, Hardy, Hilbert-Pachpatte and on the spherical shell. He continues with E. R. Love left- and right-side fractional integral inequalities. They follow fractional Landau inequalities, of left and right sides, univariate and multivariate, including ones for Semigroups. These are developed to all possible directions, and right-side multivariate fractional Taylor formulae are proven for the purpose. It continues with several Gronwall fractional inequalities of variable order. This book results are expected to find applications in many areas of pure and applied mathematics. As such this book is suitable for researchers, graduate students and seminars of the above disciplines, also to be in all science and engineering libraries.

DNA Computing Based Genetic Algorithm - Applications in Industrial Process Modeling and Control (Hardcover, 1st ed. 2020): Jili... DNA Computing Based Genetic Algorithm - Applications in Industrial Process Modeling and Control (Hardcover, 1st ed. 2020)
Jili Tao, Ridong Zhang, Yong Zhu
R4,376 Discovery Miles 43 760 Ships in 10 - 15 working days

This book focuses on the implementation, evaluation and application of DNA/RNA-based genetic algorithms in connection with neural network modeling, fuzzy control, the Q-learning algorithm and CNN deep learning classifier. It presents several DNA/RNA-based genetic algorithms and their modifications, which are tested using benchmarks, as well as detailed information on the implementation steps and program code. In addition to single-objective optimization, here genetic algorithms are also used to solve multi-objective optimization for neural network modeling, fuzzy control, model predictive control and PID control. In closing, new topics such as Q-learning and CNN are introduced. The book offers a valuable reference guide for researchers and designers in system modeling and control, and for senior undergraduate and graduate students at colleges and universities.

Algorithms in Combinatorial Geometry (Hardcover, 1987 ed.): Herbert Edelsbrunner Algorithms in Combinatorial Geometry (Hardcover, 1987 ed.)
Herbert Edelsbrunner
R3,130 Discovery Miles 31 300 Ships in 10 - 15 working days

Computational geometry as an area of research in its own right emerged in the early seventies of this century. Right from the beginning, it was obvious that strong connections of various kinds exist to questions studied in the considerably older field of combinatorial geometry. For example, the combinatorial structure of a geometric problem usually decides which algorithmic method solves the problem most efficiently. Furthermore, the analysis of an algorithm often requires a great deal of combinatorial knowledge. As it turns out, however, the connection between the two research areas commonly referred to as computa tional geometry and combinatorial geometry is not as lop-sided as it appears. Indeed, the interest in computational issues in geometry gives a new and con structive direction to the combinatorial study of geometry. It is the intention of this book to demonstrate that computational and com binatorial investigations in geometry are doomed to profit from each other. To reach this goal, I designed this book to consist of three parts, acorn binatorial part, a computational part, and one that presents applications of the results of the first two parts. The choice of the topics covered in this book was guided by my attempt to describe the most fundamental algorithms in computational geometry that have an interesting combinatorial structure. In this early stage geometric transforms played an important role as they reveal connections between seemingly unrelated problems and thus help to structure the field."

Algorithms and Data Structures in Action (Paperback): Marcello La Rocca Algorithms and Data Structures in Action (Paperback)
Marcello La Rocca
R1,381 Discovery Miles 13 810 Ships in 12 - 19 working days

As a software engineer, you'll encounter countless programming challenges that initially seem confusing, difficult, or even impossible. Don't despair! Many of these "new" problems already have well-established solutions. Advanced Algorithms and Data Structures teaches you powerful approaches to a wide range of tricky coding challenges that you can adapt and apply to your own applications. Providing a balanced blend of classic, advanced, and new algorithms, this practical guide upgrades your programming toolbox with new perspectives and hands-on techniques. about the technology Data structures and algorithms are the foundations for how programs store and process information. Choosing the optimal algorithms ensures that your programs are fast, efficient, and reliable. about the book Algorithms and Data Structures in Action expands on the basic algorithms you already know to give you a better selection of solutions to different programming problems. In it, you'll discover techniques for improving priority queues, efficient caching, clustering data, and more. Each example is fully illustrated with graphics, language agnostic pseudo-code, and code samples in various languages. When you're done, you will be able to implement advanced and little-known algorithms to deliver better performance from your code. what's inside Improving on basic data structures Efficient caching Nearest neighbour search, including k-d trees and S-trees Full 'pseudo-code' and samples in multiple languages about the readerFor programmers with basic or intermediate skills. Written in a language-agnostic manner, no specific language knowledge is required. about the author Marcello La Rocca is a research scientist and a full-stack engineer focused on optimization algorithms, genetic algorithms, machine learning and quantum computing. He has contributed to large-scale web applications at companies like Twitter and Microsoft, has undertaken applied research in both academia and industry, and authored the Neatsort adaptive sorting algorithm.

Harmonic and Applied Analysis - From Radon Transforms to Machine Learning (Hardcover, 1st ed. 2021): Filippo De Mari, Ernesto... Harmonic and Applied Analysis - From Radon Transforms to Machine Learning (Hardcover, 1st ed. 2021)
Filippo De Mari, Ernesto De Vito
R2,507 R1,811 Discovery Miles 18 110 Save R696 (28%) Ships in 12 - 19 working days

Deep connections exist between harmonic and applied analysis and the diverse yet connected topics of machine learning, data analysis, and imaging science. This volume explores these rapidly growing areas and features contributions presented at the second and third editions of the Summer Schools on Applied Harmonic Analysis, held at the University of Genova in 2017 and 2019. Each chapter offers an introduction to essential material and then demonstrates connections to more advanced research, with the aim of providing an accessible entrance for students and researchers. Topics covered include ill-posed problems; concentration inequalities; regularization and large-scale machine learning; unitarization of the radon transform on symmetric spaces; and proximal gradient methods for machine learning and imaging.

Sustainable Digital Technologies for Smart Cities - Healthcare, Communication, and Transportation (Hardcover): L Ashok Kumar,... Sustainable Digital Technologies for Smart Cities - Healthcare, Communication, and Transportation (Hardcover)
L Ashok Kumar, R. Manivel, Eyal Ben Dor
R4,185 Discovery Miles 41 850 Ships in 12 - 19 working days

Covers three important aspects of smart cities i.e., healthcare, smart communication and information, and smart transportation technologies Discusses on various security aspects of medical documents and the data preserving mechanisms Provides better solution using IoT techniques for healthcare, transportation, and communication systems Includes the implementation example, various datasets, experimental results, and simulation procedures Offers solution for various disease prediction systems with intelligent techniques

Interdisciplinary Computing in Java Programming (Hardcover, 2003 ed.): Sun-Chong Wang Interdisciplinary Computing in Java Programming (Hardcover, 2003 ed.)
Sun-Chong Wang
R4,509 Discovery Miles 45 090 Ships in 10 - 15 working days

Books on computation in the marketplace tend to discuss the topics within specific fields. Many computational algorithms, however, share common roots. Great advantages emerge if numerical methodologies break the boundaries and find their uses across disciplines. Interdisciplinary Computing In Java Programming Language introduces readers of different backgrounds to the beauty of the selected algorithms. Serious quantitative researchers, writing customized codes for computation, enjoy cracking source codes as opposed to the black-box approach. Most C and Fortran programs, despite being slightly faster in program execution, lack built-in support for plotting and graphical user interface. This book selects Java as the platform where source codes are developed and applications are run, helping readers/users best appreciate the fun of computation.

Interdisciplinary Computing In Java Programming Language is designed to meet the needs of a professional audience composed of practitioners and researchers in science and technology. This book is also suitable for senior undergraduate and graduate-level students in computer science, as a secondary text.

Experiments in Automating Immigration Systems (Hardcover): Jack Maxwell, Joe Tomlinson Experiments in Automating Immigration Systems (Hardcover)
Jack Maxwell, Joe Tomlinson
R1,206 Discovery Miles 12 060 Ships in 12 - 19 working days

In recent years, the United Kingdom's Home Office has started using automated systems to make immigration decisions. These systems promise faster, more accurate, and cheaper decision-making, but in practice they have exposed people to distress, disruption, and even deportation. This book identifies a pattern of risky experimentation with automated systems in the Home Office. It analyses three recent case studies including: a voice recognition system used to detect fraud in English-language testing; an algorithm for identifying 'risky' visa applications; and automated decision-making in the EU Settlement Scheme. The book argues that a precautionary approach is essential to ensure that society benefits from government automation without exposing individuals to unacceptable risks.

Introduction to Chemical Engineering Analysis Using Mathematica - for Chemists, Biotechnologists and Materials Scientists... Introduction to Chemical Engineering Analysis Using Mathematica - for Chemists, Biotechnologists and Materials Scientists (Paperback, 2nd edition)
Henry C. Foley
R3,314 Discovery Miles 33 140 Ships in 12 - 19 working days

Introduction to Chemical Engineering Analysis Using Mathematica, Second Edition reviews the processes and designs used to manufacture, use, and dispose of chemical products using Mathematica, one of the most powerful mathematical software tools available for symbolic, numerical, and graphical computing. Analysis and computation are explained simultaneously. The book covers the core concepts of chemical engineering, ranging from the conservation of mass and energy to chemical kinetics. The text also shows how to use the latest version of Mathematica, from the basics of writing a few lines of code through developing entire analysis programs. This second edition has been fully revised and updated, and includes analyses of the conservation of energy, whereas the first edition focused on the conservation of mass and ordinary differential equations.

Algorithms for Elliptic Problems - Efficient Sequential and Parallel Solvers (Hardcover, 1992 ed.): Marian Vajtersic Algorithms for Elliptic Problems - Efficient Sequential and Parallel Solvers (Hardcover, 1992 ed.)
Marian Vajtersic
R3,053 Discovery Miles 30 530 Ships in 10 - 15 working days

This volume deals with problems of modern effective algorithms for the numerical solution of the most frequently occurring elliptic partial differential equations. From the point of view of implementation, attention is paid to algorithms for both classical sequential and parallel computer systems. The first two chapters are devoted to fast algorithms for solving the Poisson and biharmonic equation. In the third chapter, parallel algorithms for model parallel computer systems of the SIMD and MIMD types are described. The implementation aspects of parallel algorithms for solving model elliptic boundary value problems are outlined for systems with matrix, pipeline and multiprocessor parallel computer architectures. A modern and popular multigrid computational principle which offers a good opportunity for a parallel realization is described in the next chapter. More parallel variants based in this idea are presented, whereby methods and assignments strategies for hypercube systems are treated in more detail. The last chapter presents VLSI designs for solving special tridiagonal linear systems of equations arising from finite-difference approximations of elliptic problems. For researchers interested in the development and application of fast algorithms for solving elliptic partial differential equations using advanced computer systems.

Parsing Theory - Volume I Languages and Parsing (Hardcover, 1988 ed.): Seppo Sippu, Eljas Soisalon-Soininen Parsing Theory - Volume I Languages and Parsing (Hardcover, 1988 ed.)
Seppo Sippu, Eljas Soisalon-Soininen
R1,551 Discovery Miles 15 510 Ships in 10 - 15 working days

The theory of parsing is an important application area of the theory of formal languages and automata. The evolution of modem high-level programming languages created a need for a general and theoretically dean methodology for writing compilers for these languages. It was perceived that the compilation process had to be "syntax-directed," that is, the functioning of a programming language compiler had to be defined completely by the underlying formal syntax of the language. A program text to be compiled is "parsed" according to the syntax of the language, and the object code for the program is generated according to the semantics attached to the parsed syntactic entities. Context-free grammars were soon found to be the most convenient formalism for describing the syntax of programming languages, and accordingly methods for parsing context-free languages were devel oped. Practical considerations led to the definition of various kinds of restricted context-free grammars that are parsable by means of efficient deterministic linear-time algorithms."

Rigidity Theory and Applications (Hardcover, 1999 ed.): M.F. Thorpe, P.M. Duxbury Rigidity Theory and Applications (Hardcover, 1999 ed.)
M.F. Thorpe, P.M. Duxbury
R5,836 Discovery Miles 58 360 Ships in 10 - 15 working days

Although rigidity has been studied since the time of Lagrange (1788) and Maxwell (1864), it is only in the last twenty-five years that it has begun to find applications in the basic sciences. The modern era starts with Laman (1970), who made the subject rigorous in two dimensions, followed by the development of computer algorithms that can test over a million sites in seconds and find the rigid regions, and the associated pivots, leading to many applications. This workshop was organized to bring together leading researchers studying the underlying theory, and to explore the various areas of science where applications of these ideas are being implemented.

The Sparse Fourier Transform (Hardcover): Haitham Hassanieh The Sparse Fourier Transform (Hardcover)
Haitham Hassanieh
R3,323 R2,506 Discovery Miles 25 060 Save R817 (25%) Ships in 12 - 19 working days

The Fourier transform is one of the most fundamental tools for computing the frequency representation of signals. It plays a central role in signal processing, communications, audio and video compression, medical imaging, genomics, astronomy, as well as many other areas. Because of its widespread use, fast algorithms for computing the Fourier transform can benefit a large number of applications. The fastest algorithm for computing the Fourier transform is the Fast Fourier Transform (FFT), which runs in near-linear time making it an indispensable tool for many applications. However, today, the runtime of the FFT algorithm is no longer fast enough especially for big data problems where each dataset can be few terabytes. Hence, faster algorithms that run in sublinear time, i.e., do not even sample all the data points, have become necessary. This book addresses the above problem by developing the Sparse Fourier Transform algorithms and building practical systems that use these algorithms to solve key problems in six different applications: wireless networks; mobile systems; computer graphics; medical imaging; biochemistry; and digital circuits. This is a revised version of the thesis that won the 2016 ACM Doctoral Dissertation Award.

Deep Learning - Research and Applications (Hardcover): Siddhartha Bhattacharyya, Vaclav Snasel, Aboul Ella Hassanien, Satadal... Deep Learning - Research and Applications (Hardcover)
Siddhartha Bhattacharyya, Vaclav Snasel, Aboul Ella Hassanien, Satadal Saha, B. K. Tripathy
R4,094 Discovery Miles 40 940 Ships in 12 - 19 working days

This book focuses on the fundamentals of deep learning along with reporting on the current state-of-art research on deep learning. In addition, it provides an insight of deep neural networks in action with illustrative coding examples. Deep learning is a new area of machine learning research which has been introduced with the objective of moving ML closer to one of its original goals, i.e. artificial intelligence. Deep learning was developed as an ML approach to deal with complex input-output mappings. While traditional methods successfully solve problems where final value is a simple function of input data, deep learning techniques are able to capture composite relations between non-immediately related fields, for example between air pressure recordings and English words, millions of pixels and textual description, brand-related news and future stock prices and almost all real world problems. Deep learning is a class of nature inspired machine learning algorithms that uses a cascade of multiple layers of nonlinear processing units for feature extraction and transformation. Each successive layer uses the output from the previous layer as input. The learning may be supervised (e.g. classification) and/or unsupervised (e.g. pattern analysis) manners. These algorithms learn multiple levels of representations that correspond to different levels of abstraction by resorting to some form of gradient descent for training via backpropagation. Layers that have been used in deep learning include hidden layers of an artificial neural network and sets of propositional formulas. They may also include latent variables organized layer-wise in deep generative models such as the nodes in deep belief networks and deep boltzmann machines. Deep learning is part of state-of-the-art systems in various disciplines, particularly computer vision, automatic speech recognition (ASR) and human action recognition.

Optimization in Machine Learning and Applications (Hardcover, 1st ed. 2020): Anand J. Kulkarni, Suresh Chandra Satapathy Optimization in Machine Learning and Applications (Hardcover, 1st ed. 2020)
Anand J. Kulkarni, Suresh Chandra Satapathy
R4,600 Discovery Miles 46 000 Ships in 10 - 15 working days

This book discusses one of the major applications of artificial intelligence: the use of machine learning to extract useful information from multimodal data. It discusses the optimization methods that help minimize the error in developing patterns and classifications, which further helps improve prediction and decision-making. The book also presents formulations of real-world machine learning problems, and discusses AI solution methodologies as standalone or hybrid approaches. Lastly, it proposes novel metaheuristic methods to solve complex machine learning problems. Featuring valuable insights, the book helps readers explore new avenues leading toward multidisciplinary research discussions.

Logic Synthesis for FSM-Based Control Units (Hardcover, 2010 ed.): Alexander Barkalov, Larysa Titarenko Logic Synthesis for FSM-Based Control Units (Hardcover, 2010 ed.)
Alexander Barkalov, Larysa Titarenko
R4,493 Discovery Miles 44 930 Ships in 10 - 15 working days

Tremendous achievements in the area of semiconductor electronics turn - croelectronics into nanoelectronics. Actually, we observe a real technical boom connected with achievements in nanoelectronics. It results in devel- mentofverycomplexintegratedcircuits, particularlythe?eldprogrammable logic devices (FPLD). Up-to-day FPLD chips are so huge, that it is enough only one chip to implement a really complex digital system including a da- path and a control unit. Because of the extreme complexity of modern - crochips, it is very important to develop e?ective design methods oriented on particular properties of logic elements. The development of digital s- tems with use of FPLD microchips is not possible without use of di?erent hardware description languages(HDL), such as VHDL and Verilog. Di?erent computer-aided design tools (CAD) are wide used to develop digital system hardware. As majorityof researchespoint out, the design processis nowvery similar to the process of program development. It allows a researcher to pay more attention to some speci?c problems, where there are no standard f- mal methods of their solution. But application of all these achievements does not guaranteeper sedevelopmentof some competitiveelectronic product, - pecially in the acceptable time-to-market. This problem solution is possible only if a researcher possesses fundamental knowledge of a design process and knows exactly the mode of operation of industrial CAD tools in use. As it is known, any digital system can be represented as a composition of a da- path and a control uni

Decomposition-based Evolutionary Optimization In Complex Environments (Hardcover): Juan Li, Bin Xin, Jie Chen Decomposition-based Evolutionary Optimization In Complex Environments (Hardcover)
Juan Li, Bin Xin, Jie Chen
R2,604 Discovery Miles 26 040 Ships in 10 - 15 working days

Multi-objective optimization problems (MOPs) and uncertain optimization problems (UOPs) which widely exist in real life are challengeable problems in the fields of decision making, system designing, and scheduling, amongst others. Decomposition exploits the ideas of aEURO~making things simpleaEURO (TM) and aEURO~divide and conqueraEURO (TM) to transform a complex problem into a series of simple ones with the aim of reducing the computational complexity. In order to tackle the abovementioned two types of complicated optimization problems, this book introduces the decomposition strategy and conducts a systematic study to perfect the usage of decomposition in the field of multi-objective optimization, and extend the usage of decomposition in the field of uncertain optimization.

Advances in Randomized Parallel Computing (Hardcover, 1999 ed.): Panos M. Pardalos, Sanguthevar Rajasekaran Advances in Randomized Parallel Computing (Hardcover, 1999 ed.)
Panos M. Pardalos, Sanguthevar Rajasekaran
R4,528 Discovery Miles 45 280 Ships in 10 - 15 working days

The technique of randomization has been employed to solve numerous prob lems of computing both sequentially and in parallel. Examples of randomized algorithms that are asymptotically better than their deterministic counterparts in solving various fundamental problems abound. Randomized algorithms have the advantages of simplicity and better performance both in theory and often in practice. This book is a collection of articles written by renowned experts in the area of randomized parallel computing. A brief introduction to randomized algorithms In the aflalysis of algorithms, at least three different measures of performance can be used: the best case, the worst case, and the average case. Often, the average case run time of an algorithm is much smaller than the worst case. 2 For instance, the worst case run time of Hoare's quicksort is O(n ), whereas its average case run time is only O( n log n). The average case analysis is conducted with an assumption on the input space. The assumption made to arrive at the O( n log n) average run time for quicksort is that each input permutation is equally likely. Clearly, any average case analysis is only as good as how valid the assumption made on the input space is. Randomized algorithms achieve superior performances without making any assumptions on the inputs by making coin flips within the algorithm. Any analysis done of randomized algorithms will be valid for all p0: .sible inputs."

Reversible Grammar in Natural Language Processing (Hardcover, 1994 ed.): T. Strzalkowski Reversible Grammar in Natural Language Processing (Hardcover, 1994 ed.)
T. Strzalkowski
R5,856 Discovery Miles 58 560 Ships in 10 - 15 working days

Reversible grammar allows computational models to be built that are equally well suited for the analysis and generation of natural language utterances. This task can be viewed from very different perspectives by theoretical and computational linguists, and computer scientists. The papers in this volume present a broad range of approaches to reversible, bi-directional, and non-directional grammar systems that have emerged in recent years. This is also the first collection entirely devoted to the problems of reversibility in natural language processing. Most papers collected in this volume are derived from presentations at a workshop held at the University of California at Berkeley in the summer of 1991 organised under the auspices of the Association for Computational Linguistics. This book will be a valuable reference to researchers in linguistics and computer science with interests in computational linguistics, natural language processing, and machine translation, as well as in practical aspects of computability.

Computational Intelligence Aided Systems for Healthcare Domain (Hardcover): Akshansh Gupta, Hanuman Verma, Mukesh Prasad, Jyoti... Computational Intelligence Aided Systems for Healthcare Domain (Hardcover)
Akshansh Gupta, Hanuman Verma, Mukesh Prasad, Jyoti Singh Kirar, C.-T Lin
R4,934 Discovery Miles 49 340 Ships in 12 - 19 working days

The text covers recent advances in artificial intelligence, smart computing, and their applications in augmenting medical and health care systems. It will serve as an ideal reference text for graduate students and academic researchers in diverse engineering fields including electrical, electronics and communication, computer, and biomedical. The book- Presents architecture, characteristics, and applications of artificial intelligence and smart computing in health care systems Highlight privacy issues faced in health care and health informatics using artificial intelligence and smart computing technologies. Discusses nature-inspired computing algorithms for the brain-computer interface. Covers graph neural network application in the medical domain. Provides insights into the state-of-the-art Artificial Intelligence and Smart Computing enabling and emerging technologies. This book text discusses recent advances and applications of artificial intelligence and smart technologies in the field of healthcare. It highlights privacy issues faced in health care and health informatics using artificial intelligence and smart computing technologies. It covers nature-inspired computing algorithms such as genetic algorithms, particle swarm optimization algorithms, and common scrambling algorithms to study brain-computer interfaces. It will serve as an ideal reference text for graduate students and academic researchers in the fields of electrical engineering, electronics and communication engineering, computer engineering, and biomedical engineering.

Diagnosis of Neurological Disorders based on Deep Learning Techniques (Hardcover): Jyotismita Chaki Diagnosis of Neurological Disorders based on Deep Learning Techniques (Hardcover)
Jyotismita Chaki
R3,118 Discovery Miles 31 180 Ships in 12 - 19 working days

This book is based on deep learning approaches used for the diagnosis of neurological disorders, including basics of deep learning algorithms using diagrams, data tables, and practical examples, for diagnosis of neurodegenerative and neurodevelopmental disorders. It includes application of feed-forward neural networks, deep generative models, convolutional neural networks, graph convolutional networks, and recurrent neural networks in the field of diagnosis of neurological disorders. Along with this, data pre-processing including scaling, correction, trimming, normalization is also included. Offers a detailed description of the deep learning approaches used for the diagnosis of neurological disorders Demonstrates concepts of deep learning algorithms using diagrams, data tables, and examples for the diagnosis of neurodegenerative disorders; neurodevelopmental, and psychiatric disorders. Helps build, train, and deploy different types of deep architectures for diagnosis Explores data pre-processing techniques involved in diagnosis Include real-time case studies and examples This book is aimed at graduate students and researchers in biomedical imaging and machine learning.

Digital Design Techniques and Exercises - A Practice Book for Digital Logic Design (Hardcover, 1st ed. 2022): Vaibbhav Taraate Digital Design Techniques and Exercises - A Practice Book for Digital Logic Design (Hardcover, 1st ed. 2022)
Vaibbhav Taraate
R5,265 Discovery Miles 52 650 Ships in 12 - 19 working days

This book describes digital design techniques with exercises. The concepts and exercises discussed are useful to design digital logic from a set of given specifications. Looking at current trends of miniaturization, the contents provide practical information on the issues in digital design and various design optimization and performance improvement techniques at logic level. The book explains how to design using digital logic elements and how to improve design performance. The book also covers data and control path design strategies, architecture design strategies, multiple clock domain design and exercises , low-power design strategies and solutions at the architecture and logic-design level. The book covers 60 exercises with solutions and will be useful to engineers during the architecture and logic design phase. The contents of this book prove useful to hardware engineers, logic design engineers, students, professionals and hobbyists looking to learn and use the digital design techniques during various phases of design.

Graph Neural Networks: Foundations, Frontiers, and Applications (Hardcover, 1st ed. 2022): Lingfei Wu, Peng Cui, Jian Pei,... Graph Neural Networks: Foundations, Frontiers, and Applications (Hardcover, 1st ed. 2022)
Lingfei Wu, Peng Cui, Jian Pei, Liang Zhao
R3,265 Discovery Miles 32 650 Ships in 12 - 19 working days

Deep Learning models are at the core of artificial intelligence research today. It is well known that deep learning techniques are disruptive for Euclidean data, such as images or sequence data, and not immediately applicable to graph-structured data such as text. This gap has driven a wave of research for deep learning on graphs, including graph representation learning, graph generation, and graph classification. The new neural network architectures on graph-structured data (graph neural networks, GNNs in short) have performed remarkably on these tasks, demonstrated by applications in social networks, bioinformatics, and medical informatics. Despite these successes, GNNs still face many challenges ranging from the foundational methodologies to the theoretical understandings of the power of the graph representation learning. This book provides a comprehensive introduction of GNNs. It first discusses the goals of graph representation learning and then reviews the history, current developments, and future directions of GNNs. The second part presents and reviews fundamental methods and theories concerning GNNs while the third part describes various frontiers that are built on the GNNs. The book concludes with an overview of recent developments in a number of applications using GNNs. This book is suitable for a wide audience including undergraduate and graduate students, postdoctoral researchers, professors and lecturers, as well as industrial and government practitioners who are new to this area or who already have some basic background but want to learn more about advanced and promising techniques and applications.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Emerging Memories - Technologies and…
Betty Prince Hardcover R3,044 Discovery Miles 30 440
Magnetic Flux Structures in…
R.P. Huebener Hardcover R3,063 Discovery Miles 30 630
Quantum Efficiency in Complex Systems…
Eicke R. Weber Hardcover R5,897 Discovery Miles 58 970
Advances in Infrared Photodetectors…
Chennupati Jagadish, Sarath Gunapala, … Hardcover R5,928 Discovery Miles 59 280
Nonlinear Photonics in Mid-infrared…
Louise Jumpertz Hardcover R3,453 Discovery Miles 34 530
Semiconductor Nanophotonics - Materials…
Michael Kneissl, Andreas Knorr, … Hardcover R5,198 Discovery Miles 51 980
Layered Two-Dimensional Heterostructures…
Sergio C. De La Barrera Hardcover R3,453 Discovery Miles 34 530
Growth Processes and Surface Phase…
Nikolai N. Ledentsov Hardcover R2,930 Discovery Miles 29 300
Semiconductors and Modern Electronics
Charles Winrich Hardcover R1,498 Discovery Miles 14 980
Single Frequency Semiconductor Lasers
Zujie Fang, Haiwen Cai, … Hardcover R6,674 Discovery Miles 66 740

 

Partners