Machine Learning

share ›
‹ links

Below are the top discussions from Reddit that mention this online Coursera specialization from University of Washington.

Offered by University of Washington. Build Intelligent Applications. Master machine learning fundamentals in four hands-on courses. Enroll for free.

Reddsera may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Coursera. Thank you for using these buttons to support Reddsera.

Taught by
Emily Fox
Amazon Professor of Machine Learning
and 1 more instructor

Offered by
University of Washington

This specialization includes these 4 courses.

Reddit Posts and Comments

1 posts • 76 mentions • top 27 shown below

r/MachineLearning • post
52 points • fsqcds
Machine Learning Specialization - Coursera.org
r/datascience • post
8 points • mrgann
Recommender Systems and Capstone courses removed from UW Machine Learning specialization without warning on Coursera

The last two courses of the UW Machine Learning Specialization have been removed (after being delayed for several months). People subscribed to the course have received the following email:

>Hello,

> We’re writing to tell you that due to unforeseen circumstances, courses 5 and 6 - Recommender Systems & Dimensionality Reduction and An Intelligent Application with Deep Learning - will not be launching as part of the Machine Learning Specialization. We understand this may come as very disappointing news and we’re deeply sorry for this inconvenience. Please know that if you have paid for these courses or have received financial aid from Coursera, you will remain eligible to earn your Specialization Certificate upon successfully completing courses 1- 4 of the Specialization. If you paid for courses 5 & 6 via a pre-payment toward the Specialization, Coursera will be providing you with free access to two other courses offered by the University of Washington: Computational Neuroscience and Data Manipulation at Scale: Systems and Algorithms. More information regarding this opportunity will be shared in the upcoming weeks.

> If you have any questions or would like to request a refund, please feel free to contact Coursera’s 24/7 learner support team via the Request a Refund article in the Learner Help Center. The last day to request a refund will be April 30, 2017. We value you as a Coursera learner and want to ensure that your experience with the Machine Learning Specialization remains a positive one.

> Regards,

> The Coursera Team

r/MachineLearning • post
5 points • Inori
Has anyone done Machine Learning Specialization on Coursera?

Talking about this one.

What are your thoughts? Specifically, I'm interested in the capstone project since it's the only one I can't preview without paying.

I'm currently going through the Regression & Classification courses and they seem good enough that I'm considering buying the whole thing. Learned quite a few things, despite completing the course by Andrew Ng.

r/cscareerquestions • post
4 points • TrueJediPimp
Machine Learning Certification job prospects?

Hey guys, I've been looking into this Machine Learning program online on Coursera, and I'm wondering if this type of certification translates to job offers in Machine learning well? Anybody have experience with this program? I have a degree and multiple years experience and wondering if this would open some other doors as its always good to be diversified in skill sets. Thoughts?

r/argentina • comment
4 points • RandomGuyFromAR

Excelente! No dejes de postear los resultados :) Yo estoy haciendo otro curso de ML (este ) y después arrancaré con alguno de deep learning. Creo que una de las cosas que más me cuesta es encontrar ejemplos para aplicar jaja

r/computerscience • comment
3 points • reddstudent

UW has one too: https://www.coursera.org/specializations/machine-learning

r/datascience • comment
4 points • InnocuousFantasy

I highly suggest this course. It will teach you enough

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

You're going for an entry level position, you're not going to be competitive for crazy data jobs with fancy deep learning algos from scratch, Bayesian Methods, or reinforcement learning. You need a project that shows you understand the basics. Someone is going to flip through it in about 5 minutes. If you're lucky you'll have 15 minutes to step through it in a phone screen. You need to show you understand data cleaning and imputation, cross validation, loss functions, evaluation metrics, and can think about what your results mean and where to go next. Classic regression algos, trees, KNN, and PCA are enough. Make sure you can use pandas and SQL fluently. You may get asked about deep learning basics. You can do unit 1 from this course (or all of it if you enjoy learning)

https://www.coursera.org/specializations/deep-learning

