0
Your cart

Your cart is empty

Browse All Departments
Price
  • R0 - R50 (1)
  • R50 - R100 (14)
  • R100 - R250 (584)
  • R250 - R500 (2,279)
  • R500+ (40,347)
  • -
Status
Format
Author / Contributor
Publisher

Books > Computing & IT > General theory of computing

Optimal Power Flow Using FACTS Devices - Soft Computing Techniques (Hardcover): L Ashok Kumar, K. Mohanasundaram Optimal Power Flow Using FACTS Devices - Soft Computing Techniques (Hardcover)
L Ashok Kumar, K. Mohanasundaram
R3,388 Discovery Miles 33 880 Ships in 12 - 17 working days

Optimal Power Flow Using FACTS Devices: Soft Computing Techniques develops intelligent algorithms to analyze optimal power flow (OPF) and to enhance the power transfer capability of the transmission line with reduced congestion. By providing elaborate studies on FACTS devices and by using soft computing metaheuristics algorithms such as Firefly, Cuckoo, Flower Pollination, and others., this book enables readers to know about algorithms in real-time power system applications and damping of subsynchronous resonance (SSR) oscillations. Key features of this book include: Offers comprehensive review of FACTS devices and the importance of soft computing techniques for solving OPF. Describes the various problems associated with power system operation and control. Addresses issues of SSR in power systems and proposes soft techniques for SSR analysis in power systems. Demonstrates of the importance of SSR and congestion management using intelligent FACTS devices as part of OPF. Covers power systems' reliability, quality, cost-effectiveness, effects on customer goodwill, and pollution limits, including the deregulation of markets and different intelligent controllers. Optimal Power Flow Using FACTS Devices: Soft Computing Techniques is aimed at researchers and professionals in the field of power systems.

Data Security in Internet of Things Based RFID and WSN Systems Applications (Hardcover): Rohit Sharma, Rajendra Prasad... Data Security in Internet of Things Based RFID and WSN Systems Applications (Hardcover)
Rohit Sharma, Rajendra Prasad Mahapatra, Korhan Cengiz
R4,422 Discovery Miles 44 220 Ships in 12 - 17 working days

This book focuses on RFID (Radio Frequency Identification), IoT (Internet of Things), and WSN (Wireless Sensor Network). It includes contributions that discuss the security and privacy issues as well as the opportunities and applications that are tightly linked to sensitive infrastructures and strategic services. This book addresses the complete functional framework and workflow in IoT-enabled RFID systems and explores basic and high-level concepts. It is based on the latest technologies and covers the major challenges, issues, and advances in the field. It presents data acquisition and case studies related to data-intensive technologies in RFID-based IoT and includes WSN-based systems and their security. It can serve as a manual for those in the industry while also helping beginners to understand both the basic and advanced aspects of IoT-based RFID-related issues. This book can be a premier interdisciplinary platform for researchers, practitioners, and educators to present and discuss the most recent innovations, trends, and concerns as well as practical challenges encountered, and find solutions that have been adopted in the fields of IoT and analytics.

Forensic Document Examination in the 21st Century (Hardcover): Miriam Angel, Jan Seaman Kelly Forensic Document Examination in the 21st Century (Hardcover)
Miriam Angel, Jan Seaman Kelly
R3,269 Discovery Miles 32 690 Ships in 12 - 17 working days

Forensic Document Examination in the 21st Century covers the latest technology and techniques providing a complete resource on contemporary issues and methods in forensic document examination. Forensic document examiners provide their findings as expert testimony in court. Due to rapid changes in technology, including digital documents, printing and photocopying capabilities, and more, there is a great need for this up-to-date reference. The examination of documents can include comparison of handwriting or hand-printing; detection of alterations or photocopier and computer manipulation; restoration or decipherment of erased and obliterated writing; visualization of latent impressions; the identification of printing processes; and differentiation of inks. Computer-generated documents are prevalent, and electronically-captured signatures are becoming more widespread, meaning the knowledge of advances in technology and adoption of new validated techniques and methods of document examination are crucial to the reliability of forensic opinions. Forensic Document Examination in the 21st Century includes the latest research on the subject and with contributions from leading experts on their various areas of expertise. The book will be a welcome addition to the literature and support the foundational basis for methods and procedures for use it expert testimony in court, serving as a resource for forensic document examiners, trainees, and those in the criminal and legal communities who use the services of expert document examiners and witnesses

Crossing Numbers of Graphs (Paperback): Marcus Schaefer Crossing Numbers of Graphs (Paperback)
Marcus Schaefer
R1,431 Discovery Miles 14 310 Ships in 12 - 17 working days

