machine learning - How does StackOverflow's tag suggestions work? -


i've got database of hundreds of thousands of forum posts, , tag them in unsupervised way.

i noticed stackoverflow's tag system suggests tags go. how algorithm work?

i found implies svm based- official? http://dl.acm.org/citation.cfm?id=2660970&dl=acm&coll=dl&cfid=522960920&cftoken=15091676

you follow shallow (authors call deep though) inverse regression using gensim , word embeddings document classification. ideally, using both titles , text of forum posts, should able build pretty decent classification system. follow along here in notebook , paper.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -