GLOBAL SEARCH

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

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

找到 30 个结果

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

打开 →
模块2.6.4 · 数学与统计能力 · 机器学习理论

无监督学习与强化学习

machine-learning · unsupervised-learning · clustering · k-means · gaussian-mixture-model · em-algorithm · kernel-density-estimation · regime-detection

打开 →
模块2.3.2 · 数学与统计能力 · 时间序列分析

波动率与机制转换模型

time-series · volatility · arch · garch · conditional-heteroskedasticity · volatility-clustering · quasi-maximum-likelihood · arch-lm-test

打开 →
课程波动率与机制转换模型 · 时间序列分析

ARCH 与 GARCH 模型

某私募(private fund)的风控会上,研究员甩出沪深300 日收益的实证表:日内收益序列本身的自相关系数 公式 在滞后 公式 时几乎全部落在 公式 的 Bartlett 带内;可一旦把同一条序列​ ​平方​ ​再画一次 ACF,从滞后 1 到滞后 60 全是正值、缓慢衰减。再算样本峰度:5.8——远大于正态分布(Gaussian distributi...

打开 →
课程无监督学习与强化学习 · 机器学习理论

聚类与密度估计

Hook:5 年沪深300 日收益,你能不能贴出「风险开关」标签 上海某私募的初级量化研究员张昊把过去 5 年的沪深300 日收益拉成一张表——列是 20 日已实现波动率(realized volatility)、申万一级行业截面收益离散度(cross sectional dispersion)、60 日市值加权平均成对相关,1,200 多个交易日。组长甩话...

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

打开 →