Chapter 9 - Clustering for Semi-Supervised Learning
未关闭
- 主要语言
- Jupyter Notebook
- 星标
- 30k
- 派生
- 13.1k
- PR 合并指标
- 30 天内没有已合并 PR
描述
I get a different set of representative digits from those in the notebook. Labelling with
y_representative_digits = np.array([
0, 1, 3, 2, 7, 6, 4, 6, 9, 5,
1, 2, 9, 5, 2, 7, 8, 1, 8, 6,
3, 1, 5, 4, 5, 4, 0, 3, 2, 6,
1, 7, 7, 9, 1, 8, 6, 5, 4, 8,
5, 3, 3, 6, 7, 9, 7, 8, 4, 9])
produces a log_reg score of 92.4%. Alternatively using:
y_representative_digits = y_train[representative_digit_idx]
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。