# 弱监督学习

工作和学术最大的区别之一就是没有干净的标注数据了，甚至说压根就没有标注数据。

比起深度学习调参，我是更偏向于做数据层面的工作多一点。毕竟调参是真玄学，数据好歹还是有些依据和业务逻辑在里面的。

因此工作上大部分的时间其实是在思考如何构建并清洗数据集，所以弱监督学习模型比起完全的有监督学习在工业领域要有价值的多。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://shangzhi-huang.gitbook.io/workspace/ruo-jian-du-xue-xi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
