Google Prediction API
71–80 of 88 posts
Re: Google Prediction API
#72I'd love to see how well it could predict comment ratings from Hacker News. The following data would be a good start: 1. Text of comment 2. How many points the comment has 3. How many points the article has 4. Time article was posted 5. Time comment was posted I'd also be interested to see what kind of user bias there is. If you don't provide user names, you could see what kind of rating a comment should have based o…
Re: Google Prediction API
#73"Upload your data to Google Storage for Developers, then use the Prediction API to make real-time decisions in your applications." I can understand the necessity of this, but that'll be some serious lock-in.
Re: Google Prediction API
#74Are there any input/output samples?
Linked to from this page: http://code.google.com/apis/predict/docs/getting-started.htm...
Re: Google Prediction API
#75Earlier quoted context omitted.
I had this idea myself, basically machine learning as a service about 3 years or more ago. Somehow, I also knew Google would implement something like this. So while I still consider this a viable startup idea, I knew it would be tough to compete against a behemoth that already has tons of data and experience training countless machine learning algorithms.
But three years ago google didn't have this, you could have cornered the market in those three years. Not doing something because 'google might do it' is not a very good reason.
Re: Google Prediction API
#76Earlier quoted context omitted.
You scratched the itch I procrastinated to scratch. Others (à la Postrank) tried, you just seem you have tried better! 1 Kudo :) EDIT: Ah, you're the guy behind Raphaël Vector lib, have one more Kudo!
Raphaël was written by Dmitry Baranovskiy. I only made very minor contributions to the library (animation easing, which are pretty ubiquitous in the examples now) and presented the library at the SVG Open 2009 at Google. I made Protopub to scratch the itch I think a LOT of us have. I am about a month away from a v1.0, and that's when I'll announce it on HN. Until then, I'm tweaking AI algorithms, fixing UI bugs, and…
Re: Google Prediction API
#77Earlier quoted context omitted.
I had this idea myself, basically machine learning as a service about 3 years or more ago. Somehow, I also knew Google would implement something like this. So while I still consider this a viable startup idea, I knew it would be tough to compete against a behemoth that already has tons of data and experience training countless machine learning algorithms.
The "AI API" is the dream application. Just imagine: you get to implement (and even discover) cutting-edge prediction algorithms, make them scale, and expose them via your protocol-of-choice. No frontends to write, no Joe Luser to support, just beautiful math and hardcore infrastructure engineering. There are reasons this hasn't been done before. I don't think it's a viable startup idea. Think about the capital you w…
by implementing a web app that anyone could use (mobile or not), i also envisioned a sort of community/market place where people could post their data and do simple stuff and/or have experts try to tackle it for a service fee. and whatever algorithms came out of that would be made available for future data that has similar features. i recently came across a similar site. can't remember the name.
anyway, i know this is not necessarily a viable startup idea. and if it is, it's ultimately all about execution. i'm still dreaming though and was psyched google launched their predict api.
Re: Google Prediction API
#78Re: Google Prediction API
#79This is easily the most interesting announcement so far. Machine learning has so many applications, but its use is constrained by the high barriers to entry. Recommendation engines, for example, are huge sales drivers, but few among even the largest ecommerce stores use them. A simple prediction interface that's built on the ML expertise at Google is a win for everyone.
Directed Edge, a promising YC startup, makes recommendation engines surprisingly easy: http://www.directededge.com/ It's quite a bit higher-level than what Google is offering here, with all the benefits and drawbacks that entails.
You can find the full documentation on our developer site at http://developer.directededge.com/, and we offer a free developer account for non-commercial purposes: http://www.directededge.com/signup-developer.html
If anybody is giving the Google Prediction API a whirl for recommendations, we'd love to hear about your findings!
Re: Google Prediction API
#80Are there any (preferably FOSS) libraries that does anything like this?
there is nothing out there which would scale to terabytes out-of-the-box
You can also run those distributively without much problems.
Original paper: http://www.cs.washington.edu/homes/pedrod/papers/kdd00.pdf
You should also look on http://www.cs.washington.edu/dm/vfml/