Live data from Hacker News

Everything you need to know about Machine Learning in 30 minutes or less

hilarymason.com

1–10 of 16 posts

Re: Everything you need to know about Machine Learning in 30 minutes or less

#4
Nice talk. The example of google translate is not a good one though. Say you translate from language A to language B with 99% accuracy, and vice versa, which would be pretty awesome, you'd still have a substantial quality decay after only a few back and forth translations (0.99^x where x is the number of translation steps).

Re: Everything you need to know about Machine Learning in 30 minutes or less

#6

Nice talk. The example of google translate is not a good one though. Say you translate from language A to language B with 99% accuracy, and vice versa, which would be pretty awesome, you'd still have a substantial quality decay after only a few back and forth translations (0.99^x where x is the number of translation steps).

That's not a very realistic model of communication. If A communicates to B with 99% accuracy in the text, it's likely that B will 100% understand what's going. He will reply back to A with a 100% accurate message that's 99% accurate after translation, and so forth.

Re: Everything you need to know about Machine Learning in 30 minutes or less

#7
If you already have a little exposure to machine learing, let me recomend an interesting review paper [1] on random forests: http://research.microsoft.com/pubs/155552/decisionForests_MS...

It isn't everything you need know in 30 minutes, but it's a concrete coverage of lots of topics in machine learning in under 150 pages. Here's why I'm recomending this paper:

* The algoritm is easy to understand.

* It can handle classification, regression, semi-supervised learning, manifold learning, and density estimation. The paper gives an introduction to each of these topics as well as a unified framework to implement each algorithm.

* It can handle categorical data and missing data [2]

* It gives as good results as other state of the art algorithms.

* The paper is well-written and easy to understand for someone without a deep background in machine learning.

[1] It's mostly a review paper. Using random forests for density estimation is new.

[2] This review paper doesn't cover categorical data or missing data.

Re: Everything you need to know about Machine Learning in 30 minutes or less

#8

If you already have a little exposure to machine learing, let me recomend an interesting review paper [1] on random forests: http://research.microsoft.com/pubs/155552/decisionForests_MS... It isn't everything you need know in 30 minutes, but it's a concrete coverage of lots of topics in machine learning in under 150 pages. Here's why I'm recomending this paper: * The algoritm is easy to understand. * It can handle cl…

This is great! Thank you very much for sharing.

Re: Everything you need to know about Machine Learning in 30 minutes or less

#9
post #6

Nice talk. The example of google translate is not a good one though. Say you translate from language A to language B with 99% accuracy, and vice versa, which would be pretty awesome, you'd still have a substantial quality decay after only a few back and forth translations (0.99^x where x is the number of translation steps).

That's not a very realistic model of communication. If A communicates to B with 99% accuracy in the text, it's likely that B will 100% understand what's going. He will reply back to A with a 100% accurate message that's 99% accurate after translation, and so forth.

I agree. But my impression was that she took the fact that google translate rapidly decays into gibberish as an indication that it's not doing a good enough job. I don't think you can argue that exactly because google translate does not have the interpretation capability.

Re: Everything you need to know about Machine Learning in 30 minutes or less

#10
post #6

Earlier quoted context omitted.

That's not a very realistic model of communication. If A communicates to B with 99% accuracy in the text, it's likely that B will 100% understand what's going. He will reply back to A with a 100% accurate message that's 99% accurate after translation, and so forth.

I agree. But my impression was that she took the fact that google translate rapidly decays into gibberish as an indication that it's not doing a good enough job. I don't think you can argue that exactly because google translate does not have the interpretation capability.

Don't read too much into that example -- I chose it as a humorous metaphor, not a mathematical argument, and I messed up the delivery in the talk, anyway.

I'll refine the example for the next time!

Post reply on HN