3 ms·
I'd be interested in knowing how much deep learning is changing the algorithms used in this field, given the performance of restricted boltzmann machines on the
by eldog_ 13y ago
I'd be interested in knowing how much deep learning is changing the algorithms used in this field, given the performance of restricted boltzmann machines on the netflix data set http://www.cs.utoronto.ca/~hinton/absps/netflixICML.pdf http://www.cs.utoronto.ca/~hinton/absps/netflixICML.pdf.
- colincsl 13y agoI am surprised that there is no mention of this in the course syllabus -- in fact it looks like a lot of recent techniques that are missing. They don't even talking about LSA(/SVD)-based methods until the end of the course.
- jere 13y agoDumb, general question: should it really be a surprise that an Introduction course doesn't use all the recent techniques?
- elq 13y agoYou'd be surprised how overwhelmingly common and effective very simple methods like logistic regression and basic decision trees are for such systems. Further, RBMs and other deep learning tools require a significantly more sophisticated mathematical background than algebra and a much broader understanding overall.
- Irishsteve 13y agoThe netflix prize touched on one of many areas related to recommender systems. As mentioned already, very simple methods can be really effective. Things such as the UI are also known to have a big impact on how 'useful' people find the recs.
- msellout 13y agoNot much yet. It's not well enough understood yet.