Crossing Numbers of Graphs is the first book devoted to the crossing number, an increasingly popular object of study with surprising connections. The field has matured into a large body of work, which includes identifiable core results and techniques. The book presents a wide variety of ideas and techniques in topological graph theory, discrete geometry, and computer science. The first part of the text deals with traditional crossing number, crossing number values, crossing lemma, related parameters, computational complexity, and algorithms. The second part includes the rich history of alternative crossing numbers, the rectilinear crossing number, the pair crossing number, and the independent odd crossing number.It also includes applications of the crossing number outside topological graph theory. Aimed at graduate students and professionals in both mathematics and computer science The first book of its kind devoted to the topic Authored by a noted authority in crossing numbers

Chromatic Graph Theory (Paperback): Gary Chartrand, Ping Zhang Chromatic Graph Theory (Paperback)
Gary Chartrand, Ping Zhang
R1,453 Discovery Miles 14 530 Ships in 12 - 17 working days

With Chromatic Graph Theory, Second Edition, the authors present various fundamentals of graph theory that lie outside of graph colorings, including basic terminology and results, trees and connectivity, Eulerian and Hamiltonian graphs, matchings and factorizations, and graph embeddings. Readers will see that the authors accomplished the primary goal of this textbook, which is to introduce graph theory with a coloring theme and to look at graph colorings in various ways. The textbook also covers vertex colorings and bounds for the chromatic number, vertex colorings of graphs embedded on surfaces, and a variety of restricted vertex colorings. The authors also describe edge colorings, monochromatic and rainbow edge colorings, complete vertex colorings, several distinguishing vertex and edge colorings. Features of the Second Edition: The book can be used for a first course in graph theory as well as a graduate course The primary topic in the book is graph coloring The book begins with an introduction to graph theory so assumes no previous course The authors are the most widely-published team on graph theory Many new examples and exercises enhance the new edition

Bayesian Programming (Paperback): Pierre Bessiere, Emmanuel Mazer, Juan Ahuactzin, Kamel Mekhnacha Bayesian Programming (Paperback)
Pierre Bessiere, Emmanuel Mazer, Juan Ahuactzin, Kamel Mekhnacha
R1,432 Discovery Miles 14 320 Ships in 12 - 17 working days

Probability as an Alternative to Boolean LogicWhile logic is the mathematical foundation of rational reasoning and the fundamental principle of computing, it is restricted to problems where information is both complete and certain. However, many real-world problems, from financial investments to email filtering, are incomplete or uncertain in nature. Probability theory and Bayesian computing together provide an alternative framework to deal with incomplete and uncertain data. Decision-Making Tools and Methods for Incomplete and Uncertain DataEmphasizing probability as an alternative to Boolean logic, Bayesian Programming covers new methods to build probabilistic programs for real-world applications. Written by the team who designed and implemented an efficient probabilistic inference engine to interpret Bayesian programs, the book offers many Python examples that are also available on a supplementary website together with an interpreter that allows readers to experiment with this new approach to programming. Principles and Modeling Only requiring a basic foundation in mathematics, the first two parts of the book present a new methodology for building subjective probabilistic models. The authors introduce the principles of Bayesian programming and discuss good practices for probabilistic modeling. Numerous simple examples highlight the application of Bayesian modeling in different fields. Formalism and AlgorithmsThe third part synthesizes existing work on Bayesian inference algorithms since an efficient Bayesian inference engine is needed to automate the probabilistic calculus in Bayesian programs. Many bibliographic references are included for readers who would like more details on the formalism of Bayesian programming, the main probabilistic models, general purpose algorithms for Bayesian inference, and learning problems. FAQsAlong with a glossary, the fourth part contains answers to frequently asked questions. The authors compare Bayesian programming and possibility theories, discuss the computational complexity of Bayesian inference, cover the irreducibility of incompleteness, and address the subjectivist versus objectivist epistemology of probability. The First Steps toward a Bayesian ComputerA new modeling methodology, new inference algorithms, new programming languages, and new hardware are all needed to create a complete Bayesian computing framework. Focusing on the methodology and algorithms, this book describes the first steps toward reaching that goal. It encourages readers to explore emerging areas, such as bio-inspired computing, and develop new programming languages and hardware architectures.

Arc-Search Techniques for Interior-Point Methods (Hardcover): Yaguang Yang Arc-Search Techniques for Interior-Point Methods (Hardcover)
Yaguang Yang
R4,007 Discovery Miles 40 070 Ships in 12 - 17 working days

