Live data from Hacker News

Show HN: My weekend project: A classifier that classifies text as stupid/clever.

news.ycombinator.com

1–10 of 22 posts

Show HN: My weekend project: A classifier that classifies text as stupid/clever.

#1
Over a weekend at a friend's house we wrote a text classifier that classifies comments as stupid/clever. We used various techniques to train it, but here it is:

http://www.pythiafilter.com/

It doesn't understand content, only style (mostly), so if you post something incoherent but grammatical it will probably think it's clever. It's not perfect, but it got 94% accuracy or so on the test set (which, admittedly, wasn't of very high quality). YMMV, and this is just something we did for fun one day, so don't take anything it says seriously.

Re: Show HN: My weekend project: A classifier that classifies text as stupid/clever.

#5
post #3
post #2

Clickable: http://www.pythiafilter.com/

Is it possible to link to the results page to pass it around?

Unfortunately not, it doesn't store anything for now, it's an API that just gives you a 0/1 for stupid/clever. That's a good suggestion, though. I'll add a feature to save the results and give you a link in exchange for manually marking your text as stupid/clever, so the filter gets trained.

A sort of a "tit for tat" scenario, it might actually work well, thank you for the suggestion!

Re: Show HN: My weekend project: A classifier that classifies text as stupid/clever.

#6
post #5
post #3

Earlier quoted context omitted.

Is it possible to link to the results page to pass it around?

Unfortunately not, it doesn't store anything for now, it's an API that just gives you a 0/1 for stupid/clever. That's a good suggestion, though. I'll add a feature to save the results and give you a link in exchange for manually marking your text as stupid/clever, so the filter gets trained. A sort of a "tit for tat" scenario, it might actually work well, thank you for the suggestion!

Cool good luck with it. :)

Re: Show HN: My weekend project: A classifier that classifies text as stupid/clever.

#10
post #6
post #5

Earlier quoted context omitted.

Unfortunately not, it doesn't store anything for now, it's an API that just gives you a 0/1 for stupid/clever. That's a good suggestion, though. I'll add a feature to save the results and give you a link in exchange for manually marking your text as stupid/clever, so the filter gets trained. A sort of a "tit for tat" scenario, it might actually work well, thank you for the suggestion!

Cool good luck with it. :)

Thanks :)
Post reply on HN