Machine learning tools

Tools

Microsoft offers multiple tools for training, packaging and deploying the model.

Custom Vision offers an easy to use UI for creation Vision AI model.

Jupyter Notebook are commonly used by data scientists for developing machine learning models. Many of the machine learning communities and community projects provide a set of Jupyter Notebooks to get started with the specific ML model.

  • Azure Notebooks provides online access to Jupyter notebooks running in the cloud on Microsoft Azure. The portal also contains a comprehensive set of default projects to get started with Jupyter Notebooks. See Azure Notebooks documentation
  • Jupyter Notebooks can be run using local hardware like laptop or creating Notebook VM (Virtual MAchine) in Azure Machine Learning Workspace.

Other possible solutions include:

Updated: