YoVDO

Parallel Programming in R

Offered By: DataCamp

Tags

Parallel Programming Courses Data Analysis Courses R Programming Courses Parallel Computing Courses Code Optimization Courses

Course Description

Overview

Unlock the power of parallel computing in R. Enhance your data analysis skills, speed up computations, and process large datasets effortlessly.


The R programming language is a crucial component of the modern tech stack, but R code can sometimes take time to execute. This course on parallel programming can help you optimize your code by leveraging the multiple processors found in most modern computers. You'll grasp key parallel programming concepts and identify operations that can benefit from parallelization. You'll also explore established R packages (parallel, foreach, future) for parallelization and acquire the skills to reduce execution time, monitor, debug, and ensure reproducibility in parallelized code.

Syllabus

  • Introduction to Parallel Programming
    • Learn to identify those pesky speed bottlenecks in your R code. You will run a classic numerical operation in parallel and learn to check if it helps!
  • Parallel and foreach
    • Use parallelism in R for a variety of situations while efficiently managing dependencies. Turn those slow loops into smooth-running machines!
  • Parallel Futures
    • Dive deep into the use of futures in parallel programming. Learn to process vectors, lists, and data frames in parallel, all the while keeping your code easy to maintain.
  • Troubleshooting in Parallel
    • Learn to manage memory for parallel processes. Make your code reproducible, and add efficient debugging to your parallel programming toolkit.

Taught by

Nabeel Imam

Related Courses

Intro to Parallel Programming
Nvidia via Udacity
Introduction to Linear Models and Matrix Algebra
Harvard University via edX
Введение в параллельное программирование с использованием OpenMP и MPI
Tomsk State University via Coursera
Supercomputing
Partnership for Advanced Computing in Europe via FutureLearn
Fundamentals of Parallelism on Intel Architecture
Intel via Coursera