The R Parallel Programming Blog

[This article was first published on Blog – ParallelR, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Today, parallel computing truly is a mainstream technology. But, stock R is still a single-thread and main memory (RAM) limited software, which really restricts its usage and efficiency against the challenges from very complex model architectures, dynamically configurable analytics models and big data input with billions of parameters and samples.

Therefore, ParallelR dedicated on accelerate R by parallel technologies, and our blog will deliver massive parallel technologies and programming tips with real cases in Machine Learning, Data Analysis, Finance fields. And we will cover rich of topics from data vectorization, usages of parallel packages, (snow, doparallel, Rmpi, SparkR) , to parallel algorithm design and implementation by OpenMP, OpenACC, CPU/GPU accelerated libraries, CUDA C/C++ and Pthread in R.

At ParallelR Blog you will find useful information about productive, high-performance programming techniques based on commercialized computer architecture, ranging from multicores CPU, GPU, Intel Xeon Phi, FPGA to HPC Cluster. As well, you will learn how you can use your existing skills in R in new ways, represented your R codes with structured computational models.

ParallelR Blog is created by Peng (Patric) Zhao, Senior Architect for GPU Computing at NVIDIA. Peng have rich experience in heterogeneous and parallel computing areas including multi-cores, multi-nodes and accelerators (GPGPU) for parallel algorithm design, implementation, debug, testing and optimizations. And he is a technical reviewer of The Journal of Supercomputing, Packt Publishing, and answer the questions on StackOverflow in spare time. Currently, he is mainly working on machine learning and deep learning.

Patric_Zhao_Photo

To leave a comment for the author, please follow the link and comment on their blog: Blog – ParallelR.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)