Ask HN: Which Coursera courses/specializations you recommend?
41–50 of 62 posts
Re: Ask HN: Which Coursera courses/specializations you recommend?
#42Software Design and Architecture Specialization: https://www.coursera.org/specializations/software-design-arc... I learned so much in these courses that cover OOD, design patterns, and architecture in a real world and practical way. I found it one of the best taught courses I've taken.
Re: Ask HN: Which Coursera courses/specializations you recommend?
#43What would you recommend as the best mathematics course for understanding the underlying mathematics in machine learning ?
Re: Ask HN: Which Coursera courses/specializations you recommend?
#44I would recommend Andrew Ng's Deep Learning Course. https://www.coursera.org/specializations/deep-learning This course is extremely good mostly because it covers the essential theoretical topics and gives some practical advice. TIP: do solve the assignments bcz it will clear a lot of concepts while solving it. ( or other solution can be found on github )
Also, take several of the classes in the specialization. Don’t stop at the first course. Convolutional networks has been great.
I liked working on the notebooks and watching the interviews with some of the pioneers of Deep Learning.
Re: Ask HN: Which Coursera courses/specializations you recommend?
#45I would recommend Andrew Ng's Deep Learning Course. https://www.coursera.org/specializations/deep-learning This course is extremely good mostly because it covers the essential theoretical topics and gives some practical advice. TIP: do solve the assignments bcz it will clear a lot of concepts while solving it. ( or other solution can be found on github )
How much do the material overlap? Which one is better?
Re: Ask HN: Which Coursera courses/specializations you recommend?
#46Re: Ask HN: Which Coursera courses/specializations you recommend?
#47Why is almost every answer on this thread is related to Machine Learning. The question was about programming. There is 3 part series from University of Washington on programming languages covering Standard ML, Racket and Ruby. It compares and contrasts functional programming and Object oriented programming in detail by teaching 3 different languages. I believe this is a great resource to start with. Here is the link.…
Re: Ask HN: Which Coursera courses/specializations you recommend?
#48Why is almost every answer on this thread is related to Machine Learning. The question was about programming. There is 3 part series from University of Washington on programming languages covering Standard ML, Racket and Ruby. It compares and contrasts functional programming and Object oriented programming in detail by teaching 3 different languages. I believe this is a great resource to start with. Here is the link.…
Re: Ask HN: Which Coursera courses/specializations you recommend?
#49Re: Ask HN: Which Coursera courses/specializations you recommend?
#50The first two course of the specialization on functional programming by Scala's founding father is worth your time if you're into that. I remember it being quite challenging, but gives you a thorough grasp of FP, and a new language in your toolkit. https://www.coursera.org/specializations/scala