简体   繁体   English

在生产中训练机器学习

[英]Training Machine Learning in Production

Is there a way to train your machine learning model in the cloud?有没有办法在云端训练你的机器学习模型? Or does it really have to be batch training?还是真的必须是批量训练? ie (Pull some data on SQL, then feed that to the model)即(在 SQL 上提取一些数据,然后将其提供给模型)

What i was thinking is implementing my own model from scratch, use Stochastic Gradient Descent to update the parameters for every row from the database.我在想的是从头开始实现我自己的模型,使用随机梯度下降来更新数据库中每一行的参数。

I think you are looking for something like GCP AI platform我认为您正在寻找类似GCP AI 平台的东西

  1. You can use BigQuery to store your data and do some analytics and perform inbuilt ML models.您可以使用BigQuery来存储数据并进行一些分析并执行内置的 ML 模型。
  2. AI Platform Notebooks for manage your notebooks用于管理笔记本的AI Platform Notebooks
  3. Check this list for built in algorithms in GCP检查此列表以了解 GCP 中的内置算法
  4. Or if you have a your model, you can use cloud resources to run your model.或者,如果您有模型,则可以使用云资源来运行模型。 check this link how to use GCP resources for your model检查此链接如何为您的模型使用 GCP 资源

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

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