TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Top Coursera Courses?

486 pointsby joshlkover 4 years ago
In any field that “interesting” to HN

52 comments

repsilatover 4 years ago
I took a bunch back in the day, and I liked Economics of Money and Banking[1] (by Perry Mehrling) more than most other courses. It&#x27;s partly a history of the American financial system, and partly a tour of some modern financial instruments and institutions. The focus is on how things work and why they&#x27;re designed as they are, and not so much on how things are priced. Deposits, bonds, commodity futures, central banks, how it all fits together, what purpose it all serves -- how it&#x27;s not just gambling or an abstract game used to extract money from the productive economy.<p>One of the stated aims of the course is to get you in a position where you can read the Financial Times without going cross-eyed, and it works really well to give a clarifying framework for understanding market concepts outside the course&#x27;s scope.<p>Another I really liked was &quot;The Modern and the Postmodern&quot; by Michael Roth. I don&#x27;t know if that course would work well &quot;at your own pace&quot; though, the reading and peer essay feedback was a big part of it.<p>1: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;money-banking" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;money-banking</a>
评论 #25250108 未加载
评论 #25246234 未加载
Nowadoover 4 years ago
I have no idea how &#x27;Machine Learning&#x27; from Ng is not mentioned.<p>It&#x27;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&#x27;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.
评论 #25247762 未加载
评论 #25248229 未加载
评论 #25246253 未加载
评论 #25248195 未加载
评论 #25247104 未加载
评论 #25246172 未加载
评论 #25247423 未加载
adeel_siddiquiover 4 years ago
Programming Languages, Dan Grossman, UW. <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;programming-languages" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;programming-languages</a> It is a 3 part course and a bit more intensive than other courses on Coursera with challenging assignments. It helped me gain a deeper understanding of statically vs dynamically typed languages. Designing a tiny language in Part B is the best part of the course. Concludes with a nice comparison between OOP and functional languages.
评论 #25246632 未加载
评论 #25250996 未加载
评论 #25254919 未加载
yawzover 4 years ago
Dr Barbara Oakley’s “Learning How to Learn” [0] is great.<p>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.<p>[0] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;learning-how-to-learn" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;learning-how-to-learn</a>
评论 #25247354 未加载
评论 #25246854 未加载
评论 #25246387 未加载
评论 #25246719 未加载
评论 #25245662 未加载
tdsamardzhievover 4 years ago
I think Dan Grossman&#x27;s Programming Languages courses are amazing if you have slept through the subject in university: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;programming-languages" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;programming-languages</a>
评论 #25245388 未加载
评论 #25245567 未加载
评论 #25245425 未加载
评论 #25245496 未加载
评论 #25246060 未加载
评论 #25246496 未加载
评论 #25245481 未加载
joshlkover 4 years ago
Nand to Tetris: how a computer is built from the ground up. Starting from nand logic gates all the way to OO programming<p><a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;build-a-computer" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;build-a-computer</a>
评论 #25245288 未加载
评论 #25246585 未加载
评论 #25254941 未加载
评论 #25253100 未加载
gmiller123456over 4 years ago
Differential Equations in Action <a href="https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;differential-equations-in-action--cs222" rel="nofollow">https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;differential-equations-in-act...</a><p>It&#x27;s not an intense differential equations course, and I don&#x27;t think you even need calculus to understand or complete the exercises. It has a lot of really great, well, explained, fun exercises like computing a gravitational slingshot, computing the spread of an epidemic, then N-body problem, and others. The exercises are solved programmatically, not with math equations.<p>America&#x27;s Unwritten Constitution <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;unwritten-constitution" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;unwritten-constitution</a> America&#x27;s Written Constitution <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;written-constitution" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;written-constitution</a><p>If you&#x27;re American, you&#x27;ll likely find both of these courses extremely interesting. What they (probably) taught you in grade&#x2F;high school was very overly simplified, or just wrong. This is geared toward people who have no background in law. I don&#x27;t remember there being amazing exercises to do, but there were a lot of mind blowing facts I learned about things the constitution does and doesn&#x27;t cover.
oli5679over 4 years ago
I really enjoyed Tim Roughgarden&#x27;s &#x27;Algorithms&#x27; specialisation. The first half are actually on Stanford&#x27;s online learning platform for free.<p><a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;algorithms" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;algorithms</a>
评论 #25245896 未加载
评论 #25247392 未加载
评论 #25254970 未加载
评论 #25245719 未加载
samvherover 4 years ago
I quite liked &quot;How to win a data science competition&quot; (<a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;competitive-data-science" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;competitive-data-science</a>) where I learned a lot about validation strategies and machine learning on tabular data. The course has its own Kaggle competition.<p>I also really liked &quot;Discrete optimization&quot; (<a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;discrete-optimization" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;discrete-optimization</a>). At the time that I took it it also had a competitive element where you would solve optimization problems and there was a leader board comparing all the students in the current batch. That was when courses still started in batches and were free so the experience would probably no longer be the same, unfortunately.
评论 #25246175 未加载
mauritsover 4 years ago
My personal favorite, Statistical Mechanics and Computations.[1]. Excelled introduction to MCMC methods, lots and lots of python programs and filmed against a green screen.<p>Obligatory, Stanford CS231n: Convolutional Neural Networks for Visual Recognition [2] The assignments are excellent and will let you implement a deephish network from practically scratch, before diving into modern frameworks and applications.<p>[1]: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;statistical-mechanics" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;statistical-mechanics</a> [2]: <a href="http:&#x2F;&#x2F;cs231n.stanford.edu&#x2F;index.html" rel="nofollow">http:&#x2F;&#x2F;cs231n.stanford.edu&#x2F;index.html</a>
iouover 4 years ago
Cryptography 1, time well spent. ~3000 reviews at 4.8 stars<p><a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;crypto" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;crypto</a>
评论 #25246161 未加载
评论 #25246268 未加载
评论 #25246792 未加载
everythingswanover 4 years ago
The Python for Everybody course was great. I was excited to complete it (well, the first 3 courses in the roadmap): <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;python" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;python</a><p>As a non-programmer but a decent mather, I thought it presented the materials in a way that was easy to understand. In my mid-thirties now, I feel like I could have handled this at 18 just fine--but not in a patronizing way. It was just very clear and the professor had a good sense of humor.<p>I just built my first time-saving Python program and it felt really satisfying. I built a few others that were cool but none actually saved me time. Very satisfying! At the end of the 3 courses (~60 hours) and some additional tinkering (~40 hours), I had the skills and that&#x27;s pretty cool.
评论 #25250218 未加载
评论 #25249448 未加载
abecedariusover 4 years ago
I quite enjoyed <a href="https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;design-of-computer-programs--cs212" rel="nofollow">https:&#x2F;&#x2F;www.udacity.com&#x2F;course&#x2F;design-of-computer-programs--...</a> -- program design by Peter Norvig. (Disclaimer: I had a very small part in preparing it.)
评论 #25250668 未加载
commonturtleover 4 years ago
Scott Page&#x27;s Model Thinking course: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;model-thinking" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;model-thinking</a>. Broad overview of how to think in models to understand the world around you.
评论 #25252142 未加载
评论 #25245678 未加载
davuinciover 4 years ago
Financial Markets course [0] taught by Robert Shiller (Nobel laureate) is a phenomenal course to understand the basics of financial markets. He explains how financial markets work from an engineering perspective which is an interesting approach in contrast to other similar courses.<p>[0] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;financial-markets-global" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;financial-markets-global</a>
评论 #25246789 未加载
joshlkover 4 years ago
Has anyone tried either?: - &quot;Fundamentals of Parallelism on Intel Architecture&quot; <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;parallelism-ia" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;parallelism-ia</a> - &quot;Introduction to High-Performance and Parallel Computing&quot; <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;introduction-high-performance-computing" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;introduction-high-performance...</a>
Mimmyover 4 years ago
Interesting prior discussion from 2018<p><a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16745042" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=16745042</a>
评论 #25246576 未加载
veganjayover 4 years ago
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 &quot;Completed&quot; courses section of my profile.<p>Having said that and with the caveat that these probably changed since I taken them, I recommend the following:<p>- Cryptography - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;crypto" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;crypto</a> - great introduction to the fundamentals and math behind cryptography. A lot of theory but also some practical exercises. This is my top recommended.<p>- Machine Learning - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;machine-learning" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;machine-learning</a> - a good introduction to the basic of machine learning; focuses on octave&#x2F;matlab and does not dive into frameworks like scikitlearn or tensorflow<p>- Introduction to Interactive Programming with Python - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;interactive-python-1" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;interactive-python-1</a> - I took a course from Rice University on Python programming through making games that was fun. As far as I can tell, this is the modern incarnation in two parts.<p>- Software Security - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;software-security" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;software-security</a> - goes into stack &#x2F; overflow exploits, tools for testing, and web-based attacks<p>- Functional Programming Principles in Scala - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;scala" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;scala</a> - this was a good introduction to scala and functional programming - it got me thinking in a different way<p>- C++ for C Programmers - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;c-plus-plus-a" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;c-plus-plus-a</a> - I think this was the first coursera class I took. This course dove into the C++ STL and a lot of modern features introduced in C++11.
评论 #25246907 未加载
albertzeyerover 4 years ago
I very much enjoyed Geoffrey Hinton&#x27;s course about Neural Networks. But I cannot find it anymore on Coursera?<p>Anyway, I found it here: <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLoRl3Ht4JOcdU872GhiYWf6jwrk_SNhz9" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLoRl3Ht4JOcdU872GhiYW...</a>
评论 #25249232 未加载
rskirkpatrickover 4 years ago
Algorithms by Princeton University, taught by Dr. Robert Sedgewick. That was the most organized and well-taught course I have taken on Coursera. The visuals for explaining algorithms were beautiful, Dr. Sedgewick explained the material extremely well, and my favorite part, were the assignments.<p>The assignments are completed in Java and cover the lecture material from the week. For example, your 1st assignment is to use a union data structure to determine if a grid percolates, similar to a coffee filter percolating.<p>One slight drawback with the course was that it was originally published several years ago, so the forums are not well moderates much more and some of the previous quizzes are no longer available. Also Princeton does not issue certifications of completion.<p>Still it’s the best online course I have taken in a MOOC.
elil17over 4 years ago
The Science of Well Being. A great course about how psychologists research human happiness and what the current state of the art suggests are the best strategies for leading a fulfilling life.<p><a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;the-science-of-well-being" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;the-science-of-well-being</a>
atrisxover 4 years ago
Intro to Psychology: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;introduction-psychology" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;introduction-psychology</a><p>The Modern World, Part One: Global History from 1760 to 1910: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;modern-world" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;modern-world</a> (2nd part is as great as the first one)
avmichover 4 years ago
I think HN should be interested by that Coursera today requires reCAPTCHA passing to log into. That filters out some browsers or extensions.<p>Also at least some courses are paid-only - initially there were plenty of free courses. For example, even if you don&#x27;t want a certificate for Deep Learning specialization, just to view videos require you to enter a credit card and agree to some dim conditions probably drafted by lawyers (and expected to be read by non-lawyers).<p>Coursera was great initially, with well taught courses. Now it&#x27;s more of a gated community, much worse IMO than it used to be. Hope there are better offerings elsewhere.
etherioover 4 years ago
Not coursera but I&#x27;d definitely recommend Helsinki university&#x27;s Elements of AI course [0].<p>It&#x27;s quite accessible and a good introduction to artifical intelligence.<p>[0]: <a href="https:&#x2F;&#x2F;www.elementsofai.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.elementsofai.com&#x2F;</a>
hartem_over 4 years ago
- Algorithms I and II by R. Sedgewick are great (<a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;instructor&#x2F;~250165" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;instructor&#x2F;~250165</a>). Super easy to understand and very deep&#x2F;nuanced at the same time.<p>- Automata Theory by J. Ullman is also really good. It used to be on Coursera but is now on EdX (<a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;automata-theory" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;automata-theory</a>)
评论 #25248170 未加载
x87678rover 4 years ago
This thread is great. I&#x27;ve already enrolled and given up on 20ish courses, now I have another 4 enrolled. :)
mportelaover 4 years ago
Another thread from earlier this year with pretty good recommendations: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22826722" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=22826722</a>
drydover 4 years ago
I really enjoyed &quot;The Modern World, Part One: Global History from 1760 to 1910&quot; [1] by Philip Zelikow. He clearly put a lot of thought into developing his lectures -- there&#x27;s also a part two [2] that picks up where the first leaves off.<p>[1] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;modern-world" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;modern-world</a><p>[2] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;modern-world-2" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;modern-world-2</a>
danr4over 4 years ago
&quot;Introduction to Public Speaking&quot; - Dr. Matt McGarrity<p>I think public speaking is a very important skill that not enough people take the time to learn.
bicepjaiover 4 years ago
This has the potential to be one of the best paid finance course online. I am working on its first course currently. This is edx version of OCW <a href="https:&#x2F;&#x2F;ocw.mit.edu&#x2F;courses&#x2F;sloan-school-of-management&#x2F;15-401-finance-theory-i-fall-2008&#x2F;" rel="nofollow">https:&#x2F;&#x2F;ocw.mit.edu&#x2F;courses&#x2F;sloan-school-of-management&#x2F;15-40...</a>
rajbiswas125over 4 years ago
Andrew NG Deep Learning courses were nice, especially for an absolute beginner.
krtkushover 4 years ago
Model Thinking by Scott E. Page - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;model-thinking&#x2F;home&#x2F;welcome" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;model-thinking&#x2F;home&#x2F;welcome</a>
Tepixover 4 years ago
I thought &quot;The science of the solar system&quot; by Mike Brown was an excellent introduction.<p><a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;solar-system" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;solar-system</a>
评论 #25251836 未加载
pcthrowawayover 4 years ago
Databases with Jennifer Widom. I think the original course I took on Stanford&#x27;s platform has now been split into 3 on edx. Amazing hands-on introduction to Database concepts <a href="https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;databases-5-sql" rel="nofollow">https:&#x2F;&#x2F;www.edx.org&#x2F;course&#x2F;databases-5-sql</a><p>I quite liked the Web Development course taught by Steve Huffman (the founder of Reddit) on Udacity. It&#x27;s possibly a bit dated right now.
评论 #25249255 未加载
arcturus17over 4 years ago
Princeton&#x27;s and Stanford&#x27;s Algorithms are fantastic.
评论 #25246888 未加载
infinyte7over 4 years ago
Not coursera <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLOtl7M3yp-DV69F32zdK7YJcNXpTunF2b" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLOtl7M3yp-DV69F32zdK7...</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PL462275E91FC7844D" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PL462275E91FC7844D</a>
评论 #25249805 未加载
kassasover 4 years ago
&quot;Modern Big Data Analysis with SQL Specialization&quot; by Cloudera is awesome. It discusses Hadoop, Hive, Impala and Big Data and the instructors are great. It is rated 4.8&#x2F;5.0<p><a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;cloudera-big-data-analysis-sql" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;specializations&#x2F;cloudera-big-data-a...</a>
emmanueloga_over 4 years ago
PSA: LinkGrabber exists. Get a list of URLs pointing to the recommended courses :-) [1]<p>1: <a href="https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;link-grabber&#x2F;caodelkhipncidmoebgbbeemedohcdma" rel="nofollow">https:&#x2F;&#x2F;chrome.google.com&#x2F;webstore&#x2F;detail&#x2F;link-grabber&#x2F;caode...</a>
dimmuborgirover 4 years ago
Audio Signal Processing for Music Applications<p>Professor Xavier Serra[1] is a highly respected veteran in the field.<p>[1] <a href="https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Xavier_Serra" rel="nofollow">https:&#x2F;&#x2F;en.m.wikipedia.org&#x2F;wiki&#x2F;Xavier_Serra</a>
webreacover 4 years ago
I have loved <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;crypto" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;crypto</a>? Some of the material has been very useful when I have done stripe CTF n°2.
mrisoliover 4 years ago
I liked internet history, technology and security: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;internet-history" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;internet-history</a><p>It doesn&#x27;t get very deep in terms of knowledge of networks, TCP&#x2F;IP stack etc, it&#x27;s a very lightweight course that&#x27;s easy to get through, it was my gateway MOOCs years ago, instructor is great and there&#x27;s great footage from the beginnings of the internet, it feels more like an interactive documentary than an online class.
mbaytasover 4 years ago
Scott Klemmer’s HCI- and design-related courses: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;instructor&#x2F;~1250" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;instructor&#x2F;~1250</a>
rohanm93over 4 years ago
This list is pretty good: <a href="https:&#x2F;&#x2F;resumeworded.com&#x2F;free-online-courses&#x2F;" rel="nofollow">https:&#x2F;&#x2F;resumeworded.com&#x2F;free-online-courses&#x2F;</a>
omarhaneefover 4 years ago
I should mention that they have a Black Friday or cyber Monday type special right now where you take a course or a month for free.
rognjenover 4 years ago
I&#x27;ve found courses that aren&#x27;t directly related to my profession (or making money) to be the most rewarding. For example: <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;age-of-cathedrals" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;age-of-cathedrals</a>
infinyte7over 4 years ago
I am learning programming in C++ and found this course nice. C++ Data Structures in the STL <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;projects&#x2F;cpp-data-structures-in-the-stl" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;projects&#x2F;cpp-data-structures-in-the...</a>
ra7over 4 years ago
Economics of Money and Banking by Perry Mehrling - <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;money-banking" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;money-banking</a><p>Great course to learn about monetary systems, central banks and its effects on financial markets.
jschulenklopperover 4 years ago
<a href="https:&#x2F;&#x2F;www.classcentral.com&#x2F;collection&#x2F;top-free-online-courses" rel="nofollow">https:&#x2F;&#x2F;www.classcentral.com&#x2F;collection&#x2F;top-free-online-cour...</a><p>(Not just on Coursera, but also others. You can filter for the Coursera ones.)
评论 #25247264 未加载
评论 #25248262 未加载
mancaover 4 years ago
Machine Learning by Dr Ng is a classic. I also loved Algorithms I and II by Tim Roughgarden. Sedgewick&#x27;s Algorithms are also good.
bombastryover 4 years ago
I took the (Penn) Calculus sequence by Robert Ghrist and really enjoyed it as a review of single variable calculus. He uses Taylor series as the basis of his explanations which I felt was really clean way to provide intuition for some of the more complicated theorems and formulae. The lecture videos have high quality animations and are broken into digestible chunks (around 10-15 minutes each). The downside is that only a few example problems are shown being worked out, but I only found this to be an issue for a few of the lectures (mainly in the applied calculus section of the course).<p>The course also covers some interesting, non-standard topics. In particular, I liked the lecture on a discrete version of calculus (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NHa8UgWigZk" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=NHa8UgWigZk</a>) which can be used to find easy solutions to series and recurrence relations (e.g. the &quot;discrete anti-derivative&quot; can be used to provide quick closed-form solutions to sums of the form &quot;n^k from n=1 to K&quot; - an example occurs at the 5:28 mark of the linked lecture, but some background from earlier in the video will be necessary to follow along).<p>The lecture videos are available on Youtube (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLKc2XOQp0dMwj9zAXD5LlWpriIXIrGaNb" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;playlist?list=PLKc2XOQp0dMwj9zAXD5Ll...</a>), but I would recommend working through the problems on Coursera (especially the challenge problems) as well. I would also recommend that viewers watch the videos as 1.5x speed or faster. Dr. Ghrist speaks so slowly in these videos that I found it distracting.<p>For those who have some knowledge of the standard intro calculus textbooks, the level of rigor and difficulty in this course is above the Stewart book that many universities use, but below the Spivak&#x2F;Apostol&#x2F;Courant type of book that an honors course may use.<p>This used to be a single course, but Coursera split it up into 5 pieces, with somewhat unhelpful names. The sequence is &quot;Part 1 - Functions&quot;[1], &quot;Part 2 - Differentiation&quot;[2], &quot;Part 3 - Integration&quot;[3], &quot;Part 4 - Applications&quot;[4], and &quot;Part 5 - Discrete Calculus&quot;[5]. The first four parts names are reflected in their Coursera titles, but the &quot;Discrete Calculus&quot; course is titled &quot;Single Variable Calculus&quot; instead since it contains the final exam for the overall sequence.<p>It&#x27;s also worth mentioning that Dr. Ghrist also has other video lectures available on Youtube (<a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;c&#x2F;ProfGhristMath" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;c&#x2F;ProfGhristMath</a>) for other math courses including a sequence on multivariable calculus called &quot;Calculus Blue.&quot;<p>[1] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;single-variable-calculus" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;single-variable-calculus</a><p>[2] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;differentiation-calculus" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;differentiation-calculus</a><p>[3] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;integration-calculus" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;integration-calculus</a><p>[4] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;applications-calculus" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;applications-calculus</a><p>[5] <a href="https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;discrete-calculus" rel="nofollow">https:&#x2F;&#x2F;www.coursera.org&#x2F;learn&#x2F;discrete-calculus</a>
anderspitmanover 4 years ago
The UCGD bioinformatics courses are very high quality.
moxylushover 4 years ago
Thanks for the info about Machine Learning from Ng. I&#x27;ve been trying to find that course.