Live data from Hacker News

Ask HN: Top Coursera Courses?

news.ycombinator.com

101–110 of 158 posts

Re: Ask HN: Top Coursera Courses?

#101
post #9

I quite liked "How to win a data science competition" ( https://www.coursera.org/learn/competitive-data-science ) where I learned a lot about validation strategies and machine learning on tabular data. The course has its own Kaggle competition. I also really liked "Discrete optimization" ( https://www.coursera.org/learn/discrete-optimization ). At the time that I took it it also had a competitive element where you wo…

> I quite liked "How to win a data science competition As a machine learning researcher I am on the one hand glad that folks are learning more about the topic. On the other hand, this is totally the wrong approach and it will teach you the wrong lessons. The idea that you can just treat data as a uniform dump of tables and that grinding your way to high numbers is somehow worthwhile is simply terrible. The resulting…

Interesting. I definitely would not recommend this course as an only course in machine learning or indeed as an introduction, and I see where you’re coming from with the wrong mental models. I can’t be sure that I do have the right ones but I have taken a number of other courses as well and my sense is they’re ok.

My main takeaway from the course was definitely not that just grinding away for higher numbers is the right thing to do (but it might be a necessary evil in a competition context). The key thing I learned here was much more about paying very close attention that your validation strategy and your testing strategy are compatible because there are many ways you can mess it up, making your models valid in-sample only. Most of the other things I had done before were also more around SVMs and neural networks and getting some experience with decision tree based algorithms was interesting.

Re: Ask HN: Top Coursera Courses?

#102
post #53

Earlier quoted context omitted.

Just don’t hold your breath for Cryptography 2

I was hoping it would finally be available this year. Now I think it's never going to happen.

The course is apparently being released when the accompanying book is complete. The book is free, and you can see the current version here: https://cryptobook.us/

Re: Ask HN: Top Coursera Courses?

#105
post #95

- Algorithms I and II by R. Sedgewick are great ( https://www.coursera.org/instructor/~250165 ). Super easy to understand and very deep/nuanced at the same time. - Automata Theory by J. Ullman is also really good. It used to be on Coursera but is now on EdX ( https://www.edx.org/course/automata-theory )

I second the recommendation for "Automata Theory", the explanations are crystal clear and I learned a lot.

Re: Ask HN: Top Coursera Courses?

#106
post #41

I have no idea how 'Machine Learning' from Ng is not mentioned. It's fine in teaching you introductory (although it seems to cover more basics than a lot of other courses do, somehow) ML. But more importantly, it's a well designed course. You can see how each piece uses previous pieces and how it solves problems and edge cases not covered earlier.

This was the first course I did on Coursera and it is by far the best introductary course for machine learning I have ever seen, but my sample size is pretty small ;)

Re: Ask HN: Top Coursera Courses?

#107
post #41

I have no idea how 'Machine Learning' from Ng is not mentioned. It's fine in teaching you introductory (although it seems to cover more basics than a lot of other courses do, somehow) ML. But more importantly, it's a well designed course. You can see how each piece uses previous pieces and how it solves problems and edge cases not covered earlier.

Just btw, I find a machine learning course at Charles University by Milan Straka better (deeper, more entertaining). Maybe I have bias, I'm studying at that school. "Thanks" to COVID, it's online and public - https://ufal.mff.cuni.cz/courses/npfl129/2021-winter#lecture.... You'd be interested in the EN lectures, CZ stands for Czech. You just won't get any certification, of course.

Re: Ask HN: Top Coursera Courses?

#109

I can think of many - I have taken several starting since 2013. The tricky thing is that Coursera classes seem to get merged, re-mashed or otherwise re-branded. And as such only one currently is listed in my "Completed" courses section of my profile. Having said that and with the caveat that these probably changed since I taken them, I recommend the following: - Cryptography - https://www.coursera.org/learn/crypto -…

> as such only one currently is listed in my "Completed" courses section of my profile. That's surprising to me: wouldn't Coursera want learners to be reassured that whatever signalling benefit there is to completing a course will remain forever? I took a few courses in 2013 just to see what MOOCs are really like and completed two (Programming Languages, as taken by many here, and Introduction to Mathematical Thinkin…

> I found them at https://www.coursera.org/accomplishments though.

Thanks for pointing that out! I have 11 courses in the accomplishments and just one in "completed" courses.

Re: Ask HN: Top Coursera Courses?

#110
post #15

Dr Barbara Oakley’s “Learning How to Learn” [0] is great. Edit: It gives an important understanding on how our minds function and how we learn, which, I think, forms the basis of effective work. Knowing how to work, and being an effective learner are incredibly important qualities in life. [0] https://www.coursera.org/learn/learning-how-to-learn

I don't know... I would summarize it as: - You will get good at anything given enough practice, so don't worry about thinking you're bad at X - As you get good at X, you will start to like it - Pomodoro I'm over-simplifying of course, but I felt like the course provided a lot of concepts with very little actionable advice. It's a very popular course because it "feels good". It is motivating, and has a very positive m…

There was lots of actionable advice. Just as an example: frequent self testing. Incorporating this into my studies more intentionally has helped me learn quicker.

I'm highly motivated and self-driven. This course isn't about motivation. It's about how we learn and how best to take advantage of that.

But I will say that knowing how the brain works and how we learn has motivated me to change my study habits. Knowing that I learn in my sleep motivates me to prime my brain for learning every day to take advantage of that. So I rarely skip a day now. Even ten minutes gets my subconscious primed and working while I sleep. The mental models you get out this course will last a lifetime.

Post reply on HN