Goo.gle’s AutoML Creates Machine Learning Models Without Programming Experience.
Interest in machine learning has exploded in recent years as companies realize it has applications in photography, self-driving cars, games, and more. We’ve reached a point that there aren’t enough experienced programmers and data scientists with the necessary expertise to build these systems. Google’s solution is Cloud AutoML, a point-and-click system for building machine learning models without any coding experience.
Google has long offered pre-trained neural networks accessible via APIs that can perform certain tasks, but that’s only useful if you need exactly what that model does. The gist of Cloud AutoML is that almost anyone can bring a catalog of images, import tags for the images, and create a functional machine learning model based on that. Google does all the heavy lifting behind the scenes, so the customer doesn’t need to know anything about the intricacies of neural network design.
AutoML won’t compete with the cutting edge, highly tuned AI systems an experienced engineer could build, but few businesses have the money or resources to support the development of completely custom machine learning models. AutoML uses a simple graphical interface, allowing the user to drag in a set of images. Then, the platform needs to know how to describe those images. Google does its magic, and you end up with a model running in the cloud that can identify the specified terms in photos. AutoML provides stats on the strength of the model, so you can train it with more data or test with new images.