But consider the scope of the job postings you apply to. It's mostly going to be regression problems and data cleaning at entry level. Maybe if you're lucky you do well on an interview and you are given the opportunity to learn something cool at work, but they won't expect it going in. Show them you know the basic concepts.

r/deeplearning • post
6 points • theironhide
Which course to use for a dive into deep learning after Coursera Andrew Ng's ML?

Hi, I have a sound knowledge of image processing (mostly low level image processing, object detection, basic object recognition), and I have done undergraduate courses in image processing (equivalent to the Gonsalez Woods book) and machine learning (and the Andrew Ng Coursera course). I want to begin with deep learning with focus on image processing and recognition. The way I see it, the ideal place for me to go would be Fei-Fei Li's course CS231N at Stanford. But before that, would it be better if I took one or more of the following courses?

  1. University of Washington's Machine Learning Coursera specialization - set of 5 courses (https://www.coursera.org/specializations/machine-learning)

  2. Geoffrey Hinton's Coursera course on neural networks (https://www.coursera.org/learn/neural-networks)

  3. Hugo Larochelle's class on neural networks (https://www.youtube.com/playlist?list=PL6Xpj9I5qXYEcOhn7TqghAJ6NAPrNmUBH)

Which of these three should ideally be taken in order to strengthen concepts and are worth taking? Which order should these courses be taken in?

Thank you.

r/OMSCS • comment
1 points • chickenPadTai

There is a whole Coursera specialization that is 4 courses on machine learning from University of Washington that uses jupyter/python notebooks to teach you.

Here's the link: https://www.coursera.org/specializations/machine-learning

r/SubSimulatorGPT2 • comment
1 points • machinelearningGPT2

You might want to check out the FAQ for machine learning for an introduction to the field.

Also, here's an overview of ML:

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

r/IOPsychology • comment
1 points • nckmiz

Yeah same. We had methods courses, where linear regression was talked about conceptually, but we didn't get into the math at all. It wasn't until I took this specialization that I realized there was both a closed form and gradient descent method of calculating the loss for linear regression. Apparently my suggesting we should have stronger quantitative skills for the real world was considered uncouth.

I did learn it all on my own and honestly probably has helped me far more in my career than 75% of the seminars we were offered, but my point was it seems fairly common to get pretty mediocre quant training in I/O programs aside from a select few. Ones that come to my mind are UIUC, and BGSU, and I'm sure there are more, I'm less aware of.

r/datascience • comment
1 points • thoo17

I really like this series from coursera. These can give you a very solid foundation. For neural network, I will vote Standord courses. I wouldn't worry about pandas,sciket-learn at at this points. When you work on the projects, you will get familiar with these libraries.

r/MachineLearning • comment
1 points • brjh1990

^ That's the one. I also recommend this one..

Like Andrew Ng's course, it's fairly comprehensive in theory and application, though the libraries they use aren't industry standard (it's actually created by one of the instructors), but I found it to be indispensable.

I'd also check out some promising courses on Udemy, as they're nearly constantly promoting 'two day only' specials, though I haven't made it far enough to tell you how comprehensive they are in terms of theory or application.

r/datascience • comment
2 points • My-Revised-Identity

I highly suggest this one:

University of Washington Machine Learning Specialization

it's more machine learning focused rather than the Data Science with R course that I think you're talking about; which I find to be more Data Analytics.

However for analytics like you find in that course I don't suggest Coursera, I think Kaggle's tutorials do a really good job of transferring what you'd learn in the R course to Python. I would suggest looking over the Kaggle course and then before you get into Kaggle as a platform, doing the courses I recommended above.

r/learnmachinelearning • post
4 points • Background-Ranger-12
After ML course by Prof. Andrew Ng on Coursera - ML by Uni of Washington or Advanced ML by HSE

Hi Everyone,

​

I am kinda new to reddit and as I know our ML community is as strong as the whole community on the platform,

I would hope guys could give me some advice on what to do next after I have done this course,

Now my plan is surely to proceed with the infamous Deep Learning one,

