Machine learning is something that is touted as the next thing in the tech industry. That the computer will be able to learn by itself, it basically a type of Artificial Intelligence (AI). In recent past there has been some notable developments in this area.

"use strict";
var adace_load_5deafecc151ad = function(){
var viewport = $(window).width();
var tabletStart = 601;
var landscapeStart = 801;
var tabletEnd = 961;
var content = '%3Cscript%20async%20src%3D%22%2F%2Fpagead2.googlesyndication.com%2Fpagead%2Fjs%2Fadsbygoogle.js%22%3E%3C%2Fscript%3E%0A%09%09%3Cins%20class%3D%22adsbygoogle%20adace_adsense_5deafecc15176%22%0A%09%09style%3D%22display%3Ablock%3B%22%0A%09%09data-ad-client%3D%22ca-pub-3187838082220905%22%0A%09%09data-ad-slot%3D%225069777019%22%0A%09%09data-ad-format%3D%22auto%22%0A%09%09%3E%3C%2Fins%3E%0A%09%09%3Cscript%3E%28adsbygoogle%20%3D%20window.adsbygoogle%20%7C%7C%20%5B%5D%29.push%28%7B%7D%29%3B%3C%2Fscript%3E';
var unpack = true;
if(viewport=tabletStart && viewport=landscapeStart && viewport=tabletStart && viewport=tabletEnd){
if ($wrapper.hasClass('.adace-hide-on-desktop')){
$wrapper.remove();
}
}
if(unpack) {
$self.replaceWith(decodeURIComponent(content));
}
}
if($wrapper.css('visibility') === 'visible' ) {
adace_load_5deafecc151ad();
} else {
//fire when visible.
var refreshIntervalId = setInterval(function(){
if($wrapper.css('visibility') === 'visible' ) {
adace_load_5deafecc151ad();
clearInterval(refreshIntervalId);
}
}, 999);
}
})(jQuery);
At San Francisco cloud next conference, Google introduced a new machine learning API that will be able to recognize the objects in a video.
What is this ? as you know that computer can recognize the objects in still images/ pictures but the problem is being able to pick and identify objects in a video.
This new machine learning API will help identifying entities in a video. What exactly it means ? for example there is a cat in a video, so computer will be able to identify that there is a cat in a video.
In the past, videos has been an obstacle for machine learning but this development is very important from AI point of view, to pick up entities from a video and making machine understand the overall content of the video.

This is just at a development stage, so if you are developer and interested for signing up for this, visit here.
You can see things in action here.