This book discusses an important area of numerical optimization, called interior-point method. This topic has been popular since the 1980s when people gradually realized that all simplex algorithms were not convergent in polynomial time and many interior-point algorithms could be proved to converge in polynomial time. However, for a long time, there was a noticeable gap between theoretical polynomial bounds of the interior-point algorithms and efficiency of these algorithms. Strategies that were important to the computational efficiency became barriers in the proof of good polynomial bounds. The more the strategies were used in algorithms, the worse the polynomial bounds became. To further exacerbate the problem, Mehrotra's predictor-corrector (MPC) algorithm (the most popular and efficient interior-point algorithm until recently) uses all good strategies and fails to prove the convergence. Therefore, MPC does not have polynomiality, a critical issue with the simplex method. This book discusses recent developments that resolves the dilemma. It has three major parts. The first, including Chapters 1, 2, 3, and 4, presents some of the most important algorithms during the development of the interior-point method around the 1990s, most of them are widely known. The main purpose of this part is to explain the dilemma described above by analyzing these algorithms' polynomial bounds and summarizing the computational experience associated with them. The second part, including Chapters 5, 6, 7, and 8, describes how to solve the dilemma step-by-step using arc-search techniques. At the end of this part, a very efficient algorithm with the lowest polynomial bound is presented. The last part, including Chapters 9, 10, 11, and 12, extends arc-search techniques to some more general problems, such as convex quadratic programming, linear complementarity problem, and semi-definite programming.

Artificial Intelligence - Applications in Healthcare Delivery (Hardcover): Sandeep Reddy Artificial Intelligence - Applications in Healthcare Delivery (Hardcover)
Sandeep Reddy
R4,169 Discovery Miles 41 690 Ships in 12 - 17 working days

* Appeals to those who want to understand how AI is being applied to improve healthcare delivery and patient outcomes. * Describes current trends in the application of AI in healthcare. * Useful to readers to initiate projects in to enable the application of AI in healthcare/medical domains. * Provides examples of AI being applied in medicine, population health, genomics, healthcare administration and delivery.

Security and Trust Issues in Internet of Things - Blockchain to the Rescue (Hardcover): Sudhir Kumar Sharma, Bharat Bhushan,... Security and Trust Issues in Internet of Things - Blockchain to the Rescue (Hardcover)
Sudhir Kumar Sharma, Bharat Bhushan, Bhuvan Unhelkar
R4,599 Discovery Miles 45 990 Ships in 12 - 17 working days

The purpose of this edited book is to present and showcase the basic fundamentals, applications, and integration of both IoT and Blockchain. The trend of applying Blockchain to IoT is rapidly growing because it helps to overcome various challenges faced by IoT, from smart manufacturing to unmanned aerial vehicles. Thise book aims to showcase the basics of both IoT and Blockchain as well as the integration and challenges for existing practitioners. Thise book initiates conversations among technologists, engineers, scientists, and clinicians to synergize their efforts in producing low-cost, high-performance, highly efficient, deployable IoT systems. Thise book is theory-based and is useful for engineers from various disciplines, including industrial engineering, computer science, electronics, telecommunications, electrical, agricultural, and cybersecurity, along with researchers, professionals, and students.

2D Game Development with Unity (Paperback): Franz Lanzinger 2D Game Development with Unity (Paperback)
Franz Lanzinger
R1,852 Discovery Miles 18 520 Ships in 12 - 17 working days

This book teaches beginners and aspiring game developers how to develop 2D games with Unity. Thousands of commercial games have been built with Unity. The reader will learn the complete process of 2D game development, step by step. The theory behind each step is fully explained. This book contains numerous color illustrations and access to all source code and companion videos. Key Features: Fully detailed game projects from scratch. Beginners can do the steps and create games right away. No coding experience is necessary. Numerous examples take a raw beginner toward professional coding proficiency in C# and Unity. Includes a thorough introduction to Unity 2020, including 2D game development, prefabs, cameras, animation, character controllers, lighting, and sound. Includes a step-by-step introduction to Unity 2019.3. Extensive coverage of GIMP, Audacity, and MuseScore for the creation of 2D graphics, sound effects, and music. All required software is free to use for any purpose including commercial applications and games. Franz Lanzinger is the owner and chief game developer of Lanzinger Studio, an independent game development and music studio in Sunnyvale, California. He started his career in game programming in 1982 at Atari Games, Inc., where he designed and programmed the classic arcade game Crystal Castles. In 1989, he joined Tengen, where he was a programmer and designer for Ms. Pac-Man and Toobin' on the NES. He co-founded Bitmasters, where he designed and coded games including Rampart and Championship Pool for the NES and SNES, and NCAA Final Four Basketball for the SNES and Sega Genesis. In 1996, he founded Actual Entertainment, publisher and developer of the Gubble video game series. He has a B.Sc. in mathematics from the University of Notre Dame and attended graduate school in mathematics at the University of California at Berkeley. He is a former world record holder on Centipede and Burgertime. He is a professional author, game developer, accompanist, and piano teacher. He is currently working on remaking the original Gubble game in Unity and Blender.

