Live data from Hacker News

Ask HN: What's your favorite online course?

news.ycombinator.com

61–70 of 167 posts

Re: Ask HN: What's your favorite online course?

#63
post #6

Earlier quoted context omitted.

Interestingly we get a lot of mixed reviews for R Prog course: https://www.class-central.com/mooc/1713/coursera-r-programmi... Learning how to learn is the best course online that any one can take.

I've been spending the past hour on "Leaning how to learn" because of the recommendations here. I was... well, the course was definitely not quite what I expected. What I'm seeing here is a bunch of "tricks", and a lot of "brain facts" which I would usually dismiss as pseudoscience. The course almost feels like a scam. What gives?

All of the course content is based on the hard science, but is simplified so that every one can understand. You can look at the background of one of the course instructor: https://www.coursera.org/instructor/terry

Re: Ask HN: What's your favorite online course?

#67

CS188.1x Artificial Intelligence by BerkeleyX at edx.org. [1] I took this course back in Spring 2013 and I really enjoy the course project of making an intelligent Pac-Man. :) Through this course, besides learning AI, I also learned Python (before this, I didn't know how to code in Python at all). And with the knowledge from this course, I made a simple connect four game with AI implementation as the player's opponen…

Taking this course right now. Just about to start Homework 2. Awesome stuff. I've laid out a curriculum for myself starting from this course and ending in ML expertise. :D

Re: Ask HN: What's your favorite online course?

#69
post #36

Dan Boneh's "Introduction to Cryptography". (Part 1) https://www.coursera.org/course/crypto (Part 2) https://www.coursera.org/course/crypto2

+1 for Dan's crypto1. I don't think crypto2 has been taught yet via coursera, as I've been waiting to take it and have seen it pushed back several times, and I've seen others say they'd been watching it get delayed for years. It does seem that Dan has been recording videos for part 2 in 2015 though (according to one of his students), so there's reason for hope that it might happen in 2016.

I finished Cryptography I in March 2012 and wanted to take Cryptography II ever since. Every time the announced time is close it gets pushed back by 4 months.

Re: Ask HN: What's your favorite online course?

#70
Algorithms: Design and Analysis Parts 1 and 2 (https://www.coursera.org/course/algo and https://www.coursera.org/course/algo2) taught by Tim Roughgarden of Stanford. Tim's the best professor I've ever had either on or offline and he does a fantastic job explaining the concepts and breaking down the algorithms into digestible, intuitive pieces. His enthusiasm for the topic and the impressive algorithms is contagious and keeps the challenging courses fun and interesting.

Functional Programming Principles in Scala (https://www.coursera.org/course/progfun) by Martin Odersky, the inventor of Scala, is also excellent and a great way to learn and start using Scala and functional programming. Be forewarned though, once you get a taste of Scala, you'll have to be dragged kicking and screaming back to using Java :-).

Post reply on HN