GLOBAL SEARCH

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

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

找到 28 个结果

中文题目
题目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?

打开 →
题目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?

打开 →
题目4285 · 机器学习

Average Linkage Distance 5

Cluster A has size 3 and mean 0, cluster B has size 1 and mean 2, cluster C has size 1 and mean 5. Under Ward linkage, which pair merges first: A-B or B-C?

打开 →
题目4282 · 机器学习

Complete Linkage Distance 2

In DBSCAN with minPts=4, point A has 4 neighbors, point B has 3 neighbors, and B lies within eps of A. What status does B get?

打开 →
题目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?

打开 →
题目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?

打开 →
题目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?

打开 →
题目4284 · 机器学习

Single Linkage Distance 4

In a 2-component GMM with equal priors, component densities at x are 0.12 and 0.08. Which component gets higher responsibility on the first E-step?

打开 →
题目4276 · 机器学习

Within-Cluster Sum of Squares 1

A DBSCAN point has 4 neighbors within eps when minPts=5, so it is not core. If eps is increased and the neighborhood count becomes 6, what status change occurs?

打开 →
题目4279 · 机器学习

Within-Cluster Sum of Squares 4

In a 2-component GMM with equal priors, component 1 has likelihood 0.2 at x while component 2 has likelihood 0.1, so responsibility_1 is 2/3. If component 2's likelihood rises to 0.2, what does responsibility_1 become?

打开 →
题目4280 · 机器学习

Within-Cluster Sum of Squares 5

The Euclidean distance between (0,0) and (3,40) is computed on raw features. If the second feature is standardized by dividing it by 10 while the first is unchanged, what new distance do you get?

打开 →
题目4859 · 数理金融

Nonuniform Grid

Why can clustering grid points around the strike improve gamma estimates more than simply extending S_max farther out?

打开 →