To reduce time to market Azure Databricks Machine Learning VMs Popular frameworks To build advanced deep learning solutions TensorFlow Pytorch Onnx Azure Machine Learning Language Speech … Search Vision Productive services To empower data science and development teams Powerful infrastructure To accelerate deep learning Scikit-Learn PyCharm Jupyter Familiar Data Science tools To simplify model development Visual Studio Code Command line CPU GPU FPGA From the Intelligent Cloud to the Intelligent Edge
• Запуск эксперимента на кластере • Запуск эксперимента на локальной машине или DSVM в контейнере Azure ML Workspace Jupyter Azure ML Workspace Compute Azure ML Workspace Jupyter/ VS Code Compute
и добавить в него logging: from azureml.core import Experiment exp = Experiment(workspace=ws, name='test_experiment’) run = exp.start_logging() … run.log('Test Loss’, loss) run.log('Accuracy’, acc) Логирование откуда угодно (DOCS)
на кластере 2. Как использовать Hyperdrive для перебора гиперпараметров 3. Как создавать Azure ML Workspace 4. Datastore vs. Dataset 5. Возможности для начинающих: AutoML и Designer 6. …