Hacker News new | past | comments | ask | show | jobs | submit login
Deeplearning.ai: Announcing New Deep Learning Courses on Coursera (medium.com/andrewng)
331 points by npalli on Aug 8, 2017 | hide | past | favorite | 96 comments



For those who are unfamiliar with coursera or interested in just the videos (and NO certificate) you can enroll in "AUDIT" mode:

AUDIT MODE: http://image.ibb.co/iwm0xF/ng.png

The deep-learning course consist of 5 subcourses:

https://www.coursera.org/learn/neural-networks-deep-learning

https://www.coursera.org/learn/deep-neural-network

https://www.coursera.org/learn/machine-learning-projects

https://www.coursera.org/learn/convolutional-neural-networks

https://www.coursera.org/learn/nlp-sequence-models

The deep-learning course is a different course than the prerequisite machine-learning course:

https://www.coursera.org/learn/machine-learning


BTW, if you want to audit, you need to search for each course individually (or click seycombi's links above) and click the Enroll button there, there's no Audit option if you click Enroll on the full Specialization.


Thank you for pointing this out! Was looking for the way to just audit it and could not figure it out.


fast.ai also has a quality ML course


I love fast.ai's course, but I also appreciate having a solid and thorough free machine learning course. While fast.ai is good for getting onto the cutting edge of deep learning quickly, it doesn't go through a lot of material that most people in the machine learning industry are assumes to know.


Can the certificate be received by completing the course in audit mode and then paying at the end of the course.


Thanks for the links! It seems like you can already browse the lecture videos of the first three courses!


I like this pricing model compared to udacity's new nanodegrees. This works better for people who want to rush through the course as quickly as possible. It essentially encourages faster completion.

You pay $49 per month and finish at your own pace. On Udacity you pay a fixed price of approximately $800 per semester with a trial period of 7 days. Since you are paying for the entire course upfront, you might realize after a few weeks that you don't like it. On Coursera, you can stop anytime and you've only paid $49 x number of months you tried.


Interesting, as it used to be the other way around. Udacity charged ~$200/month for a nanodegree (with a 2 drink minimum) and Coursera charged a flat fee (around 600 if I recall correctly) with no deadline for completion.


Udacity has a 50% tuition back policy if you finish < 12 month (very reasonable). I've finished a ND, and asked for my money back (still waiting tough, its a 8 wks standard period )


That unfortunately doesn't apply to all their NDs. Some of their newer ones (like the self driving car ND) doesn't offer any sort of tuition back.


Works out well for them too. I'd imagine most people are overly optimistic about how quickly they'll be able to finish.


If you take a Coursera course, be prepared for it being exactly like a university class. About 45 minute of monologue per section, the odd quiz, then 2-3 exams.

From the 4 Coursera courses I've taken, I've gotten some good info, but I learned nothing practical. Udacity on the other hand, has ~5-10 min videos, frequent quizzes and practical projects.


I dislike Udacity, they interrupt every minute to ask stupid non-useful questions and some of their courses have very low quality.


Except is Peter Norvig:)


I wasn't referring to any particular course.


you should then take the nanodegrees. the kind of courses you are talking about are getting older now. the new nanodegrees have good materials.


just sounds like different learning styles


No, it's not a matter of learning styles. Rather, it's a matter of preference. I prefer rigorous coverage and quality.

Just take a look at Udacity's deep learning reviews @ class-central.com


While I have some issues with their deep learning nanodegree, the reviews on class-central are for the standalone course and not for the nanodegree... most students liked the nanodegree


It seems like this course also includes a lot of practical knowledge about deep learning, as it to be expected of Andrew Ng - who is writing the applied book "Machine Learning Yearning"


Can you recommend a ML related course from Udacity?


I've enjoyed the Deep Learning Nanodegree [0]. It is a 6 month survey course of deep learning techniques and applications. Some of the lessons and instructors are better than others but overall the content and projects have been good.

This course is not to be confused with the one-off deep learning course they offer [1], which I have not taken but have heard is not as good.

[0]https://www.udacity.com/course/deep-learning-nanodegree-foun...)

[1] https://www.udacity.com/course/deep-learning--ud730


I signed up for this, but didn't realize that they pull access to course material if you don't complete on their timeline. I asked for a refund because of this and they refused.


so you thought of quitting a course even though they gave us 6 months to finish it?

their approach is good to ensure people follow deadlines just like you would have in a school/college setting because that causes maxomim graduation rates


Yep, turns out my goal is to learn things on the timeline I deem appropriate, not maximize Udacity's graduation rates.

It's all good though -- their chargeback rate is going up, hehe.


lol, ok. then yeah, udacity isn't for you.


There are only 2 ML courses on Udacity. One is by Georgia tech and the other is by Sebastian Tron Legacy.


Winner: Autocorrect Prize, August 2017