For the boost of my skills, however, I plan to take one more course in parallel in order to reinforce my ML knowledge, so I would like to come up with 3 possibilities:

  • Reading and implementing in Python the book ISLR
  • Taking Machine Learning Specialization by University of Washington (this one seems more theoretical and to include more content than ML by Standford

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

  • Advanced ML specialization

https://www.coursera.org/specializations/aml

From my research, this one is good except the language used???

Looking forward to all the responses, best,

r/cscareerquestions • comment
5 points • gerradisgod

I'll recommend the one that everybody recommends. Andrew Ng's Coursera class, Machine Learning: https://www.coursera.org/learn/machine-learning

Since you say you're strong in math and physics, I'll recommend some math heavy MOOC's as well. As a side note, physics is a VERY good major for any tech position btw. Criminally underrated as a second major on this sub.

There is a good one from Stanford like Statistical Learning on Stanford Lagunita: https://lagunita.stanford.edu/courses/HumanitiesSciences/StatLearning/Winter2016/about

And also CalTech's "Learning From Data": https://work.caltech.edu/telecourse.html

A less mathy one is UWashington's ML Specialization on Coursera: https://www.coursera.org/specializations/machine-learning

A good resource for learning ML using Scikit-Learn is Udacity's Intro to Machine Learning: https://eu.udacity.com/course/intro-to-machine-learning--ud120

That should keep you busy for a while :)

r/OMSCS • comment
1 points • aProspectiveStudent

I suggest finishing your current master's and supplementing it with ML MOOCs. These specializations, for instance, are excellent:

r/learnmachinelearning • comment
1 points • salimmlkti

I feel by platform you mean some kind of tool. I wouldn't suggest that. Machine learning is more of a science than toolset. It is not like a programming language. Once you want to do something new or improve your results, knowing the math behind it really helps. I would suggest investing on the algorithms and the math.

My suggestion is to take the Machine Learning course by Andrew Ng in http://coursera.com. Start there and take more classes from coursera. If you wanted to continue with something more project oriented and longer I would recommend https://www.coursera.org/specializations/machine-learning#courses from University of Washington. I haven't taken it but Carlos Guestrin is really knowledgeable.

At that point you'd find yourself open to getting your hands dirty on any tool out there.

r/learnmachinelearning • comment
1 points • BasicBelch

UW also has a coursera program

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

​

considerably cheaper ($50/month) but of course no college credit

r/learnpython • comment
1 points • mul8rsoftware

here is the course offered on coursera by Stanford and is free of cost Both of udemy courses are also good you can have a look into this as a second option

r/learnprogramming • comment
4 points • my_password_is______

all of
https://www.coursera.org/specializations/machine-learning

course 3 in
https://www.coursera.org/specializations/data-science-python

course 8 in
https://www.coursera.org/specializations/jhu-data-science

all of
https://www.coursera.org/specializations/mathematics-machine-learning

various courses by Andrew Ng (Co-founder, Coursera; Adjunct Professor, Stanford University)
https://www.coursera.org/instructor/andrewng

any of
https://www.edx.org/course?search_query=machine+learning

r/learnmachinelearning • comment
3 points • prayagupd

I found "ML with TensorFlow on GCP" in coursera. You can see all the ML courses available in coursera here - https://www.coursera.org/browse/data-science/machine-learning. I had previously attempted to learn "ML Specialisation" course by University of Washington (https://www.coursera.org/specializations/machine-learning) a year ago but could not continue because of my work.

I also had attempted to learn ML with a book "ML in action" - http://www2.ift.ulaval.ca/~chaib/IFT-4102-7025/public_html/Fichiers/Machine_Learning_in_Action.pdf but honestly not an exciting book at all.

