TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: What is your production ML stack like? (2021)

3 点作者 AhtiK超过 4 年前
I&#x27;m curious about your ML stack that is also used in production. What has failed, what has given joy?<p>Have you managed to set up a reliable &quot;MLOps&quot; environment with a small(!) team? What are the ingredients?<p>To what extent do you monitor your model inference performance? Is there an automated KPI tracking in place to make sure the new model architecture or a new set of weights perform as expected?<p>How much of your deployment has moved to an &quot;ML Cloud&quot;? Whether it&#x27;s an AWS, GCP or Azure ML-specific services. Which are the ingredients?

1 comment

juliensalinas超过 4 年前
Here&#x27;s the ML stack I have been using for my last project:<p>- Doing NLP with spaCy (<a href="https:&#x2F;&#x2F;spacy.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;spacy.io&#x2F;</a>) as I consider it to be the most production ready framework for NLP<p>- Annotating datasets with Prodigy (<a href="https:&#x2F;&#x2F;prodi.gy&#x2F;" rel="nofollow">https:&#x2F;&#x2F;prodi.gy&#x2F;</a>), a paid tool made by the spaCy team<p>- Deploying the trained spaCy models onto NLP Cloud (<a href="https:&#x2F;&#x2F;nlpcloud.io" rel="nofollow">https:&#x2F;&#x2F;nlpcloud.io</a>), a service I helped creating<p>- Use the models through the NLP Cloud API in production and enrich my Django application out of it