Compressive Imaging: Structure, Sampling, Learning (Hardcover): Ben Adcock, Anders C. Hansen Compressive Imaging: Structure, Sampling, Learning (Hardcover)
Ben Adcock, Anders C. Hansen
R1,970 Discovery Miles 19 700 Ships in 12 - 17 working days

Accurate, robust and fast image reconstruction is a critical task in many scientific, industrial and medical applications. Over the last decade, image reconstruction has been revolutionized by the rise of compressive imaging. It has fundamentally changed the way modern image reconstruction is performed. This in-depth treatment of the subject commences with a practical introduction to compressive imaging, supplemented with examples and downloadable code, intended for readers without extensive background in the subject. Next, it introduces core topics in compressive imaging - including compressed sensing, wavelets and optimization - in a concise yet rigorous way, before providing a detailed treatment of the mathematics of compressive imaging. The final part is devoted to recent trends in compressive imaging: deep learning and neural networks. With an eye to the next decade of imaging research, and using both empirical and mathematical insights, it examines the potential benefits and the pitfalls of these latest approaches.

Cyber Security Essentials (Hardcover): James Graham, Ryan Olson, Rick Howard Cyber Security Essentials (Hardcover)
James Graham, Ryan Olson, Rick Howard
R4,816 Discovery Miles 48 160 Ships in 9 - 15 working days

The sophisticated methods used in recent high-profile cyber incidents have driven many to need to understand how such security issues work. Demystifying the complexity often associated with information assurance, Cyber Security Essentials provides a clear understanding of the concepts behind prevalent threats, tactics, and procedures.To accomplish this, the team of security professionals from VeriSign's iDefense Security Intelligence Services supply an extensive review of the computer security landscape. Although the text is accessible to those new to cyber security, its comprehensive nature makes it ideal for experts who need to explain how computer security works to non-technical staff. Providing a fundamental understanding of the theory behind the key issues impacting cyber security, the book: Covers attacker methods and motivations, exploitation trends, malicious code techniques, and the latest threat vectors Addresses more than 75 key security concepts in a series of concise, well-illustrated summaries designed for most levels of technical understanding Supplies actionable advice for the mitigation of threats Breaks down the code used to write exploits into understandable diagrams This book is not about the latest attack trends or botnets. It's about the reasons why these problems continue to plague us. By better understanding the logic presented in these pages, readers will be prepared to transition to a career in the growing field of cyber security and enable proactive responses to the threats and attacks on the horizon.

Business Intelligence and Big Data - Drivers of Organizational Success (Hardcover): Celina Olszak Business Intelligence and Big Data - Drivers of Organizational Success (Hardcover)
Celina Olszak
R2,345 Discovery Miles 23 450 Ships in 12 - 17 working days

The twenty-first century is a time of intensifying competition and progressive digitization. Individual employees, managers, and entire organizations are under increasing pressure to succeed. The questions facing us today are: What does success mean? Is success a matter of chance and luck or perhaps is success a category that can be planned and properly supported? Business Intelligence and Big Data: Drivers of Organizational Success examines how the success of an organization largely depends on the ability to anticipate and quickly respond to challenges from the market, customers, and other stakeholders. Success is also associated with the potential to process and analyze a variety of information and the means to use modern information and communication technologies (ICTs). Success also requires creative behaviors and organizational cleverness from an organization. The book discusses business intelligence (BI) and Big Data (BD) issues in the context of modern management paradigms and organizational success. It presents a theoretically and empirically grounded investigation into BI and BD application in organizations and examines such issues as: Analysis and interpretation of the essence of BI and BD Decision support Potential areas of BI and BD utilization in organizations Factors determining success with using BI and BD The role of BI and BD in value creation for organizations Identifying barriers and constraints related to BI and BD design and implementation The book presents arguments and evidence confirming that BI and BD may be a trigger for making more effective decisions, improving business processes and business performance, and creating new business. The book proposes a comprehensive framework on how to design and use BI and BD to provide organizational success.

Component-Based Software Engineering - Methods and Metrics (Hardcover): Umesh Kumar Tiwari, Santosh Kumar Component-Based Software Engineering - Methods and Metrics (Hardcover)
Umesh Kumar Tiwari, Santosh Kumar
R3,246 Discovery Miles 32 460 Ships in 12 - 17 working days