Any idea on how this compares to the deep learning course here: http://course.fast.ai/?

Very interested in taking a course, but there are so many offerings available. I have high level ML understanding from classes I took in college, but wanted to dive deeper into it.


The fast.ai course does what it says on the tin: it's a practical approach to deep learning. I know I'm being lame by copying their tagline, but it really does just that: it has a no-frills approach to _applying_ deep learning. What you'll see:

* How to build and train a convnet

* What transfer learning entails

* How to build and train an LSTM

* How to build and train a 'vanilla' neural net

What you won't be covering:

* The difference between ADAM and EVE optimizers

* The mathematics behind backpropagation

* The mathematical 'theory' behind 'exploding gradients'

In brief: fast.ai is all about having coders get started with deep learning ASAP. If you have theoretical questions, the answer will usually be a one-liner, along with "but that's out of scope for this class".

I loved it to pieces, I think it's fantastic and a must-do if you've got any Python affinity. You would not believe what you, a run-off-the-mill programmer, have as a power when it comes to getting ConvNets/Nnets/LSTMs do. You can really build powerful, (almost) Google service level stuff.

But it's not very detailed on theory.


Ya it seems like just another deep learning course.

I can vouch for fast.ai though. They're the best if you're just starting.


+1

fast.ai is probably the best MOOC I've ever followed. As its name says, it is "for coders" and 100% applied. It is perfect for getting started, quickly.

Please read this blog post, in particular regarding the comment on "Hacker News contributors regularly give such awful advice on machine learning".

http://www.fast.ai/2017/03/17/not-commoditized-no-phd/

and:

http://www.fast.ai/2017/03/23/focus-on-coding/


I'm glad these courses use python. I had a lot of trouble with Ng's machine learning course because I was trying to learn MATLAB language, remember long disused linear algebra, and trying understand the substance of the lessons all at the same time.


It's worth considering the choice of Octave in context. The first time Machine Learning was a full blown MOOC offering was in 2011, [1] predating the founding of Coursera. My impression is that even as far back as 2011, Ng's class was adapted from an existing syllabus.

Unlike today, Python was not an obvious choice. In no small part because arguments that it was not fast enough for numerical calculations (right or wrong) held much more sway. In no small part (and as Ng mentions when explaining why Octave was used in the course lectures) because people will always argue over choice of programming language (perhaps the parent comment is a mild example). Pedagogically, using a 'big' language like Octave avoids getting bogged down in the sausage factory of modules and imports and namespaces and objects and list comprehensions and differences between the two major versions of Python and documentation rot associated with all the minor versions of the Pythons when it comes to examples.

In terms of learning Octave, it's not really significantly more or less knowledge than learning NumPy would have been. Irrespective of language the number of functions/methods necessary to manipulate matrices is pretty much constant...or as I heard someone say once, J has about the same number of language primitives as there are methods in Ruby's array libraries. Anyone starting from scratch will have two things to learn.

[1]: https://web.archive.org/web/20110923173848/http://www.ml-cla...


Maybe I unknowingly stepped into some long standing debate?

I'm not saying it was an obviously terrible choice and how could he have made it. I'm saying it made the course more difficult and less rewarding for me.


Andrew Ng also talks about why he chose Octave in the courses. So it was definitely always part of a debate.


I was providing context for why the decision (good or bad) was what it was.


IIRC, Ng explicitly mentioned that he taught the course in a few languages over the years (Python, Matlab, R, Octave), and he got the best results with Octave because of how simple the language is and how much is built in.


Yeah I have nothing against algebra or math, I like math, and I know some algebra, but he was constantly using mathematical notation instead of algorithms. It was not accessible.

I got into many arguments about how computer science is math and so on, but machine learning is a set of techniques, there is no need for it to use math when it's not really needed.

So I gave up. I did not even manage to properly understand his explanation of linear regression, as I would have liked to implement my own. When I look online it's a myriad of equations, and no pseudo code.

I love mathematics, but when I'm programming I really prefer to use data, and not math.


While that approach might help you understand how to code a technique, it doesn't do much to teach you to evaluate when and why to use a technique. You can read a bunch of tips on when to use something, but simply remembering these "facts" rather than being able to relate them from first principles is not efficient.

Granted after you understand the math, you no longer need an equation, but simply a mental picture of what is going on (for example, I remember linear regression with projection of data onto a line or plane).

After you have a good foundation, I found often-times you can then ignore the details of equations and see the relevant parts (different forms of Bayes rule, projections, chain-rule, etc) and arrive at the general idea of a technique.

The interesting and hard part is understanding the technique, and I think that is probably the most bang for your bucks, as I assume you are proficient in programming already.


ML is a set of techniques derived from math.

Instead of giving up you should push through that. Use what you know to get familiar with what you don't, rather than asking for things to be made accessible to you. Math is much older and bigger than computer science and refusing to learn it is over-specialization.


