上一页 1 2 3 4 5 6 7 ··· 19 下一页
摘要: 各种聚类算法的比较 简介 利用数据的相似性来进行聚类。首先构建相似度矩阵构建图,然后再划分图,使得同一子图的点相似度高,不同子图的点相似度较低。 相似性度量 度量方式有很多种例如:高斯核函数,欧式距离,余弦相似度 构建拉普拉斯矩阵 构建相似矩阵 W 构建图G,每一点的度是与他相连所有边的权重之和,由 阅读全文
posted @ 2025-09-04 17:58 ylxn 阅读(8) 评论(0) 推荐(0)
摘要: 简述 DBScan可以识别噪声,但是由于MinPts簇最少数目和Eps邻域半径变量是全局的, DBScan无法发现不同密度的簇。 OPTICS 核心思想是记录每个点的核心距离和可达距离,以一种可视化方式展示不同的簇. OPTICS不需要固定Eps参数,但是对参数MinPts敏感,可达距离有局限性(一 阅读全文
posted @ 2025-09-04 17:56 ylxn 阅读(96) 评论(0) 推荐(0)
摘要: 一、灵感来源 蚂蚁在选择路径的时候会留下信息素,信息素浓度较高的路径为大多数蚂蚁行走过的路径,则效率相对较高。 二、核心要素 蚂蚁个体,每个蚂蚁代表一个解决方案 信息素,用于记录路径的优劣程度 启发信息,与问题相关的先验知识 信息素更新规则,信息素的挥发,信息素的添加,平衡探索与利用 三、蚁群算法基 阅读全文
posted @ 2025-09-03 17:10 ylxn 阅读(106) 评论(0) 推荐(0)
摘要: 摘自 Deep Seek 一、核心主题:多元思维模型 芒格认为,传统教育体系的一大缺陷是学科之间彼此割裂,导致人们用单一视角看世界(“手里只有锤子,看什么都像钉子”)。他提倡建立 “多元思维模型” —— 从不同学科(如心理学、经济学、物理学、数学、工程学、生物学等)中汲取核心概念,形成一个思维框架的 阅读全文
posted @ 2025-05-13 11:34 ylxn 阅读(76) 评论(0) 推荐(0)
摘要: 1 pull off (successfully complete a difficult task ) I don't know how to pull this task off 2 pull up to make a documnet visible on your divice (make 阅读全文
posted @ 2025-05-03 08:18 ylxn 阅读(29) 评论(0) 推荐(0)
摘要: 1 run through (check) run through the book run the problem through a machine 2 run in(to) run-in with the law (have the problem) 3 run off (leave quic 阅读全文
posted @ 2025-05-03 07:45 ylxn 阅读(16) 评论(0) 推荐(0)
摘要: 1-1 Reading parcel 包裹 n worn 用坏的 adj worn out 破旧的 ranger 护林员 or so 大约 it goes without saying that 显而易见 contemplative 沉思的 commitment 决心 tar 柏油 antisept 阅读全文
posted @ 2025-04-15 10:09 ylxn 阅读(29) 评论(0) 推荐(0)
摘要: 1) on the second floor 2) take the elevator on the right 3) when you get off the elevator, turn left 4) at the end of the corridor on the right side 5 阅读全文
posted @ 2024-09-06 22:34 ylxn 阅读(54) 评论(0) 推荐(0)
摘要: 2024.05.16 2024.05.17 sour having an acid taste like lemon or vinegar Is the lemonade (lemonade water) sour unripe the bananas are unripe at the momen 阅读全文
posted @ 2024-05-16 10:43 ylxn 阅读(33) 评论(0) 推荐(0)
摘要: Chapter 2 Why Structures carry loads? 1) Action and reaction are equal and opposite. 2) The science of elasticity is about the interactions between fo 阅读全文
posted @ 2024-05-14 23:05 ylxn 阅读(44) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 19 下一页