This book focuses on a specialized branch of the vast domain of software engineering: component-based software engineering (CBSE). Component-Based Software Engineering: Methods and Metrics enhances the basic understanding of components by defining categories, characteristics, repository, interaction, complexity, and composition. It divides the research domain of CBSE into three major sub-domains: (1) reusability issues, (2) interaction and integration issues, and (3) testing and reliability issues. This book covers the state-of-the-art literature survey of at least 20 years in the domain of reusability, interaction and integration complexities, and testing and reliability issues of component-based software engineering. The aim of this book is not only to review and analyze the previous works conducted by eminent researchers, academicians, and organizations in the context of CBSE, but also suggests innovative, efficient, and better solutions. A rigorous and critical survey of traditional and advanced paradigms of software engineering is provided in the book. Features: In-interactions and Out-Interactions both are covered to assess the complexity. In the context of CBSE both white-box and black-box testing methods and their metrics are described. This work covers reliability estimation using reusability which is an innovative method. Case studies and real-life software examples are used to explore the problems and their solutions. Students, research scholars, software developers, and software designers or individuals interested in software engineering, especially in component-based software engineering, can refer to this book to understand the concepts from scratch. These measures and metrics can be used to estimate the software before the actual coding commences.

Wireless Sensor Networks - Evolutionary Algorithms for Optimizing Performance (Hardcover): Mahesh Chowdary Kongara, Amruta... Wireless Sensor Networks - Evolutionary Algorithms for Optimizing Performance (Hardcover)
Mahesh Chowdary Kongara, Amruta Lipare, Venkatanareshbabu Kuppili, Damodar Reddy Edla, Kannadasan K
R3,235 Discovery Miles 32 350 Ships in 12 - 17 working days

Wireless Sensor Networks: Evolutionary Algorithms for Optimizing Performance provides an integrative overview of bio-inspired algorithms and their applications in the area of Wireless Sensor Networks (WSN). Along with the usage of the WSN, the number of risks and challenges occurs while deploying any WSN. Therefore, to defeat these challenges some of the bio-inspired algorithms are applied and discussed in this book. Discussion includes a broad, integrated perspective on various challenges and issues in WSN and also impact of bio-inspired algorithms on the lifetime of the WSN. It creates interdisciplinary theory, concepts, definitions, models and findings involved in WSN and Bio-inspired algorithms making it an essential guide and reference. It includes various WSN examples making the book accessible to a broader interdisciplinary readership. The book offers comprehensive coverage of the most essential topics, including: Evolutionary algorithms Swarm intelligence Hybrid algorithms Energy efficiency in WSN Load balancing of gateways Localization Clustering and routing Designing fitness functions according to the issues in WSN. The book explains about practices of shuffled complex evolution algorithm, shuffled frog leaping algorithm, particle swarm optimization and dolphin swarm optimization to defeat various challenges in WSN. The author elucidates how we must transform our thinking, illuminating the benefits and opportunities offered by bio-inspired approaches to innovation and learning in the area of WSN. This book serves as a reference book for scientific investigators who shows an interest in evolutionary computation and swarm intelligence as well as issues and challenges in WSN.

Flexible, Wearable, and Stretchable Electronics (Hardcover): Katsuyuki Sakuma Flexible, Wearable, and Stretchable Electronics (Hardcover)
Katsuyuki Sakuma
R3,866 Discovery Miles 38 660 Ships in 12 - 17 working days

Remarkable progress has been achieved within recent years in developing flexible, wearable, and stretchable (FWS) electronics. These electronics will play an increasingly significant role in the future of electronics and will open new product paradigms that conventional semiconductors are not capable of. This is because flexible electronics will allow us to build flexible circuits and devices on a substrate that can be bent, stretched, or folded without losing functionality. This revolutionary change will impact how we interact with the world around us. Future electronic devices will use flexible electronics as part of ambient intelligence and ubiquitous computing for many different applications such as consumer electronics, medical, healthcare, and security devices. Thus, these devices have the potential to create a huge market all over the world. Flexible, Wearable, and Stretchable Electronics, provide a comprehensive technological review of the state-of-the-art developments in FWS electronics. This book offers the reader a taste of what is possible with FWS electronics and describes how these electronics can provide unique solutions for a wide variety of applications. Furthermore, the book introduces and explains new applications of flexible technology that has opened up the future of FWS electronics.

Privacy Vulnerabilities and Data Security Challenges in the IoT (Hardcover): Shivani Agarwal, Sandhya Makkar, Duc-Tan Tran Privacy Vulnerabilities and Data Security Challenges in the IoT (Hardcover)
Shivani Agarwal, Sandhya Makkar, Duc-Tan Tran
R4,285 Discovery Miles 42 850 Ships in 12 - 17 working days