Well if it's derived from math, give the techniques, not the math.

I don't care if it's accessible for me or not, it seems the guy is saying ML is the new electricity, lowering the bar won't only benefit me, but many other people who know programming and don't benefit from knowing the math.

Just my opinion. Many people and hackers learn by practice, not by theory.


We need both electrical engineers and licensed electricians. If you want to be an electrician, don't sign up for an engineering class taught by a pioneer in the field of electricity and then complain that there is too much theory. Coding bootcamps and vocational schools already exist to meet the needs of those who only want to be practitioners.

Everyone learns by practice, but that applies to math just as well as programming. If you don't practice it, you won't learn it.


> Everyone learns by practice, but that applies to math just as well as programming. If you don't practice it, you won't learn it.

I don't see machine learning as a theoretical field of math, I see machine learning as a set of tools.

To me computers are the tool you use to practice math, and you don't really need to use mathematical notation anymore, unless you really dive into a very abstract subject. ML consists of applied methods. I don't think people want to learn the theory of machine learning, they just want to know the methods that works now, and maybe dive into more complex stuff later.


I was actually disappointed that there was not enough mathematical discourse in the course. He would mostly present you a formula without going much into details on how it was derived. It does make sense though that he dumbed down mathematical bits to fit a more applied purpose of the course.


Yes, it really distracted away from the core lessons of that course.


I disagree. I felt the language was very simple and easy to learn, and after the first exercise it was natural to use. Considering the course was very mathematical, the language was a perfect choice.


My impression was that the language was "too natural". I mean Octave notation is so similar to mathematical notation that many exercises could be solved by just typing a formula from lecture almost 1:1. Plus, learning Python and things like NumPy or Pandas would be beneficial on its own rights.


I mean, there's not much difference between NumPy and MATLAB/Octave.


For example, check out https://docs.scipy.org/doc/numpy-dev/user/numpy-for-matlab-u...

Also, IMO the implementation is not the core focus of the course. The key ideas are in the equations, and hopefully implementing them helps you understand the intuition behind those equations.


I disagree as well. I took the ML course a long time ago and now I can't remember anything about Octave but still remember those key ideas and algorithms taught in the course. That's the point.


I'm finally getting around to taking this course. I too find Octave to be a bit weird, so I'm a little behind on the programming assignments. However, I'm looking forward to getting comfortable with a different way of programming.

Everything I've read about the course suggests that the programming assignments are actually pretty easy. Hopefully I'll reinforce, rather than confuse the core concepts in translating them to this unfamiliar language.


My experience (Fall 2011) is that I didn't really get much ML education out of it because 90% of the coursework was "translate this textbook equation into Matlab".


>I'm glad these courses use python

But how will cheaters rationalize violating the honor code now?

https://news.ycombinator.com/item?id=12279526


So awesome. I just completed Andrew's excellent 2011 Machine Learning coursera course, and was looking where to go next. I am trying to go through the courses on fast.ai, but I don't enjoy them nearly as much compared to Andrew's teaching style and structure. Will be signing up for this!


The courses are not yet live. Meanwhile, here is a list of 23 Deep Learning online courses aggregated (aggregated by my company): https://www.class-central.com/report/deep-learning-online-co...

Also, link to Andrew Ng's original ML class: https://www.coursera.org/learn/machine-learning


For the first three courses the first week is already accessible.


Anybody have a clue when these will actually be up? I really enjoyed his ML course.


After having taken Udacity's ND, the only way I would consider taking this course is if they go in-depth with the theory so that I can clear interviews and work on projects from scratch. There's just too many resources for DL now. It's getting ridiculous. Had Udacity gone in better details with their ND I would glady have paid double for them.

