Vores kunder ligger øverst på Google

Google Ads Specialister fra Vestjylland

Vi er 100% dedikerede til Google Annoncering – Vi har mange års erfaring med Google Ads og den bruger vi på at opsætte, optimere & vedligeholde vores fantastiske kunders konti.

100% Specialiseret i Google Ads
Vi har mange års erfaring fra +300 konti
Ingen lange bindinger & evighedskontrakter
Jævnlig opfølgning med hver enkelt kunde
Vi tager din virksomhed seriøst

44 results (0,21265 seconds)

Brand

Merchant

Price (EUR)

Reset filter

Products
From
Shops

Performance Reliability and Availability Evaluation of Computational Systems Volume I Performance and Background

Performance Reliability and Availability Evaluation of Computational Systems Volume I Performance and Background

This textbook intends to be a comprehensive and substantially self-contained two-volume book covering performance reliability and availability evaluation subjects. The volumes focus on computing systems although the methods may also be applied to other systems. The first volume covers Chapter 1 to Chapter 14 whose subtitle is ``Performance Modeling and Background. The second volume encompasses Chapter 15 to Chapter 25 and has the subtitle ``Reliability and Availability Modeling Measuring and Workload and Lifetime Data Analysis. This text is helpful for computer performance professionals for supporting planning design configuring and tuning the performance reliability and availability of computing systems. Such professionals may use these volumes to get acquainted with specific subjects by looking at the particular chapters. Many examples in the textbook on computing systems will help them understand the concepts covered in each chapter. The text may also be helpful for the instructor who teaches performance reliability and availability evaluation subjects. Many possible threads could be configured according to the interest of the audience and the duration of the course. Chapter 1 presents a good number of possible courses programs that could be organized using this text. Volume I is composed of the first two parts besides Chapter 1. Part I gives the knowledge required for the subsequent parts of the text. This part includes six chapters. It covers an introduction to probability descriptive statistics and exploratory data analysis random variables moments covariance some helpful discrete and continuous random variables Taylor series inference methods distribution fitting regression interpolation data scaling distance measures and some clustering methods. Part II presents methods for performance evaluation modeling such as operational analysis Discrete-Time Markov Chains (DTMC) and Continuous Time Markov Chains (CTMC) Markovian queues Stochastic Petri nets (SPN) and discrete event simulation. | Performance Reliability and Availability Evaluation of Computational Systems Volume I Performance and Background

GBP 120.00
1

Choreomata Performance and Performativity after AI

High Performance Computing Programming and Applications

High Performance Computing Programming and Applications

High Performance Computing: Programming and Applications presents techniques that address new performance issues in the programming of high performance computing (HPC) applications. Omitting tedious details the book discusses hardware architecture concepts and programming techniques that are the most pertinent to application developers for achieving high performance. Even though the text concentrates on C and Fortran the techniques described can be applied to other languages such as C++ and Java. Drawing on their experience with chips from AMD and systems interconnects and software from Cray Inc. the authors explore the problems that create bottlenecks in attaining good performance. They cover techniques that pertain to each of the three levels of parallelism: Message passing between the nodes Shared memory parallelism on the nodes or the multiple instruction multiple data (MIMD) units on the accelerator Vectorization on the inner level After discussing architectural and software challenges the book outlines a strategy for porting and optimizing an existing application to a large massively parallel processor (MPP) system. With a look toward the future it also introduces the use of general purpose graphics processing units (GPGPUs) for carrying out HPC computations. A companion website at www. hybridmulticoreoptimization. com contains all the examples from the book along with updated timing results on the latest released processors. | High Performance Computing Programming and Applications

GBP 59.99
1

Mathematics and Music Composition Perception and Performance

Performance Analysis of Queuing and Computer Networks

Parallel Programming for Modern High Performance Computing Systems

Parallel Programming for Modern High Performance Computing Systems

