Tag Archives: machine learning

Google UX Designers demystify Artificial Intelligence and Machine Learning

Josh Lovejoy @jdlovejoy, in the first minutes of this video about human-centered machine learning, explains “artificial intelligence is really anything where there is an automated decision being made” and cites, as examples, a toaster and automatic doors. Yes, your toaster is AI! And then “what’s distinct about machine learning as a subset of AI is that decisions are learned”. As simple as that. Refreshening.

You might also want to check the very interesting articles from Google’s People + AI Research team. 

Below two screenshots from the beginning of the video when Josh makes the case for toaster and automatic doors being examples of AI.

“Send your data, we will discover the hidden patterns” or Google Machine Learning Prediction API

Wow! The Google Prediction API enables access to Google’s machine learning algorithms to analyze your historic data and predict likely future outcomes. Upload your data to Google Storage for Developers, then use the Prediction API to make real-time decisions in your applications. The Prediction API implements supervised learning algorithms as a RESTful web service to let you leverage patterns in your data, providing more relevant information to your users. Run your predictions on Google’s infrastructure and scale effortlessly as your data grows in size and complexity.
Uses
* Language identification
* Customer sentiment analysis
* Product recommendations & upsell opportunities
* Message routing decisions
* Diagnostics
* Document and email classification
* Suspicious activity identification
* Churn analysis
* And many more…