I actually learned a lot from Google course. Many things did not make sense in the beginning but I kept continuing. I liked their Quizzes/ Multiple Choice Questions. Course also provides notebooks for exercises (which you practice on Google datalab - https://cloud.google.com/datalab/).

I would also recommend "hands on ML" book. At least it was helpful to me reading the stuffs in a book that Google course taught in a videos.

"ML on GCP" course structure is;

1.How Google does Machine Learning - talks about basic ML stuff that you need data first for ML

2.Launching into Machine Learning - talks about Supervised Learning - Linear Regression -> Perceptron -> Neural Net -> Decision tree -> Kernel methods/ SVMs -> Random Forests - optimizing loss function (using GD) - Generalization and Sampling

3.Intro to TensorFlow - talks about what is tensor, flow (graphs), tensorflow, Lazy Evaluation

4.Feature Engineering (this is the most important course) - talks about how to figure out features (or data) required to predict the label (target)

5.Art and Science of Machine Learning - I still have to complete this course

There is also a free "crash-course on ML" from Google which I have not taken - https://developers.google.com/machine-learning/crash-course/ml-intro

r/OMSCS • comment
1 points • Djsn2WSbSaynsEelaEO5

On my Georgia Tech (GT) application, I had some undergraduate courses from a minor in Software Engineering (Matlab, C, Java, networks, etc.) at a state university, some work experience (emphasized appropriately in the application), the Udacity Nanodegree, 1 Coursera course, and (nearly) 2 Coursera specializations.

When I read people recommending taking accredited courses for credit and solely for admission, I am a bit skeptical that is the most cost effective way, but I don't have the knowledge or authority to definitively say what is best. Online offerings these days are really great, and I will say that I feel I learned more from finding challenges in online courses and sticking with them to completion compared to the undergrad classes that I took. However, GT might value an accredited course more, so hopefully someone else can shed more light on the subject of accredited courses than I have done.

Udacity's pricing and content were great and motivated me to study every day by the time I was working on the capstone. They also have a career department which I have access to even now several months after getting the Machine Learning Nanodegree. The challenge of the course increased to the capstone which was nice, and it was a great introduction to machine learning in Python. One consideration is that in the ML nanodegree a lot of the surrounding code was already provided, so it is a focused challenge to understand and complete the machine learning parts and was not for general computer science skills. You might look at their other nanodegrees if you are looking for a more general computer science problems. I am quite happy with the nanodegree I finished and the career planning benefits, e.g. resume review, that goes with it.

Coursera has some very attractive offerings and the pricing is quite good for many of the specializations. I saw within the r/omscs FAQ (I think) a recommendation to take the Data Structures and Algorithms Specialization (DS&A) and I am very pleased with the challenge and content. I was able to finish the minimal set of problems within about a month (finishing 5/6 courses in time for the GT application deadline), then went back and have completed all but the final two problems as of now, and when looking at the GT Graduate Algorithms (GA) content, I definitely feel prepared for it. I even used a GT GA video on Udacity to help me with one of the problems in Coursera.

[Also on Coursera, I finished the Machine Learning Specialization from UW and Machine Learning Course by Stanford. They were easy for me after the Nanodegree, still worthwhile, though the Stanford Course was a single payment which ended up costing more than if they offered a subscription because I finished in a week, so for my schedule I try to stick to specializations with a monthly recurring charge.]

Coursera's catalog is a bit difficult to surf effectively, but they have some very attractive specializations in and out of computer science.

My advice (given with a recommendation of calculated skepticism) is to:

  1. pivot in your work to computer science tasks if possible
  2. complete projects outside of work that demand computer science skills
  3. finish some appropriate and challenging online courses (and buy the certificate for credibility); if you only do one I say DS&A
  4. apply to GT as many times as you can starting immediately, because I think you will get feedback from applying on what to work on

After a year of concentrated effort I expect you should be likely to get in by your target date and have a much stronger resume. Also get someone to proofread your written application materials (multiple times if possible) and get some authoritative recommendations.

Good luck!

r/datascience • post
2 points • LearnDataSci
Coursera's Specialization Opinions

Coursera has a ton of specializations within the data science realm. There's Data Science, Genomic Data Science, Big Data, Data Mining, Machine Learning, Data Analysis, and a few more.

What are your opinions about these tracks? If you have taken multiple, how do they compare? If you are currently in one, how do you think it's going? Do you have ideas on how they could be better?

r/datascience • comment
1 points • RexLaurus

Hello everyone,

I'm trying to get into a data science from from a Electrical Engineering background.

I recently graduated and have experience coding in matlab and python (and others). I've completed a couple of the 365datascience courses that were free for a while as well as some of the kaggle micro courses.

I'm trying to find something a little more challenging and have been looking at Coursera specializations for way too long now, seems like everyone of those has one major drawback and I'm having a lot of trouble deciding between them. In short:

- John hopkins : Uses OCTAVE and from what I understand Python is the way to go.

- Standford (Andrew NG) : Said to be very theoretical, doesn't prepare you to make your own projects.

- U Michigan: Said to be outdated, problems with exercises scoring, bad reviews all around.

(This information is based of reading reviews and reddit posts so I may well be wrong. )

I've also found University of Washington's and IBM's that seem to have good reviews but I'm not sure nonetheless.

Can anyone point me towards the best one of these (or others) considering I have previous coding experience and know some of the very (very) basics of Python DS libraries?

r/learnprogramming • comment
1 points • jonnypajama

I am close to you in age and I had pretty much forgotten programming in the last 10 years or so - I started relearning and I feel much more confident in my skills

My one tip would be to find good teachers - anything that is worth learning is usually paid - my fave one is this: https://frontendmasters.com/learn/beginner/

I've taken quite a few of their workshops and you can even attend online or in person

​

I haven't taken this course but it's highly recommended from friends: https://linuxacademy.com/amazon-web-services/courses

For AI, I took 1/4 courses here - excellent mix of theory and practice: https://www.coursera.org/specializations/machine-learning

​

r/learnmachinelearning • comment
3 points • anon35202

If you're ready to make a commitment rather than just purchasing a 25 pound book that's going to gather dust on your book case. And you're sure you want to go for machine learning rather than just farting around and fucking around with bits and bobs, then pay some money for people to train you, there are hundreds of courses out there.

The big brick of a book is just going to burn you out because when you get to page 15 you won't feel like you're getting traction on the material. Getting into machine learning is like getting in peak physical shape, you need a personal trainer to yell at you when you're not getting up early in the morning, setting big goals and then meeting them.

Browse through these links, and find a paid course, one where you pay something like $300 to $1000 from a respected school, and take just once class. Make sure it's graded, with lectures, projects, assignments and a final exam. If you do this, you'll learn to use the material in a real setting rather than just exposing yourself to it.

Andrew NG's coursera course on machine learning: https://www.coursera.org/specializations/machine-learning

Stanford's Andrej Karpathy course cs231n Computer Vision with Convolutional neural nets: http://vision.stanford.edu/teaching/cs231n/ Github: https://github.com/cs231n/cs231n.github.io Youtube link to lectures: https://www.youtube.com/watch?v=i94OvYb6noo

Many different courses under Udacity's nanodegree: https://www.udacity.com/course/machine-learning-engineer-nanodegree--nd009 Like: Tucker Balch's course on machine learning: https://www.udacity.com/course/machine-learning-for-trading--ud501

MIT Open Course Ware Machine Learning: https://www.youtube.com/watch?v=_PwhiWxHK8o

FreeCodeCamp and Datacamp has some really good content (focus on Python, stay away from the landfill fire that is R): https://www.datacamp.com/courses/intro-to-python-for-data-science https://medium.freecodecamp.org/ Like for example: https://medium.freecodecamp.org/recognizing-traffic-lights-with-deep-learning-23dae23287cc

Stanford Machine Learning: https://see.stanford.edu/Course/CS229

http://www.themtank.org/a-year-in-computer-vision

If it's that exciting and you're ready to commit to it, then consider going for post secondary education. A college degree in Computer Science with focus on machine learning, then a masters degree in computer science with a focus on machine learning. It'll set you back a lot of money, but it's an investment in time and money, and in theory should return ten times as much.