Mastering Parallel Programming with R. Master the robust features of R parallel programming to accelerate your data science computations - Helion

Tytuł oryginału: Mastering Parallel Programming with R. Master the robust features of R parallel programming to accelerate your data science computations
ISBN: 9781784394622
stron: 244, Format: ebook
Data wydania: 2016-05-31
Księgarnia: Helion
Cena książki: 109,00 zł
R is one of the most popular programming languages used in data science. Applying R to big data and complex analytic tasks requires the harnessing of scalable compute resources.
Mastering Parallel Programming with R presents a comprehensive and practical treatise on how to build highly scalable and efficient algorithms in R. It will teach you a variety of parallelization techniques, from simple use of R’s built-in parallel package versions of lapply(), to high-level AWS cloud-based Hadoop and Apache Spark frameworks. It will also teach you low level scalable parallel programming using RMPI and pbdMPI for message passing, applicable to clusters and supercomputers, and how to exploit thousand-fold simple processor GPUs through ROpenCL. By the end of the book, you will understand the factors that influence parallel efficiency, including assessing code performance and implementing load balancing; pitfalls to avoid, including deadlock and numerical instability issues; how to structure your code and data for the most appropriate type of parallelism for your problem domain; and how to extract the maximum performance from your R code running on a variety of computer systems.
Osoby które kupowały "Mastering Parallel Programming with R. Master the robust features of R parallel programming to accelerate your data science computations", wybierały także:
- PLC i TIA Portal. Kurs video. Techniki programowania SIMATIC S7-1200 200,00 zł, (10,00 zł -95%)
- Google Cloud. Kurs video. Zostań administratorem systemów IT 142,86 zł, (10,00 zł -93%)
- Instalacja i konfiguracja baz danych. Kurs video. Przygotowanie do egzaminu 70-765 Provisioning SQL Databases 285,57 zł, (19,99 zł -93%)
- Jak zhakowa 125,00 zł, (10,00 zł -92%)
- Excel w HR. Kurs video. Od teorii do praktyki 222,11 zł, (19,99 zł -91%)
Spis treści
Mastering Parallel Programming with R. Master the robust features of R parallel programming to accelerate your data science computations eBook -- spis treści
- 1. Simple parallelism with R
- 2. Batch parallel processing with Hadoop
- 3. Using the Actian parallel data analysis framework
- 4. Communication in distributed R computation
- 5. Developing an R package for Supercomputers
- 6. Exploiting the supercomputer in your Laptop