The Google Prediction API allows you to tap into Google’s machine learning algorithms that crunch data and give your possible outcomes, thereby helping you make your applications smarter.
Features
- Lightweight RESTful API.
- Asynchronous training.
- Automatically selects from several available machine learning techniques.
- Supported inputs: numeric data and unstructured text.
- Outputs hundreds of discrete categories, or continuous values.
- Gallery of pre-trained prediction models.
- Ability to add new training data on the fly.
- Accessible from many platforms: Google App Engine, Apps Script (Google Spreadsheets), web & desktop apps, and command line.
Read More: http://code.google.com/apis/predict/

