简体   繁体   English

在Azure ML上开始训练模型

[英]Start train model on Azure ML

I am totally new to Azure ML, and I need some help. 我对Azure ML完全陌生,需要一些帮助。

What I want: 我想要的是:

  • Build models in python 用python建立模型
  • Train model on Azure - (because I don't want to train models locally because of speed,...) 在Azure上训练模型-(因为我不想因为速度而在本地训练模型,...)
  • Ideally, train more models in parallel so to speed up the time to develop the model. 理想情况下,并行训练更多模型,以加快开发模型的时间。

I watch some videos, and read about it, but what I found is: 我看了一些视频,然后阅读了一下,但是发现:

  • Visual interface on Azure : It is not helpful because it only could read csv data -> no Images, Videos,... Azure上的可视界面:它没有帮助,因为它只能读取csv数据->没有图像,视频,...
  • package in python to connect to azure (azure.core) for deploy and see metrics, but you still need to train model locally,... python中的软件包以连接到azure(azure.core)进行部署并查看指标,但是您仍然需要在本地训练模型,...

Pleas, provide steps to do this 请提供执行此操作的步骤

There is a good collection of sample notebooks how to use Azure ML on Github by Microsoft: https://github.com/Azure/MachineLearningNotebooks 微软有大量示例笔记本,它们如何在Github上使用Azure ML: https//github.com/Azure/MachineLearningNotebooks

For instance: 例如:

And many more. 还有很多。 Just look through the repo what fits best to your scenario. 只需查看存储库中最适合您的情况的代码即可。

Another potential resource, that focuses specifically on training for images (MNIST) is here: 这里还有另一个潜在的资源,专门用于图像训练(MNIST):

https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-train-tensorflow https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-train-tensorflow

And if you scroll down about 70% of the page, there's even things on distributed training. 而且,如果您向下滚动页面的大约70%,则甚至还有分布式培训方面的内容。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM