Machine Learning
Regression

share ›
‹ links

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

Offered by University of Washington. Case Study - Predicting Housing Prices In our first case study, predicting house prices, you will ... 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

Reddit Posts and Comments

0 posts • 2 mentions • top 2 shown below

r/india • post
360 points • _nk_mason_
A guide which anyone can follow to enter the machine learning industry.

Hey r/india!

I'm making this post as because I've been asked this question many times!

So here's a Map that I made which "anyone" can follow to enter in this ML Industry.


  • If you don't know how to program. CS50x by Harvard will be the best online free course for you.

  • Workout on your Maths! Learn Calculus and LA. Also Probability, Stats and Number theory!

  • Learn linux (linuxmasterrace :P)

  • Buy this or this or The Imposter Handbook or Grokking Algorithms (Introduction to Algorithms by Cormen is also a very good book!)

Ok so now I'll just post the suitable links to find the course!

These will build the foundation which is obv. not sufficient! Search these MOOCs for individual courses on Regression/Clustering/NLP/etc. (Each will hold a duration of 3-4 weeks)

Tip : Learn how to write DL-nets. Trust me this'll be the best thing you'll do to yourself if you're willing to come in this field!

Some more things -

  • Work out on your Database skills and learn how not to write spaghetti code.

I think that's it guys! I'm open for questions.

Thanks,

Mason

r/learnmachinelearning • comment
2 points • jhill515

It's a form of regression. We're trying to estimate the signal model equation using collected data, understanding that there is noise in the data.

Now, you might ask, "But most of the signals we're trying to analyze are naturally discontinuous, so there is no model to estimate, right?" Truth is, we can handle audio (1-dimensional signals), video (6-dimensional signals), and others by assuming piecewise regions are continuous and detecting when an appropriate discontinuity occurs.

You've asked for references, so here you go: