GLOBAL SEARCH

搜索课程、模块、题目与收藏题单

搜索在服务端完成,题目解析与答案不会进入搜索结果。登录后可搜索自己的收藏题单。

找到 14 个结果

中文题目
题目4267 · 机器学习

k-Means Assignment Step 2

A 1D cluster currently contains points [1,2,7]. What centroid does k-means assign to that cluster in the update step?

打开 →
题目4272 · 机器学习

k-Means Centroid Update 2

A 1D k-means step has current centroids 0 and 10, and the assigned points are {1,2} to the first cluster and {9} to the second. What are the updated centroids?

打开 →
题目4266 · 机器学习

k-Means Assignment Step 1

A point in clustering has average within-cluster distance a=2 and smallest average distance to another cluster b=5. What is its silhouette score?

打开 →
题目4269 · 机器学习

k-Means Assignment Step 4

A 2-component GMM has priors 0.6 and 0.4. At point x, the component likelihoods are 0.1 and 0.3. What posterior responsibility does component 2 get?

打开 →
题目4283 · 机器学习

Average Linkage Distance 3

A 2D k-means run has centroids at (0,0) and (4,0). For point x=(1,2), which centroid is closer in the assignment step?

打开 →
题目5039 · 机器学习

EM Mixture Diagnostic 24

Why can k-means and a Gaussian mixture with shared spherical covariances give similar clusters, yet still disagree on borderline points?

打开 →