In view of the growing presence and popularity of multicore and manycore processors accelerators and coprocessors as well as clusters using such computing devices the development of efficient parallel applications has become a key challenge to be able to exploit the performance of such systems. This book covers the scope of parallel programming for modern high performance computing systems. It first discusses selected and popular state-of-the-art computing devices and systems available today These include multicore CPUs manycore (co)processors such as Intel Xeon Phi accelerators such as GPUs and clusters as well as programming models supported on these platforms. It next introduces parallelization through important programming paradigms such as master-slave geometric Single Program Multiple Data (SPMD) and divide-and-conquer. The practical and useful elements of the most popular and important APIs for programming parallel HPC systems are discussed including MPI OpenMP Pthreads CUDA OpenCL and OpenACC. It also demonstrates through selected code listings how selected APIs can be used to implement important programming paradigms. Furthermore it shows how the codes can be compiled and executed in a Linux environment. The book also presents hybrid codes that integrate selected APIs for potentially multi-level parallelization and utilization of heterogeneous resources and it shows how to use modern elements of these APIs. Selected optimization techniques are also included such as overlapping communication and computations implemented using various APIs. Features:Discusses the popular and currently available computing devices and cluster systemsIncludes typical paradigms used in parallel programsExplores popular APIs for programming parallel applicationsProvides code templates that can be used for implementation of paradigmsProvides hybrid code examples allowing multi-level parallelizationCovers the optimization of parallel programs

GBP 44.99
1

Computer Systems Architecture

Computer Systems Architecture

Computer Systems Architecture provides IT professionals and students with the necessary understanding of computer hardware. It addresses the ongoing issues related to computer hardware and discusses the solutions supplied by the industry. The book describes trends in computing solutions that led to the current available infrastructures tracing the initial need for computers to recent concepts such as the Internet of Things. It covers computers’ data representation explains how computer architecture and its underlying meaning changed over the years and examines the implementations and performance enhancements of the central processing unit (CPU). It then discusses the organization hierarchy and performance considerations of computer memory as applied by the operating system and illustrates how cache memory significantly improves performance. The author proceeds to explore the bus system algorithms for ensuring data integrity input and output (I/O) components methods for performing I/O various aspects relevant to software engineering and nonvolatile storage devices such as hard drives and technologies for enhancing performance and reliability. He also describes virtualization and cloud computing and the emergence of software-based systems’ architectures. Accessible to software engineers and developers as well as students in IT disciplines this book enhances readers’ understanding of the hardware infrastructure used in software engineering projects. It enables readers to better optimize system usage by focusing on the principles used in hardware systems design and the methods for enhancing performance.

GBP 44.99
1

Embedded and Networking Systems Design Software and Implementation

Embedded and Networking Systems Design Software and Implementation

Embedded and Networking Systems: Design Software and Implementation explores issues related to the design and synthesis of high-performance embedded computer systems and networks. The emphasis is on the fundamental concepts and analytical techniques that are applicable to a range of embedded and networking applications rather than on specific embedded architectures software development or system-level integration. This system point of view guides designers in dealing with the trade-offs to optimize performance power cost and other system-level non-functional requirements. The book brings together contributions by researchers and experts from around the world offering a global view of the latest research and development in embedded and networking systems. Chapters highlight the evolution and trends in the field and supply a fundamental and analytical understanding of some underlying technologies. Topics include the co-design of embedded systems code optimization for a variety of applications power and performance trade-offs benchmarks for evaluating embedded systems and their components and mobile sensor network systems. The book also looks at novel applications such as mobile sensor systems and video networks. A comprehensive review of groundbreaking technology and applications this book is a timely resource for system designers researchers and students interested in the possibilities of embedded and networking systems. It gives readers a better understanding of an emerging technology evolution that is helping drive telecommunications into the next decade. | Embedded and Networking Systems Design Software and Implementation

GBP 77.99
1

Parallel Algorithms

Empirical Bayes Methods with Applications

Structured Credit Portfolio Analysis Baskets and CDOs

Introduction to Computational Models with Python

Introduction to Computational Models with Python

Introduction to Computational Models with Python explains how to implement computational models using the flexible and easy-to-use Python programming language. The book uses the Python programming language interpreter and several packages from the huge Python Library that improve the performance of numerical computing such as the Numpy and Scipy modules. The Python source code and data files are available on the author’s website. The book’s five sections present: An overview of problem solving and simple Python programs introducing the basic models and techniques for designing and implementing problem solutions independent of software and hardware toolsProgramming principles with the Python programming language covering basic programming concepts data definitions programming structures with flowcharts and pseudo-code solving problems and algorithmsPython lists arrays basic data structures object orientation linked lists recursion and running programs under LinuxImplementation of computational models with Python using Numpy with examples and case studies The modeling of linear optimization problems from problem formulation to implementation of computational modelsThis book introduces the principles of computational modeling as well as the approaches of multi- and interdisciplinary computing to beginners in the field. It provides the foundation for more advanced studies in scientific computing including parallel computing using MPI grid computing and other methods and techniques used in high-performance computing.

