Контакты/Проезд  Доставка и Оплата Помощь/Возврат
История
  +7(495) 980-12-10
  пн-пт: 10-18 сб,вс: 11-18
  shop@logobook.ru
   
    Поиск книг                    Поиск по списку ISBN Расширенный поиск    
Найти
  Зарубежные издательства Российские издательства  
Авторы | Каталог книг | Издательства | Новинки | Учебная литература | Акции | Хиты | |
 

Parallel Computing for Data Science, Matloff, Norman


Варианты приобретения
Цена: 7348.00р.
Кол-во:
Наличие: Поставка под заказ.  Есть в наличии на складе поставщика.
Склад Америка: Есть  
При оформлении заказа до: 2025-07-28
Ориентировочная дата поставки: Август-начало Сентября
При условии наличия книги у поставщика.

Добавить в корзину
в Мои желания

Автор: Matloff, Norman
Название:  Parallel Computing for Data Science
ISBN: 9780367738198
Издательство: Taylor&Francis
Классификация:



ISBN-10: 0367738198
Обложка/Формат: Paperback
Страницы: 328
Вес: 0.65 кг.
Дата издания: 18.12.2020
Серия: Chapman & hall/crc the r series
Язык: English
Размер: 231 x 155 x 20
Читательская аудитория: Tertiary education (us: college)
Подзаголовок: With examples in r, c++ and cuda
Рейтинг:
Поставляется из: Европейский союз


Computer Architecture  6 ed.

Автор: Hennessy, John
Название: Computer Architecture 6 ed.
ISBN: 0128119055 ISBN-13(EAN): 9780128119051
Издательство: Elsevier Science
Рейтинг:
Цена: 14483.00 р.
Наличие на складе: Есть (1 шт.)
Описание:

Computer Architecture: A Quantitative Approach, Sixth Edition has been considered essential reading by instructors, students and practitioners of computer design for over 20 years. The sixth edition of this classic textbook from Hennessy and Patterson, winners of the 2017 ACM A.M. Turing Award recognizing contributions of lasting and major technical importance to the computing field, is fully revised with the latest developments in processor and system architecture. The text now features examples from the RISC-V (RISC Five) instruction set architecture, a modern RISC instruction set developed and designed to be a free and openly adoptable standard. It also includes a new chapter on domain-specific architectures and an updated chapter on warehouse-scale computing that features the first public information on Google's newest WSC.

True to its original mission of demystifying computer architecture, this edition continues the longstanding tradition of focusing on areas where the most exciting computing innovation is happening, while always keeping an emphasis on good engineering design.

  • Winner of a 2019 Textbook Excellence Award (Texty) from the Textbook and Academic Authors Association
  • Includes a new chapter on domain-specific architectures, explaining how they are the only path forward for improved performance and energy efficiency given the end of Moore's Law and Dennard scaling
  • Features the first publication of several DSAs from industry
  • Features extensive updates to the chapter on warehouse-scale computing, with the first public information on the newest Google WSC
  • Offers updates to other chapters including new material dealing with the use of stacked DRAM; data on the performance of new NVIDIA Pascal GPU vs. new AVX-512 Intel Skylake CPU; and extensive additions to content covering multicore architecture and organization
  • Includes "Putting It All Together" sections near the end of every chapter, providing real-world technology examples that demonstrate the principles covered in each chapter
  • Includes review appendices in the printed text and additional reference appendices available online
  • Includes updated and improved case studies and exercises
  • ACM named John L. Hennessy and David A. Patterson, recipients of the 2017 ACM A.M. Turing Award for pioneering a systematic, quantitative approach to the design and evaluation of computer architectures with enduring impact on the microprocessor industry
Advances in Econometrics, Operational Research, Data Science and Actuarial Studies: Techniques and Theories

