Earlier quoted context omitted.
Yeah, it's amazingly accurate for now only because the training data consists of a high percentage of the actual data set, and so it's probably classifying based on those insignificant differences. We'll see how it holds up...
I think you're training it on the submission titles - I wonder if the text of the websites themselves might be more accurate. Certainly richer. But it's quite possible that the submission titles are more accurate.
Hacker Hacker News - see just the programming/math/science links from HN
21–30 of 58 posts
Re: Hacker Hacker News - see just the programming/math/science links from HN
#22Re: Hacker Hacker News - see just the programming/math/science links from HN
#23Earlier quoted context omitted.
Excellent work; I am worried that I am going to have to start my own social news site to get away from all the time-wasting general interest stuff here. This will save me from having to do that for a while.
That doesn't sound very social. Aren't most programming/math/science also "time-wasting", so to speak?
* News.YC, which rarely has articles about programming anymore (perhaps one or two a day).
* Programming Reddit, whose commentators think every article is a jab at The One True Idea, which they seem to think is PHP.
* Lambda the Ultimate, which only covers a small area of programming; language design and implementation
I want a site like LtU but with a broader appeal.
Re: Hacker Hacker News - see just the programming/math/science links from HN
#24Are you training on comments as well? My bet is that the comments section will be more useful for this than the actual article.
Incidentally, I really wish that upvotes and the like were publicly visible. This would surely result in a similar tool, but for a recommendation system.
Re: Hacker Hacker News - see just the programming/math/science links from HN
#25I love that the announcement of Hacker Hacker News on Hacker News is on Hacker Hacker News! ...so meta!
Re: Hacker Hacker News - see just the programming/math/science links from HN
#26Earlier quoted context omitted.
That doesn't sound very social. Aren't most programming/math/science also "time-wasting", so to speak?
People want to read about programming. Right now, there are three options: * News.YC, which rarely has articles about programming anymore (perhaps one or two a day). * Programming Reddit, whose commentators think every article is a jab at The One True Idea, which they seem to think is PHP. * Lambda the Ultimate, which only covers a small area of programming; language design and implementation I want a site like LtU b…
Implementation (!= Programming Language Theory) is off topic for LTU, unfortunately.
Re: Hacker Hacker News - see just the programming/math/science links from HN
#27I love that the announcement of Hacker Hacker News on Hacker News is on Hacker Hacker News! ...so meta!
Really, it should be posted on Hacker News News.. (Sorry, I'll go out of Reddit mode now.)
Re: Hacker Hacker News - see just the programming/math/science links from HN
#28I made this in a few hours for my own personal use and thought that other people might want to use it, too. It uses a Python Bayesian classifier trained on about 200 hand-labeled links and outputs a static HTML file. It's not perfect (and the technical/non-technical distinction is arbitrary), but I'll give it some more training data and see if it improves. Also, I don't mean to disparage non-technical topics with thi…
Re: Hacker Hacker News - see just the programming/math/science links from HN
#29I made this in a few hours for my own personal use and thought that other people might want to use it, too. It uses a Python Bayesian classifier trained on about 200 hand-labeled links and outputs a static HTML file. It's not perfect (and the technical/non-technical distinction is arbitrary), but I'll give it some more training data and see if it improves. Also, I don't mean to disparage non-technical topics with thi…
Re: Hacker Hacker News - see just the programming/math/science links from HN
#30I made this in a few hours for my own personal use and thought that other people might want to use it, too. It uses a Python Bayesian classifier trained on about 200 hand-labeled links and outputs a static HTML file. It's not perfect (and the technical/non-technical distinction is arbitrary), but I'll give it some more training data and see if it improves. Also, I don't mean to disparage non-technical topics with thi…