This book discusses the evolution of security and privacy issues in the Internet of Things (IoT). The book focuses on assembling all security- and privacy-related technologies into a single source so that students, researchers, academics, and those in the industry can easily understand the IoT security and privacy issues. This edited book discusses the use of security engineering and privacy-by-design principles to design a secure IoT ecosystem and to implement cyber-security solutions. This book takes the readers on a journey that begins with understanding security issues in IoT-enabled technologies and how these can be applied in various sectors. It walks readers through engaging with security challenges and building a safe infrastructure for IoT devices. The book helps researchers and practitioners understand the security architecture of IoT and the state-of-the-art in IoT countermeasures. It also differentiates security threats in IoT-enabled infrastructure from traditional ad hoc or infrastructural networks, and provides a comprehensive discussion on the security challenges and solutions in RFID and WSNs in IoT. This book aims to highlight the concepts of related technologies and novel findings by researchers through its chapter organization. The primary audience comprises specialists, researchers, graduate students, designers, experts, and engineers undertaking research on security-related issues.

Anyone Can Code - The Art and Science of Logical Creativity (Hardcover): Ali Arya Anyone Can Code - The Art and Science of Logical Creativity (Hardcover)
Ali Arya
R4,557 Discovery Miles 45 570 Ships in 12 - 17 working days

Anyone Can Code: The Art and Science of Logical Creativity introduces computer programming as a way of problem-solving through logical thinking. It uses the notion of modularization as a central lens through which we can make sense of many software concepts. This book takes the reader through fundamental concepts in programming by illustrating them in three different and distinct languages: C/C++, Python, and Javascript. Key features: Focuses on problem-solving and algorithmic thinking instead of programming functions, syntax, and libraries; Includes engaging examples, including video games and visual effects; Provides exercises and reflective questions. This book gives beginner and intermediate learners a strong understanding of what they are doing so that they can do it better and with any other tool or language that they may end up using later.

Beyond EHR - Using Technology to Meet Growing Demands and Deliver Better Patient Care (Hardcover): Jeffery Daigrepont, EFPM,... Beyond EHR - Using Technology to Meet Growing Demands and Deliver Better Patient Care (Hardcover)
Jeffery Daigrepont, EFPM, CAPPM
R4,143 Discovery Miles 41 430 Ships in 12 - 17 working days

Today, it is not uncommon for practices and hospitals to be on their second or third EHR and/or contemplating a transition from the traditional on-premise model to a cloud-based system. As a follow-up to Complete Guide and Toolkit to Successful EHR Adoption ( (c)2011 HIMSS), this book builds on the best practices of the first edition, fast-forwarding to the latest innovations that are currently leveraged and adopted by providers and hospitals. We examine the role that artificial intelligence (AI) is now playing in and around EHR technology. We also address the advances in analytics and deep learning (also known as deep structured or hierarchical learning) and explain this topic in practical ways for even the most novice reader to comprehend and apply. The challenges of EHR to EHR migrations and data conversions will also be covered, including the use of the unethical practice of data blocking used as a tactic by some vendors to hold data hostage. Further, we explore innovations related to interoperability, cloud computing, cyber security, and electronic patient/consumer engagement. Finally, this book will deal with what to do with aging technology and databases, which is an issue rarely considered in any of the early publications on healthcare technology. What is the proper way to retire a legacy system, and what are the legal obligations of data archiving? Though a lot has changed since the 2011 edition, many of the fundamentals remain the same and will serve as a foundation for the next generation of EHR adopters and/or those moving on to their second, third, fourth, and beyond EHRs.

Mechatronics and Robotics - New Trends and Challenges (Hardcover): Marina Indri, Roberto Oboe Mechatronics and Robotics - New Trends and Challenges (Hardcover)
Marina Indri, Roberto Oboe
R3,237 Discovery Miles 32 370 Ships in 12 - 17 working days