Автор: Terzioğlu M. Kenan
Название: Advances in Econometrics, Operational Research, Data Science and Actuarial Studies: Techniques and Theories
ISBN: 3030852539 ISBN-13(EAN): 9783030852535
Издательство: Springer
Рейтинг:
Цена: 23757.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This volume presents techniques and theories drawn from mathematics, statistics, computer science, and information science to analyze problems in business, economics, finance, insurance, and related fields. The authors present proposals for solutions to common problems in related fields. To this end, they are showing the use of mathematical, statistical, and actuarial modeling, and concepts from data science to construct and apply appropriate models with real-life data, and employ the design and implementation of computer algorithms to evaluate decision-making processes. This book is unique as it associates data science - data-scientists coming from different backgrounds - with some basic and advanced concepts and tools used in econometrics, operational research, and actuarial sciences. It, therefore, is a must-read for scholars, students, and practitioners interested in a better understanding of the techniques and theories of these fields.

Applied Parallel and Scientific Computing

Автор: Pekka Manninen; Per ?ster
Название: Applied Parallel and Scientific Computing
ISBN: 3642368026 ISBN-13(EAN): 9783642368028
Издательство: Springer
Рейтинг:
Цена: 6986.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This volume constitutes the refereed proceedings of the 11th International Conference on Applied Parallel and Scientific Computing, PARA 2012, held in Helsinki, Finland, in June 2012.

Shared-Memory Parallelism Can Be Simple, Fast, and Scalable

Автор: Julian Shun
Название: Shared-Memory Parallelism Can Be Simple, Fast, and Scalable
ISBN: 1970001917 ISBN-13(EAN): 9781970001914
Издательство: Mare Nostrum (Eurospan)
Рейтинг:
Цена: 14227.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Parallelism is the key to achieving high performance in computing. However, writing efficient and scalable parallel programs is notoriously difficult, and often requires significant expertise. To address this challenge, it is crucial to provide programmers with high-level tools to enable them to develop solutions easily, and at the same time emphasize the theoretical and practical aspects of algorithm design to allow the solutions developed to run efficiently under many different settings. This thesis addresses this challenge using a three-pronged approach consisting of the design of shared-memory programming techniques, frameworks, and algorithms for important problems in computing. The thesis provides evidence that with appropriate programming techniques, frameworks, and algorithms, shared-memory programs can be simple, fast, and scalable, both in theory and in practice. The results developed in this thesis serve to ease the transition into the multicore era.The first part of this thesis introduces tools and techniques for deterministic parallel programming, including means for encapsulating nondeterminism via powerful commutative building blocks, as well as a novel framework for executing sequential iterative loops in parallel, which lead to deterministic parallel algorithms that are efficient both in theory and in practice. The second part of this thesis introduces Ligra, the first high-level shared memory framework for parallel graph traversal algorithms. The framework allows programmers to express graph traversal algorithms using very short and concise code, delivers performance competitive with that of highly-optimized code, and is up to orders of magnitude faster than existing systems designed for distributed memory. This part of the thesis also introduces Ligra , which extends Ligra with graph compression techniques to reduce space usage and improve parallel performance at the same time, and is also the first graph processing system to support in-memory graph compression.The third and fourth parts of this thesis bridge the gap between theory and practice in parallel algorithm design by introducing the first algorithms for a variety of important problems on graphs and strings that are efficient both in theory and in practice. For example, the thesis develops the first linear-work and polylogarithmic-depth algorithms for suffix tree construction and graph connectivity that are also practical, as well as a work-efficient, polylogarithmic-depth, and cache-efficient shared-memory algorithm for triangle computations that achieves a 2–5x speedup over the best existing algorithms on 40 cores.This is a revised version of the thesis that won the 2015 ACM Doctoral Dissertation Award.

Parallel and Distributed Computing, Applications and Technologies

Автор: Jong Hyuk Park; Hong Shen; Yunsick Sung; Hui Tian
Название: Parallel and Distributed Computing, Applications and Technologies
ISBN: 9811359067 ISBN-13(EAN): 9789811359064
Издательство: Springer
Рейтинг:
Цена: 11738.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the refereed proceedings of the 19th International Conference on CParallel and Distributed Computing, Applications and Technologies, PDCAT 2018, held in Jeju Island, South Korea, in August 2018. The 35 revised full papers presented along with the 14 short papers and were carefully reviewed and selected from 150 submissions. The papers of this volume are organized in topical sections on wired and wireless communication systems, high dimensional data representation and processing, networks and information security, computing techniques for efficient networks design, electronic circuits for communication systems.

