Mastering Parallel Programming with R. Master the robust features of R parallel programming to accelerate your data science computations - Helion
![Mastering Parallel Programming with R. Master the robust features of R parallel programming to accelerate your data science computations](https://helion.pl/okladki/181x236/e_3awg.png)
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:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
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