集体智慧编程-03-发现群组 C、发现群组Q1、什么叫做数据聚类 简单来说聚类(Clustering)是按照某个特定标准(如距离)把一个数据集分割成不同的类或簇,使得同一个簇内的数据对象的相似性尽可能大,同时不在同一个簇中的数据对象的差异性也尽可能地大。也即聚类后同一类的数据尽可能聚集到一起,不同类数据尽量分离。 想要了解后续章节内容需要先了解B-Q4的前置概念,计算数据之间的距离。 数据聚类最常用的一个场景 其实就是数据分类 2024-03-04 读书笔记 #集体智慧编程
集体智慧编程-01~02-导读与推荐系统 约定: 笔者本人读书笔记的行文风格,比较喜欢使用QA,采用一问一答的方式来进行学习。学习知识也并不完全是线性的我会在讲解一些具体复杂的概念之前先提出or讲解若干个知识点,来帮助大家进行学习,所以就算是零基础 没有数理统计(线性代数、离散数学、概率论)等背景的同学也应该可以看懂,如果有问题,大家的Question放在评论区我觉得必要的内容会补充到学习问题前的知识点内容里面 基本代码运行环境是 ma 2024-02-29 读书笔记 #集体智慧编程
longest-palindromic-substring aboutyou are given a string s, and you need found the longest palindromic substring about it solutionthis is a medium complex simulation algo,and it can be optmized by Dynamic programming this is simu 2024-02-10 #leetcode #go #simulation
longest-substring-without-repeating-characters you are given a string ‘s’ ,and return the max length and no repeat character substring of it key info simulation go sliding window 1234567891011121314151617181920212223242526272829303132333435363 2024-02-09 #go #simulation #sliding window
add-two-numbers add-two-numbersgive you two linked list that non-empty and the digits is reversed store by them. you need to add every node of them and returen the sum as a linked list key info linkedList go simulat 2024-02-09 #leetcode
口琴谱-美丽之物 来源clock #4 7 [#1 2#1] 76#4 323 6 #47[#1 2#1]76#4 #432 3227[#1 2#1]76#4 #432 36#4#432 36#4 #432 322伴奏口琴旋律:4321(6) (545)1(6)23 43 21 (6 54 544)23 43 21 (6 545)1(6 6545)1(6 654 544)6 66675#43 33 #45#432 2024-02-09