Assignment Problems in Parallel and Distributed Computing

Автор: Shahid H. Bokhari
Название: Assignment Problems in Parallel and Distributed Computing
ISBN: 0898382408 ISBN-13(EAN): 9780898382402
Издательство: Springer
Рейтинг:
Цена: 20257.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book has been written for practitioners, researchers and stu- dents in the fields of parallel and distributed computing. Its objective is to provide detailed coverage of the applications of graph theoretic tech- niques to the problems of matching resources and requirements in multi- ple computer systems. There has been considerable research in this area over the last decade and intense work continues even as this is being written. For the practitioner, this book serves as a rich source of solution techniques for problems that are routinely encountered in the real world. Algorithms are presented in sufficient detail to permit easy implementa- tion; background material and fundamental concepts are covered in full. The researcher will find a clear exposition of graph theoretic tech- niques applied to parallel and distributed computing. Research results are covered and many hitherto unpublished spanning the last decade results by the author are included. There are many unsolved problems in this field-it is hoped that this book will stimulate further research.

Distributed and Parallel Systems

Автор: Peter Kacsuk; Robert Lovas; Zsolt Nemeth
Название: Distributed and Parallel Systems
ISBN: 144194639X ISBN-13(EAN): 9781441946393
Издательство: Springer
Рейтинг:
Цена: 19564.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Based on the International Conference on Distributed and Parallel Systems, DAPSYS 2008, this volume presents original research, novel concepts and methods, and outstanding results. It features a special focus on desktop grid computing as well.

Parallel Computing on Distributed Memory Multiprocessors

Автор: F?sun ?zg?ner; Fikret Ercal
Название: Parallel Computing on Distributed Memory Multiprocessors
ISBN: 3642634605 ISBN-13(EAN): 9783642634604
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: Proceedings of the NATO Advanced Study Institute on Parallel Computing on Distributed Memory Multiprocessors, held at Bilkent University, Ankara, Turkey, July 1-13, 1991

Handbook of Parallel Computing and Statistics

Автор: Kontoghiorghes, Erricos J
Название: Handbook of Parallel Computing and Statistics
ISBN: 0367577925 ISBN-13(EAN): 9780367577926
Издательство: Taylor&Francis
Рейтинг:
Цена: 7348.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Languages and Compilers for Parallel Computing

Автор: Chen Ding; John Criswell; Peng Wu
Название: Languages and Compilers for Parallel Computing
ISBN: 3319527088 ISBN-13(EAN): 9783319527086
Издательство: Springer
Рейтинг:
Цена: 9083.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book constitutes the thoroughly refereed post-conference proceedings of the 29th International Workshop on Languages and Compilers for Parallel Computing, LCPC 2016, held in Rochester, NY, USA, in September 2016. The 20 revised full papers presented together with 4 short papers were carefully reviewed.

Invasive Computing for Mapping Parallel Programs to Many-Core Architectures

Автор: Weichslgartner
Название: Invasive Computing for Mapping Parallel Programs to Many-Core Architectures
ISBN: 9811073554 ISBN-13(EAN): 9789811073557
Издательство: Springer
Рейтинг:
Цена: 13974.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.

Описание: This book provides an overview of and essential insights on invasive computing. The book provides extensive experimental evaluations, investigating the benefits of applying invasive computing and hybrid application mapping to give guarantees on non-functional properties such as timing, energy, and security.

Parallel Computing 1988

Автор: Gerrit A. van Zee; Johannes G.G. van de Vorst
Название: Parallel Computing 1988
ISBN: 3540516042 ISBN-13(EAN): 9783540516040
Издательство: Springer
Рейтинг:
Цена: 8384.00 р.
Наличие на складе: Есть у поставщика Поставка под заказ.


ООО "Логосфера " Тел:+7(495) 980-12-10 www.logobook.ru
   В Контакте     В Контакте Мед  Мобильная версия