Azure Machine Learning Workflow



The process of creating a Machine Learning on Azure  is composed of a many pattern of workflow steps.
This workflow are designed to help users to create a new predictive alanytics in no limited time.
The main steps in the process are summarized in this figure :

  • Data : Is your input, who will be acquired, compiled , analyzed, tested and trained
  • Create the model : There is a versious algorithms of machine learning. we should create a models who is capable to make predictions, based on interfaces about the datasets.
  • Evaluate the model : This step is so important in the process because we examine the accuracy of new predictive models based on ability to predict the correct outcome, when we know in advance the input and the output values. Accuracy is measured in terms of confidence factor approching the whole number one
  • Refine and evaluate the model : After evaluating the model we refine-it by comparing, contrasting and combining alternate predictive models to find the right cobinations
  • Deploy the model : Consist to expose the predictive model as a scalable cloud web service, that is easily accessible over the internet
  • Test and use the final model : Implement the predictive model web service, in test or pré-prod environnements, later we make a manual or an automatic feedback loops for continuous improvement of the model by capturing the appropriate details when accurate or inaccurate predictions are made.


Commentaires

Posts les plus consultés de ce blog

Naive Bayes Classification Algorithm

Cross-Origin Resource Sharing and Azure Machine Learning web services