The term "mechatronics" was coined in 1969, merging "mecha" from mechanism and "tronics" from electronics, to reflect the original idea at the basis of this discipline, that is, the integration of electrical and mechanical systems into a single device. The spread of this term, and of mechatronics itself, has been growing in the years, including new aspects and disciplines, like control engineering, computer engineering and communication/information engineering. Nowadays mechatronics has a well-defined and fundamental role, in strict relation with robotics. Drawing a sharp border between mechatronics and robotics is impossible, as they share many technologies and objectives. Advanced robots could be defined as mechatronic devices equipped with a "smart brain", but there are also up-to-date mechatronic devices, used in tight interaction with humans, that are governed by smart architectures (for example, for safety purposes). Aim of this book is to offer a wide overview of new research trends and challenges for both mechatronics and robotics, through the contribution of researchers from different institutions, providing their view on specific subjects they consider as "hot topics" in both fields, with attention to new fields of application, new challenges to the research communities and new technologies available. The reader of this book will enjoy the various contributions, as they have been prepared with actual applications in mind, along a journey from advanced actuators and sensors to human-robot interaction, through robot control, navigation, planning and programming issues. The book presents several state-of-the-art solutions, like multiple-stage actuation to cope with conflicting specification of large motion-spans, ultra-high accuracy, model-based control for high-tech mechatronic systems, modern approaches of software systems engineering to robotics, aand humanoids for human assistance. The reader can also find new techniques in approaching the design of mechatronic systems in some possible industrial and service robotics scenarios, with a particular attention for the interaction between humans and mechanisms.

Beyond EHR - Using Technology to Meet Growing Demands and Deliver Better Patient Care (Paperback): Jeffery Daigrepont, EFPM,... Beyond EHR - Using Technology to Meet Growing Demands and Deliver Better Patient Care (Paperback)
Jeffery Daigrepont, EFPM, CAPPM
R1,857 Discovery Miles 18 570 Ships in 12 - 17 working days

Today, it is not uncommon for practices and hospitals to be on their second or third EHR and/or contemplating a transition from the traditional on-premise model to a cloud-based system. As a follow-up to Complete Guide and Toolkit to Successful EHR Adoption ( (c)2011 HIMSS), this book builds on the best practices of the first edition, fast-forwarding to the latest innovations that are currently leveraged and adopted by providers and hospitals. We examine the role that artificial intelligence (AI) is now playing in and around EHR technology. We also address the advances in analytics and deep learning (also known as deep structured or hierarchical learning) and explain this topic in practical ways for even the most novice reader to comprehend and apply. The challenges of EHR to EHR migrations and data conversions will also be covered, including the use of the unethical practice of data blocking used as a tactic by some vendors to hold data hostage. Further, we explore innovations related to interoperability, cloud computing, cyber security, and electronic patient/consumer engagement. Finally, this book will deal with what to do with aging technology and databases, which is an issue rarely considered in any of the early publications on healthcare technology. What is the proper way to retire a legacy system, and what are the legal obligations of data archiving? Though a lot has changed since the 2011 edition, many of the fundamentals remain the same and will serve as a foundation for the next generation of EHR adopters and/or those moving on to their second, third, fourth, and beyond EHRs.

Millimeter Wave Antennas for 5G Mobile Terminals and Base Stations (Hardcover): Shiban Kishen Koul, G.S. Karthikeya Millimeter Wave Antennas for 5G Mobile Terminals and Base Stations (Hardcover)
Shiban Kishen Koul, G.S. Karthikeya
R3,702 Discovery Miles 37 020 Ships in 12 - 17 working days

This book discusses antenna designs for handheld devices as well as base stations. The book serves as a reference and a handy guide for graduate students and PhD students involved in the field of millimeter wave antenna design. It also gives insights to designers and practicing engineers who are actively engaged in design of antennas for future 5G devices. It offers an in-depth study, performance analysis and extensive characterization of novel antennas for 5G applications. The reader will learn about basic design methodology and techniques to develop antennas for 5G applications including concepts of path loss compensation, co-design of commercial 4G antennas with millimeter wave 5G antennas and antennas used in phase array and pattern diversity modules. Practical examples included in the book will help readers to build high performance antennas for 5G subsystems/systems using low cost technology. Key Features Provides simple design methodology of different antennas for handheld devices as well as base stations for 5G applications. Concept of path loss compensation introduced. Co-design of commercial 4G antennas with millimetre wave 5G antennas presented. Comparison of phased array versus pattern diversity modules discussed in detail. Fabrication and Measurement challenges at mmWaves and Research Avenues in antenna designs for 5G and beyond presented. Shiban Kishen Koul is an emeritus professor at the Centre for Applied Research in Electronics at the Indian Institute of Technology Delhi. He served as the chairman of Astra Microwave Products Limited, Hyderabad from 2009-2018. He is a Life Fellow of the Institution of Electrical and Electronics Engineering (IEEE), USA, a Fellow of the Indian National Academy of Engineering (INAE), and a Fellow of the Institution of Electronics and Telecommunication Engineers (IETE). Karthikeya G S worked as an assistant professor in Visvesvaraya technological university from 2013 to 2016 and completed his PhD from the Centre for Applied Research in Electronics at the Indian Institute of Technology Delhi in Dec.2019. He is a member of IEEE-Antenna Propagation Society and Antenna Test and Measurement society.

