I think we should note that logistic regression has been around forever, and should probably be considered property of "statistics", not "machine learning".
How Khan Academy is using machine learning to assess student mastery
11–20 of 48 posts
Re: How Khan Academy is using machine learning to assess student mastery
#12I think we should note that logistic regression has been around forever, and should probably be considered property of "statistics", not "machine learning".
Re: How Khan Academy is using machine learning to assess student mastery
#13I think we should note that logistic regression has been around forever, and should probably be considered property of "statistics", not "machine learning".
this is literally the first thing taught in both of the machine learning classes I've taken from Prof. Ng at Stanford, so maybe it's the application of logistic regression more than the estimation technique itself that makes machine learning?
Arguably this is all just semantics (nature knows no stats/ML divide), but as a ML person I know this drives statistics folks crazy.
Re: How Khan Academy is using machine learning to assess student mastery
#14On a related note, you're wasting clicks using A/B testing. I emailed you guys about using a better online method (a bandit algorithm) but never heard back from anyone. If that's of interest, drop me a line (noel at untyped dot com).
Update It's occurred to me that you're using GAE, and so probably can't run C libraries like the above two projects. There is a Java library here: http://code.google.com/p/boxer-bayesian-regression/ If you're going to do per user and per exercise models you'll have many fewer data points to train your models on. You should consider sharing data between models or use a model that will give some measure of uncertainty in it's predictions. The Bayesian LR code I referenced above will give some measure of uncertainty. There is a stack of (really interesting) work on other methods that will also do this.
Re: How Khan Academy is using machine learning to assess student mastery
#15Re: How Khan Academy is using machine learning to assess student mastery
#16You should look at liblinear and Vowpal Wabbit. The former gives you a super-fast regularized logistic regression (and many other things). The later gives you online classification, and you can fake a probabilistic model. On a related note, you're wasting clicks using A/B testing. I emailed you guys about using a better online method (a bandit algorithm) but never heard back from anyone. If that's of interest, drop m…
Re: How Khan Academy is using machine learning to assess student mastery
#17I think we should note that logistic regression has been around forever, and should probably be considered property of "statistics", not "machine learning".
this is literally the first thing taught in both of the machine learning classes I've taken from Prof. Ng at Stanford, so maybe it's the application of logistic regression more than the estimation technique itself that makes machine learning?
The terminology confusions, I think, stems from the earlier era of ML research.
Re: How Khan Academy is using machine learning to assess student mastery
#18You should look at liblinear and Vowpal Wabbit. The former gives you a super-fast regularized logistic regression (and many other things). The later gives you online classification, and you can fake a probabilistic model. On a related note, you're wasting clicks using A/B testing. I emailed you guys about using a better online method (a bandit algorithm) but never heard back from anyone. If that's of interest, drop m…
I have nothing to do with KA but I am curious by what you mean about A/B testing and bandit algorithms. Would you mind elaborating or sharing a link or two?
http://untyped.com/untyping/2011/02/11/stop-ab-testing-and-m...
Re: How Khan Academy is using machine learning to assess student mastery
#19Earlier quoted context omitted.
I have nothing to do with KA but I am curious by what you mean about A/B testing and bandit algorithms. Would you mind elaborating or sharing a link or two?
I'm totally pimping my own warez here: http://untyped.com/untyping/2011/02/11/stop-ab-testing-and-m... http://www.mynaweb.com/blog/2011/09/13/myna-vs-ab.html