Custom ML services
Azure provides many PaaS services for different specialized domains. Platform services are built on top of IaaS services and implement useful abstractions and functionalities commonly used for the relevant domain. One such domain is ML, where you will find various services for building custom ML models. In this section, we will take a look at the most popular custom ML PaaS services.
We will start first with the GUI-based solutions Azure Machine Learning Studio (classic) and Azure Machine Learning designer, and then switch to the GUI and API-based Azure Automated Machine Learning. Finally, we will take a look at Azure Machine Learning, the service that provides the workspaces for resources and assets for both previous services.
Azure Machine Learning will help us to create notebook instances for authoring, train clusters for training, upload and register datasets, track experiments and trained models, as well as to track our Conda/PIP environments and Docker...