Cloud VR - Technology and Application (Hardcover): Huaping Xiong, Dawei Li, Kun Huang, Mu Xu, Yin Huang, Lingling Xu, Jianfei... Cloud VR - Technology and Application (Hardcover)
Huaping Xiong, Dawei Li, Kun Huang, Mu Xu, Yin Huang, …
R3,551 Discovery Miles 35 510 Ships in 12 - 17 working days

Based on the technical accumulation and practice of Huawei iLab in the Cloud VR field, this book systematically describes the advantages of Cloud VR technologies; technical requirements on clouds, networks, and terminals as well as solution implementation; Cloud VR experience evaluation baselines and methods; and current business practices. Cloud VR introduces cloud computing and cloud rendering to VR services. With fast and stable networks, cloud-based display output and audio output are coded, compressed, and transmitted to user terminals, implementing cloud-based VR service content and content rendering. Cloud VR has stringent requirements on bandwidth and latency, making it a proficient application for 5G and gigabit home broadband networks in the era of "dual G". As the first advocate of Cloud VR, Huawei iLab developed the first prototype of the Cloud VR technical solution, initiated the industry's first Cloud VR industry cooperation plan - VR OpenLab with partners - and incubated the world's first Cloud VR commercial project with China Mobile Fujian. Cloud VR: Technology and Application is the first official publication of Huawei iLab's research and practice achievements. It systematically and thoroughly introduces the Cloud VR concept, solution architecture, key technologies, and business practices and is of great value in academic and social applications. This book is easy to understand, practical, and suitable for VR vendors, VR technology enthusiasts, carriers, network vendors, cloud service providers, universities, and other enterprises and scientific research institutes.

Applications of Cloud Computing - Approaches and Practices (Hardcover): Prerna Sharma, Mool Chand Sharma, Mohamed Elhoseny Applications of Cloud Computing - Approaches and Practices (Hardcover)
Prerna Sharma, Mool Chand Sharma, Mohamed Elhoseny
R3,232 Discovery Miles 32 320 Ships in 12 - 17 working days

Provides the fundamentals of cloud computing; Focuses on new applications for cloud computing; Analyzes real-time problems

A Beginner's Guide to MultiLevel Image Thresholding (Hardcover): Venkatesan Rajinikanth, Nilanjan Dey, Nadaradjane Sri... A Beginner's Guide to MultiLevel Image Thresholding (Hardcover)
Venkatesan Rajinikanth, Nilanjan Dey, Nadaradjane Sri Madhava Raja
R4,726 Discovery Miles 47 260 Ships in 12 - 17 working days

A Beginner's Guide to Image Multi-Level Thresholding emphasizes various image thresholding methods that are necessary for image pre-processing and initial level enhancement. Explains basic concepts and the implementation of Image Multi-Level Thresholding (grayscale and RGB images) Presents a detailed evaluation in real-time application, including the need for heuristic algorithm, the choice of objective and threshold function, and the evaluation of the outcome Describes how the image thresholding acts as a pre-processing technique and how the region of interest in a medical image is enhanced with thresholding Illustrates integration of the thresholding technique with bio-inspired algorithms Includes current findings and future directions of image multi-level thresholding and its practical implementation Emphasizes the need for multi-level thresholding with suitable examples The book is aimed at graduate students and researchers in image processing, electronics engineering, computer sciences and engineering.

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Mute, v. 3, No. 1 - Double Negative…
Josephine Berry Slater Paperback R400 Discovery Miles 4 000
Breaking A Rainbow, Building A Nation…
Rekgotsofetse Chikane Paperback R290 R227 Discovery Miles 2 270
Herontdek Jou Selfvertroue - Sewe Stappe…
Rolene Strauss Paperback  (1)
R330 R284 Discovery Miles 2 840
Who Rules America? - The Corporate Rich…
G. William Domhoff Paperback R821 Discovery Miles 8 210
You Can Draw Tom Gates with Liz Pichon
Liz Pichon Paperback R174 Discovery Miles 1 740
Sydney Notebook & Journal. Productivity…
Beautiful City Paperback R451 Discovery Miles 4 510
Humbug: the Elf who Saved Christmas
Steven Butler Paperback R192 Discovery Miles 1 920
Die Singende Hand - Versamelde Gedigte…
Breyten Breytenbach Paperback R399 R343 Discovery Miles 3 430
Winter Blues Survival Guide - A Workbook…
Norman E Rosenthal, Christine M. Benton Paperback R508 R393 Discovery Miles 3 930
Three Rings - A Tale of Exile, Narrative…
Daniel Mendelsohn Paperback R202 Discovery Miles 2 020

 

Partners