Skip to content
azure machine learning

Machine learning (ML) is a subcategory of artificial intelligence AI that allows software applications to become more accurate at predicting outcomes and drawing conclusions without being explicitly programmed.

Machine learning algorithms use historical data as input to learn for themselves and to predict new output values. The Process of teaching the Software is called building a model.

Typically the process of building a machine learning model consists of training the model based on our data then packaging and validating that model if we are happy with the results, we can deploy those models as a web service then monitoring those web services and retraining the model to get even better results.

Azure Machine Learning is a cloud service for accelerating and managing the machine learning project lifecycle. Machine learning professionals, data scientists, and engineers can use it in their day-to-day workflows: Train and deploy models, and manage MLOps.

Notebooks – Written in Python and R
Automated ML – run multiple algorithms/parameters combinations, choose the best model
Designer – graphical interface for no-code development
Data & Compute – management of storage and compute resources Pipelines – orchestrate model training, deployment and management tasks

-Simplify building models with automated machine learning

-Easily scale-out model training in the cloud

-Use any python open-source frameworks & tools

-Manage workflows with DevOps for machine learning

-Simple deployment to the cloud and the edge