简体   繁体   English

谷歌云平台和谷歌机器学习

[英]Google cloud Platform and google machine learning

I have to use several services of the google cloud platform but I'm pretty confused between the several services (Google Machine learning engine, google Data prep, Data lab). 我必须使用Google Cloud Platform的几种服务,但在几种服务(Google机器学习引擎,google数据准备,数据实验室)之间却很困惑。

How do they interact together ? 他们如何相互作用? And I have a more specific question : I ran a python script (to use SVM classifier) in the cloud shell ? 我还有一个更具体的问题:我在云shell中运行了python脚本(以使用SVM分类器)? So am I using the the google machine learning engine by doing so ? 那么,我是否使用google机器学习引擎呢?

If I ran another script python using the tensorflow library am I using google machine learning engine ? 如果我使用tensorflow库运行了另一个脚本python,是否正在使用Google机器学习引擎?

And the only advantage of using google machine learning engine is the google machine learning library ? 使用Google机器学习引擎的唯一优势是google机器学习库? Because tensorflow, scikitlearn , etc can be used with other python interpreters ... Thank you very much in advance for your answers. 因为tensorflow,scikitlearn等可以与其他python解释器一起使用...非常感谢您的回答。

When you create a project on the Google Cloud Platform (GCP), you can configure the project to access different services. 在Google Cloud Platform(GCP)上创建项目时,可以配置该项目以访问其他服务。 Many of these services, such as Cloud Storage, Datastore, BigTable, and Dataprep, involve storing and transforming data at high speed. 其中许多服务(例如Cloud Storage,Datastore,BigTable和Dataprep)都涉及高速存储和转换数据。

Another service, the Google Compute Engine (GCE), makes it possible to execute code on Google's powerful CPUs and GPUs. Google Compute Engine(GCE)是另一项服务,可以在Google功能强大的CPU和GPU上执行代码。 When you run an application using Datalab or the cloud shell, the GCP configures the required processor(s) and deploys your code. 当您使用Datalab或云外壳运行应用程序时,GCP会配置所需的处理器并部署您的代码。

The Machine Learning engine runs training and prediction jobs on the GCE's CPUs and GPUs. 机器学习引擎在GCE的CPU和GPU上运行训练和预测作业。 One advantage of using the engine is that you can configure a job to execute on a cluster of processors. 使用引擎的一个优势是您可以配置作业以在处理器集群上执行。 From what Google says, you can also access custom processors called Tensor Processing Units (TPUs). 根据Google所说,您还可以访问称为Tensor处理单元(TPU)的自定义处理器。 You have to specifically request permission to use TPUs, and last I checked, Google won't give that permission to everybody. 您必须明确要求使用TPU的许可,最后我检查了一下,Google不会将该许可授予所有人。

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

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