Google’s Prediction API exits labs
Written by Kay Ewbank   
Friday, 14 October 2011
There’s a new version of Google’s Prediction API, and this one is stable enough to have moved out of ‘Labs’ status.

The Prediction API was launched earlier in the year, and is designed to give developers a way to use a cloud-based pattern recognition engine for applications that make use of artificial intelligence. The Prediction API team suggests that apps that might use the API could include identifying important customers, or working out which new movie to recommend to a customer. There’s a (small) gallery of hosted models to try at the Prediction API area on Google Code, where you can see models that work out the language a sentence is written in, tag a comment depending on its content, or predict whether a sentence is positive, neutral or negative.

As we reported on I Programmer when the API was first announced, the way the Prediction API works is that you upload data, which can be unstructured text or numeric, to Google Storage for Developers. You then perform a supervised learning stage and finally you can use the trained model to classify new data. This is illustrated in Google's promo video:

      


According to the announcement on the Google Code Blog, Version 1.4 has stability and accuracy improvements and includes two new features, data anomaly analysis and support for PMML import. 

 

googlepredictionapi

 

Data Anomaly Analysis lets you identify problems with your data that show up in the training process, while PMML import adds support for the de facto industry standard for transmitting predictive models and model data between systems. More details of PMML Preprocessing are provided on the API's Reference documentation.

You can play around for free with the API, up to 10,000 predictions per month, but after that you have to pay around fifty cents per 1000 predictions.

More Information:

Google Prediction API

Related articles:

Google gets into AI with an API

Google to start charging for Prediction API

Google Prediction API v1.2

Google Prediction API update

 

To be informed about new articles on I Programmer, subscribe to the RSS feed, follow us on Twitter or Facebook or sign up for our weekly newsletter.

 

Banner


Get Ready For Google Summer Of Code 2025
24/01/2025

2025 will be the  21st consecutive year of Google Summer of Code and the 4th year in which it will accept anybody aged 18 years and over who is a newcomer to open source software. As us [ ... ]



Google Slashes Code Migration Time With Gemini
22/01/2025

Google computer scientists have given details of the way in which Google is using AI to dramatically reduce the time required for code migrations. In the case of a switch between two Java time librari [ ... ]


More News

Last Updated ( Friday, 14 October 2011 )