Google Artificial Intelligence with Prediction API

“Train it with data, get recommendations back”. That’s what Google Prediction API does for you.

The Prediction API enables quick and easy automation of repetitive tasks. It accesses Google’s machine learning algorithms to analyze your historic data and predict likely future outcomes. All you need to do is upload your data to Google Storage for Developers, then use the Prediction API to make real-time decisions in your applications.

Prediction API is RESTful in nature, and is fast for most complex decisions.

The Google Prediction API has been around since some while now, and has been playing an outstanding role  in solving some advanced AI Problems: identify spamcategorize news, and more.

Google is now announcing that they are adding new sets of features which will make the Prediction API even more powerful.

Multi-category prediction: Previously, using the Prediction API, each article could only be tagged with one label – the most pertinent one. Now articles can be tagged with all labels, ranked by pertinence.

Continuous Output: A  recommendation API, based upon relevant data.

It could be very tricky to actually recommend someone with a most relevant tip, based upon their historic data that has absurd randomness.  Using the new continuous output option, your app can provide a fine-grained ranking of Tips based on how well they fit the user’s preferences.

Mixed Inputs: Automatic Decision-Making based on multiple inputs

Problems like making automatic moderator for your blog, is one of the best examples Google quotes. Classifying incoming posts automatically based on comment text, username of the poster, and number of times they’ve posted before or the number of users that have liked their posts (numeric inputs). Both numeric and text data can be incorporated in your moderation helper, greatly improving accuracy and letting you get back to making content rather than managing it.

Combining Continuous Output with Mixed Inputs: Both when combined can do some awesome stuff like : set thresholds for automatic posting, automatic rejection and manual moderation.

Google is offering the Prediction API as a preview, as of now. You can checkout code samples here. To get started, you can sign up for an invitation.

For latest ProgrammingiPhoneandroid, Tech news @taranfx on Twitter and you can also subscribe to use below:

GD Star Rating
loading...
GD Star Rating
loading...

1 thought on “Google Artificial Intelligence with Prediction API”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.