Chevron Left
返回到 Parallel programming

学生对 École Polytechnique Fédérale de Lausanne 提供的 Parallel programming 的评价和反馈

4.4
1,844 个评分

课程概述

With every smartphone and computer now boasting multiple processors, the use of functional ideas to facilitate parallel programming is becoming increasingly widespread. In this course, you'll learn the fundamentals of parallel programming, from task parallelism to data parallelism. In particular, you'll see how many familiar ideas from functional programming map perfectly to to the data parallel paradigm. We'll start the nuts and bolts how to effectively parallelize familiar collections operations, and we'll build up to parallel collections, a production-ready data parallel collections library available in the Scala standard library. Throughout, we'll apply these concepts through several hands-on examples that analyze real-world data, such as popular algorithms like k-means clustering. Learning Outcomes. By the end of this course you will be able to: - reason about task and data parallel programs, - express common algorithms in a functional style and solve them in parallel, - competently microbenchmark parallel code, - write programs that effectively use parallel collections to achieve performance Recommended background: You should have at least one year programming experience. Proficiency with Java or C# is ideal, but experience with other languages such as C/C++, Python, Javascript or Ruby is also sufficient. You should have some familiarity using the command line. This course is intended to be taken after Functional Program Design in Scala: https://hua.dididi.sbs/learn/progfun2....

热门审阅

GE

Mar 28, 2018

For this course you should have Advanced English level. Cause sentesce construction is so difficult and words so unusual that i had to some times google what i have to do.

MK

Jun 21, 2016

Very good. Only things I wish were better is more comments in some assignments and more prepared tests. Also I miss not having "Statement of Accomplishment" like some other Scala courses :-(.

筛选依据:

76 - Parallel programming 的 100 个评论(共 276 个)

创建者 Paulo R d O C

Sep 12, 2018

Hard course, but gives good insights about the challenges and solutions for parallel programming.

创建者 Srdjan K

Oct 25, 2016

Pro: A very good course for those who are already experienced in Scala

Con: Only 4 weeks long :)

创建者 Artur R

May 24, 2018

This is one of the most dense and solid courses on Coursera and I really enjoyed tackling it

创建者 Oleksandr M

May 30, 2017

Problems of data structures for parallel computation are explained very well in this course.

创建者 Richard Q

Jul 22, 2016

A very good hands-on course. It's the best parallel programming on line course so far I see.

创建者 李帅

Apr 29, 2019

Perfect! Learning Parallel Programming, I can learn more about Spark and Flink. Thanks

创建者 Jose R

Sep 28, 2016

It's hard enought to test your skills in Scala parallel programming, results pay off.

创建者 Dmitriy B

Aug 8, 2017

Excellent course with great combination of theory and practical Scala assignments!

创建者 Konstantin S

Jul 7, 2016

I think it is a nice introduction course into the parallel programming. Thanks.

创建者 yassine a

Nov 13, 2017

very good, but need to focus a little bit on how to create tasks and threads

创建者 Sudipto C

Jun 30, 2020

More test cases in assignments would help in testing and verifying the code

创建者 Jaeyeol S

Sep 12, 2016

Somewhat difficult course, but good to first learn parallel programming.

创建者 joe

Jan 21, 2017

Class was great but the last week's homework was incredibly difficult!

创建者 Hyun-joo K

Jun 26, 2016

Great introductory course for parallelism with Scala's elegant codes.

创建者 Sviridenko K

Mar 26, 2019

Amazing practice assignments! It was very interesting to solve them.

创建者 Marek D

Aug 2, 2016

Great course. I learned things that I didn't think were possible.

创建者 Andronik

Jul 31, 2016

Programming assignments are somewhat challenging, but it's fun :)

创建者 Eugene K

Feb 16, 2017

Good overall presentation of core algorithms and ideas

创建者 Fernando C

Jun 6, 2018

Great insight to the Parallel programming in Scala.

创建者 Shiyan C

Mar 25, 2018

Wish we could have more assignments and test cases!

创建者 Emiliyan T

Apr 9, 2017

excellent explanation of the logic behind the scene

创建者 Roman M

Jun 23, 2016

I've got something new for myself. So I am happy :)

创建者 hcy

Mar 14, 2017

very great lecture, but some homework is too easy.

创建者 Mike D

Nov 3, 2016

great course on paralell programming introduction.

创建者 Vikram K

Jun 29, 2016

Great material.... easy to understand examples...