Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用朴素贝叶斯算法训练一个具有 2 个类别的数据集。
我想知道这两个类别是否需要在每个类别中具有相等的数量才能很好地分配单词的权重,或者这不是必需的吗?
谢谢
这不是必需的,尽管每个类别都应该有足够的样本以避免过度拟合。