This commit is contained in:
Kevin Ashley 2021-10-25 12:05:00 -07:00
Родитель 3334646902
Коммит 2b107e60b9
2 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -38,9 +38,9 @@ Many open-source machine learning libraries like PyTorch, Tensorflow include pre
Using a pre-trained model significantly reduces initial research and development costs, sometimes saving many months in research and requiring highly qualified data scientists to train, design and optimize models. Many models are built on the shoulders of the giants, by applying a technique called transfer learning, by leveraging feature extraction layers from an existing model, and adding your own layer to predict classes from extracted features.
But cost optimization is not the only way to optimize costs and operations for a machine learning solution.
But cost optimization is not the only way to optimize costs and operations for a machine learning solution. Starting with determining compute for training workload, you can decide on a specific type of VM or hardware instance. This typically involves decisions on GPU/CPU or other hardware accelerated solutions, such as FPGA or ASIC.
Task | Description
Optimization Task | Description
------------ | -------------
Sizing Model Training | Determine compute size for training
Sizing Model Inference | Determine compute size for inference
@ -49,6 +49,8 @@ Node Clustering | Choose between local, single-node and multi-node compute
Shared Compute | Optimize cost of shared compute resources
Budgets, Cost and Quotas| Plan, manage and share budgets, cost and quota
Inference sizing requires [profiling capabilities](https://docs.microsoft.com/en-us/azure/machine-learning/how-to-deploy-profile-model), provided for example by Azure Machine Learning. You can combine multiple compute types in Azure Machine Learning pipelines.
![Monitoring and Metrics](/images/azure-portal-metrics.jpg)
## Optimizing model accuracy

Двоичные данные
images/architectural-decisions.PNG

Двоичный файл не отображается.

До

Ширина:  |  Высота:  |  Размер: 81 KiB

После

Ширина:  |  Высота:  |  Размер: 74 KiB