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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are some of the biggest problems in continuous machine learning?

2 点作者 Nevin1901将近 3 年前
I&#x27;ve been looking into the field of continuous learning recently, and was interested in the various ways people are solving problems. For example, continually fine tuning an NLP model on fresh data to adapt to new knowledge, and avoid data drift.<p>Those of you who incorporate continuous learning into your ml workflows, what are some common problems you have?

1 comment

ksaj将近 3 年前
I&#x27;m not a professional in the biz, but I always figured a poisoned pot could be catastrophic. What I mean is, once something has been accepted into the model, when it is discovered to be wrong or even malicious, it would hard to get rid of it if a lot of other &quot;learning&quot; has occurred before the problematic bits were noticed.<p>You could investigate and figure out where the poisoning occurred and then start anew from there, but the longer it takes, the more you lose.