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

Compilers: Theory and Practice
Georgia Institute of Technology via Udacity
Основы разработки на C++: красный пояс
Moscow Institute of Physics and Technology via Coursera
Spark
Udacity
Advanced JavaScript
Udemy
Writing Efficient Python Code
DataCamp