GBP 44.99
1

Medical Risk Prediction Models With Ties to Machine Learning

Medical Risk Prediction Models With Ties to Machine Learning

Medical Risk Prediction Models: With Ties to Machine Learning is a hands-on book for clinicians epidemiologists and professional statisticians who need to make or evaluate a statistical prediction model based on data. The subject of the book is the patient’s individualized probability of a medical event within a given time horizon. Gerds and Kattan describe the mathematical details of making and evaluating a statistical prediction model in a highly pedagogical manner while avoiding mathematical notation. Read this book when you are in doubt about whether a Cox regression model predicts better than a random survival forest. Features: All you need to know to correctly make an online risk calculator from scratch Discrimination calibration and predictive performance with censored data and competing risks R-code and illustrative examples Interpretation of prediction performance via benchmarks Comparison and combination of rival modeling strategies via cross-validation Thomas A. Gerds is a professor at the Biostatistics Unit at the University of Copenhagen and is affiliated with the Danish Heart Foundation. He is the author of several R-packages on CRAN and has taught statistics courses to non-statisticians for many years. Michael W. Kattan is a highly cited author and Chair of the Department of Quantitative Health Sciences at Cleveland Clinic. He is a Fellow of the American Statistical Association and has received two awards from the Society for Medical Decision Making: the Eugene L. Saenger Award for Distinguished Service and the John M. Eisenberg Award for Practical Application of Medical Decision-Making Research. | Medical Risk Prediction Models With Ties to Machine Learning

GBP 48.99
1

Bayesian Reasoning and Gaussian Processes for Machine Learning Applications

The Garbage Collection Handbook The Art of Automatic Memory Management

The Garbage Collection Handbook The Art of Automatic Memory Management

Published in 1996 Richard Jones's Garbage Collection was a milestone in the area of automatic memory management. Its widely acclaimed successor The Garbage Collection Handbook: The Art of Automatic Memory Management captured the state of the field in 2012. Modern technology developments have made memory management more challenging interesting and important than ever. This second edition updates the handbook bringing together a wealth of knowledge gathered by automatic memory management researchers and developers over the past sixty years. The authors compare the most important approaches and state-of-the-art techniques in a single accessible framework. The book addresses new challenges to garbage collection made by recent advances in hardware and software. It explores the consequences of these changes for designers and implementers of high performance garbage collectors. Along with simple and traditional algorithms the book covers state-of-the-art parallel incremental concurrent and real-time garbage collection. Algorithms and concepts are often described with pseudocode and illustrations. Features of this edition Provides a complete up-to-date and authoritative sequel to the 1996 and 2012 books Offers thorough coverage of parallel concurrent and real-time garbage collection algorithms Discusses in detail modern high-performance commercial collectors Explains some of the trickier aspects of garbage collection including the interface to the run-time system Over 90 more pages including new chapters on persistence and energy-aware garbage collection Backed by a comprehensive online database of over 3 400 garbage collection-related publications The adoption of garbage collection by almost all modern programming languages makes a thorough understanding of this topic essential for any programmer. This authoritative handbook gives expert insight on how different collectors work as well as the various issues currently facing garbage collectors. Armed with this knowledge programmers can confidently select and configure the many choices of garbage collectors. http://gchandbook. org | The Garbage Collection Handbook The Art of Automatic Memory Management

GBP 59.99
1

The Geometry of Musical Rhythm What Makes a Good Rhythm Good? Second Edition

Image and Video Compression Fundamentals Techniques and Applications

Applied Computer Vision and Soft Computing with Interpretable AI

Data Science for Wind Energy

Machine Learning Animated

Modern Survey Sampling

Concise Encyclopedia of Coding Theory

Basketball Data Science With Applications in R

Numerical Methods for Finance

Transfer Learning through Embedding Spaces