资源列表

« 1 2 ... .48 .49 .50 .51 .52 2653.54 .55 .56 .57 .58 ... 3400 »

[数学计算/工程计算KMeans

说明:K-均值聚类算法,属于无监督机器学习算法,发现给定数据集的k个簇的算法。 首先,随机确定k个初始点作为质心,然后将数据集中的每个点分配到一个簇中,为每个点找距其最近的质心, 将其分配给该质心对应的簇,更新每一个簇的质心,直到质心不在变化。 K-均值聚类算法一个优点是k是用户自定义的参数,用户并不知道是否好,与此同时,K-均值算法收敛但是聚类效果差, 由于算法收敛到了局部最小值,而非全局最小值。 K-均值聚类算法的一个变形是二分K-均值聚类算法,该算法首先将所有点作为一个簇,然
<iihaozl> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算kNN

说明:kNN分类算法——将没有分类标签的数据与样本集合中所有的数据一一进行距离计算, 然后提取最相似的K个数据,这个K个数据中分类标签出现最多的分类就是新数据的分类标签。 优点:简单有效,缺点:耗费存储空间,非常耗时,无法给出任何数据的结构信息。 这个程序是采用python缩写,注释比较多,自己加的-kNN classification algorithm: no data and sample collection of all data classification labels on
<iihaozl> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算QUICK_SO

说明:C code for a Text & command based Quick sort algorithm Has a menu and base functions. Complete but simple-C code for a Text & command based Quick sort algorithm Has a menu and base functions. Complete but simple
<mohammad.lists> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算BANK

说明:C++ code for Bank account systems. Simple yet complete example of OOP
<mohammad.lists> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算FEM2Neu

说明:有限元方法求解带有Neuman边值条件的二维椭圆方程的matlab程序-Finite element method for solving two-dimensional elliptic equations with Neuman boundary conditions matlab program
<lijin> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算KalMan

说明:卡尔曼滤波在目标跟踪中的应用与仿真,对给定飞行方向和飞行速度的飞行器航迹进行了滤波;通过Matlab进行了仿真,并给出了仿真结果。-Kalman filtering in target tracking application and simulation, for a given flight direction and flight speed of the aircraft track is filtered through Matlab simulation, and the simu
<彩云> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算WSN-createnet

说明:无线传感网络(Wireless Sensor network,WSN)生成节点 -generated node of WSN
<庞丹> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算Multiple-linear-regression-analysis

说明: 在回归分析中,如果有两个或两个以上的自变量,就称为多元回归。事实上,一种现象常常是与多个因素相联系的,由多个自变量的最优组合共同来预测或估计因变量,比只用一个自变量进行预测或估计更有效,更符合实际。因此多元线性回归比一元线性回归的实用意义更大。-In regression analysis, if there are two or more independent variables, it is called multiple regression. Indeed, a phenomenon
<黄毅> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算cordic

说明:cordic算法的matlab实现,包含除法,sin,cos,sinh,cosh等-cordic algorithm matlab realize, including the division, sin, cos, sinh, cosh, etc.
<zhangchaofan> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算suanfa

说明:泊松方程求解的Jacobi方法、松弛迭代法、线松弛法、AID法、共轭梯度法等-Jacobi method for solving the Poisson equation, relaxation iterative method, line relaxation method, AID method, conjugate gradient method, etc.
<瑶瑶> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算gauss4.cpp

说明:Code for gaussian elimination
<mrefa> 在 2025-06-23 上传 | 大小:2kb | 下载:0

[数学计算/工程计算GreyRelationDegree

说明:数学建模中灰色关联度分析的代码,已经调试好,可以直接运行。-Mathematical modeling of gray correlation degree analysis of the code, has been debugging, can be directly run.
<yiming> 在 2025-06-23 上传 | 大小:2kb | 下载:0
« 1 2 ... .48 .49 .50 .51 .52 2653.54 .55 .56 .57 .58 ... 3400 »

源码中国 www.ymcn.org