I wrote this course, an introduction to using the command line: https://www.coursera.org/learn/unix
Ask HN: Recommend me a course on Coursera
121–130 of 142 posts
Re: Ask HN: Recommend me a course on Coursera
#122Re: Ask HN: Recommend me a course on Coursera
#123Re: Ask HN: Recommend me a course on Coursera
#124programming languages (parts a, b, and c) by dan grossman https://www.coursera.org/learn/programming-languages introduces the underpinnings of programming languages via standard ml, racket, and ruby.
Also, Dan is a good professor and is really enthusiastic about the subject.
Re: Ask HN: Recommend me a course on Coursera
#125programming languages (parts a, b, and c) by dan grossman https://www.coursera.org/learn/programming-languages introduces the underpinnings of programming languages via standard ml, racket, and ruby.
I second this recommendation. A really good course, and if you do all 3 parts it's really the equivalent of a full university course. Covers the main concepts in modern programming languages, such static vs. dynamic typing, OO vs functional, and does so I consdierable depth, with reasonably challenging programming projects. Even if you think you already know this stuff, it's a good review and I guarantee you'll learn…
i still need to go back and finish the ruby section. at that point in the course, i got distracted with other things.
Re: Ask HN: Recommend me a course on Coursera
#126Earlier quoted context omitted.
I have to also mention nandgame.com here. Similar idea, but all presented as an interactive, browser-based game. Start with nand gates and build up to a functioning computer. You never get to tetris, but it's great and super easy to start playing/learning. Delightful.
http://nandgame.com/ You‘re welcome.
Re: Ask HN: Recommend me a course on Coursera
#1271. How to Win a Data Science Competition https://www.coursera.org/learn/competitive-data-science
2. Bayesian Methods for Machine Learning https://www.coursera.org/learn/bayesian-methods-in-machine-l...
Re: Ask HN: Recommend me a course on Coursera
#128Earlier quoted context omitted.
I would recommend Andrew Ng's updated course on Deep Learning with python instead. https://www.coursera.org/specializations/deep-learning
Yeah - the updated version is much better (I've completed both of them) just because you don't need to struggle with Matlab. Overall, this course is extremely good mostly because Ng covers the essential theoretical topics and gives some practical advice. Also, the topics are explained really well and you do not need to look up additional material. Also, I really appreciate that he took the time to derive those equati…
Re: Ask HN: Recommend me a course on Coursera
#129I am taking the Modelling series( https://www.coursera.org/learn/basic-modeling ) and Discrete optimization( https://www.coursera.org/learn/discrete-optimization ). Great way to get your feet wet in the world of NP-hard problems.
Discrete optimization is the best course for me. It's really challenging one. I spend about a month for getting A score for all tasks - but it's rewarding experience. I miss professor Pascal. I hope he will create a second course!