Coursera does not having proper support systems like good quality forums/any mentorship/project reviews. Although, been a while since I took a Coursera specialization, would rate Udacity higher on that front even though their ND was too basic (I can't even talk about what I did in a project clearly because of so much lack of stuff).

Let's see how this specialization holds up.


Wonderful! Thank you Andrew!

Now alongside Udacity, another set of classes with certificates - does anyone know if they hold any value to prospective employers? Last I've heard was that a recent PhD in ML was a must.


I manage a data science team and the courses aren't valuable in and of themselves. I need to see that you've actually used the principles from them on interesting projects that we could utilize for our company -- projects either in your own work or pet projects that you've done completely yourself.


> does anyone know if they hold any value to prospective employers?

Sure they do. It's not a free pass but it is very very very helpful to have a strong foundation in classic ML and statistics.

> Last I've heard was that a recent PhD in ML was a must.

Not really unless you are looking to jump into a pure research lab. Generally you need publications in the field.


"Sure they do. It's not a free pass but it is very very very helpful to have a strong foundation in classic ML and statistics."

I think the poster was asking specifically about the credentials of the course, not taking the course itself. And I'd argue that it's probably not that interesting to most prospective employers, since they'll care more about things you've actually accomplished (example projects, etc).


> Last I've heard was that a recent PhD in ML was a must.

Nope, personally know a lot of people who work in Machine Learning roles at the big 5 companies without a PhD.

Although specifically they did not have any of these courses on their resume. They did however have various ML projects which these courses can lead to.


Latently (SUS17) also provides a more self-directed path to learning deep learning focused exclusively on implementing research papers and conducting original research: https://github.com/Latently/DeepLearningCertificate


The wording in the linked GitHub page makes it sound like you are looking for people that are already ML practitioners. Are you able to support developers with no ML background that are interested in making a career change?


Definitely, we help folks pick papers that are appropriate for their skill level.


This seems very interesting, but I'm getting a 404 at this link.


Sounds interesting. What are the costs for the participants?


There are no costs.


I hope that AI scientists will one day solve the problems with message forums. Message forums aren't designed to engage this many people. A popular MOOC gets tens of thousands of daily posts from students.

Maybe Andrew will make a practical class project out of trying to improve mass-collaboration using his MOOC as the test subject?


Will the content for the courses be released all at once? I'd like to complete the 5 courses in approx 1 month.


Seems like the first three courses are opening on August 15th (but you can already preview the first week), the other two do not seem to have a start date available yet.


So it appears, that you can still take this course for free, and you only get a "digital certificate" of dubious value if you purchase the course. Am I missing something here?


Is it not $49 / mo ?

http://i.imgur.com/UNOvVMU.png


You can audit the classes for free, which lets you watch the videos, and take the quizzes but not submit them (which is annoying).


How about this 7-day "trial"? all those courses seem pretty short (estimated 5 courses x 3 weeks x 4 hours = 60 hours), so if you do them full time and manage to finish within that 7-day trial would you receive certificate for free?


This one appears to be (but it's also not available for enrollment just yet). Then, for example, his ML course (https://www.coursera.org/learn/machine-learning) is available for purchase: http://collabshot.com/show/1hWhMQ


What would be a good prerequisite for these courses?


From the FAQ on the course's page:

"Programming (expected): intermediate Python programming skills: work effectively with loops, control flows, data structures, files, functions and OO programming. Prior experience with PyData libraries is also recommended (e.g. Numpy, Pandas, Matplotlib)Mathematics (recommended): Matrix vector operations and notation.

Machine Learning (recommended): understand how to frame a machine learning problem including how data is represented, how models are evaluated on the task and against each other, and how to optimize model performance for the best evaluation."


The FAQ answers this:

" What background knowledge is necessary?

Programming (expected): intermediate Python programming skills: work effectively with loops, control flows, data structures, files, functions and OO programming. Prior experience with PyData libraries is also recommended (e.g. Numpy, Pandas, Matplotlib)Mathematics (recommended): Matrix vector operations and notation.

Machine Learning (recommended): understand how to frame a machine learning problem including how data is represented, how models are evaluated on the task and against each other, and how to optimize model performance for the best evaluation."


This is described as a beginner specialization, so you're probably fine if you're comfortable with Python and have a passing familiarity with linear algebra.

The older machine learning class alone is eleven weeks, compared to nine weeks for the first three classes of this specialization. You might consider going through the first four weeks of that class, which lays the foundation for neural networks by introducing linear and logistic regression.


Many weeks end with an interview that might be interesting independent of the course -- the first is a long one with Hinton.

https://www.coursera.org/learn/neural-networks-deep-learning...


Transition to python is a great improvement! Took his previous course but the MATLAB part of it was no fun and virtually guaranteed that my work would be hard to implement in any real job setting. His advocacy of Octave probably predated quite a few of the python libraries that have since arrived.


Is Andrew Ng still with Baidu? Thought it was curious that it uses tensorflow.


He left Baidu to start deeplearning.ai.


He also started Coursera, which brings us full circle :)


This is really exciting to hear. Andrew is absolutely a fantastic teacher!


This specialization contains 5 courses. Does this mean one has to pay 245 dollars(49 * 5) + 49 dollars for the first month.


I took his course up until the back propagation lesson and then lost interest. Credit to him as a teacher though because the basic of ML are still with me. I just didn't have any interest in going very deep with it.


Feels like marketing, not really a news story. Anyone else feel the same?


Exactly what is being marketed ?


Coursera


I was only making an honest observation. It's amazing that, whenever one makes an observation that could be construed as detracting, your observation gets moderated downward. That's sad.

Anyway, audited the first class and think it's a wonderful product. However, my observation about this "seeming like product marketing" stands. Mod me down again, I suppose.




Consider applying for YC's W25 batch! Applications are open till Nov 12.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: