-
k-means的java实现
应用背景Implement k-means clustering on a training data set to predict classification values of a test data set.关键技术The experiment intended to classify test data values using the data
mining strategy known as k-means clustering.
The 6 variables in the training data are used to plot the data and
centroids are placed to locate clumps of the 255, classified training
data. Once located, a classification value can be assigned to the 100,
test data.
- 2022-02-20 08:20:20下载
- 积分:1
-
有用的哦,要好好看一下。而且比较难找到的算法
有用的哦,要好好看一下。而且比较难找到的算法-useful oh, what better look good. , And more difficult to find the algorithm
- 2022-01-26 07:07:03下载
- 积分:1
-
一元稀疏多项式计算器
一元稀疏多项式计算器-one yuan sparse polynomial Calculator
- 2022-08-08 14:46:14下载
- 积分:1
-
天气决策树源代码
用Information
Gain构造决策树的方法。
计算各分支的熵
“晴”的分支含2个正例3个反例,所需期望信息量为:
M(天况为晴)=-2/5 * log2 (2/5)-3/5 * log2 (3/5)
= 0. 971 bits
“多云”的分支,含4个正例0个反例:
M(天况为多云)=0
“雨”的分支,含3个正例2个反例:
M(天况为雨)=-3/5 * log2 (3/5)-2/5 * log2 (2/5)
- 2023-03-06 04:15:04下载
- 积分:1
-
C++实现基于VQ和HMM的语音识别
资源描述
基于VQ和HMM的语音处理-c++读入wave文件,可进行显示波形,进行端点检测,提取语音特征参数,通过训练,最后可以进行简单的语音识别,代码充足,是大家学习的好工具。
- 2022-05-21 20:38:17下载
- 积分:1
-
介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错...
介绍了在VC编辑器中,加入汇编语言的以实现混合编程的方法,并演示了计算圆周率的过程,很不错-introduced in VC editor, by adding assembly language to achieve the mixed programming method and demonstrated the calculation of the ratio of the circumference and very good! !
- 2023-08-02 07:10:02下载
- 积分:1
-
深度学习工具箱
深度学习matlab工具箱,包括 Deep Belief Nets, Stacked Autoencoders, Convolutional Neural Nets, Convolutional Autoencoders and vanilla Neural Nets。
- 2022-05-25 20:49:52下载
- 积分:1
-
数值分析最常用的四十种算法,使用c++/matlab实现
数值分析最常用的四十种算法,使用c++/matlab实现-numerical analysis of the 40 most commonly used algorithms, the use of c/Matlab achieve
- 2022-01-25 22:02:14下载
- 积分:1
-
Delphi中的很有用的一组控件的源代码.
Delphi中的很有用的一组控件的源代码.-Delphi"s very useful in a group control the source code.
- 2022-03-03 16:38:26下载
- 积分:1
-
发现主机网络
测试一个给定IP地址是否可以在本地使用,并且可以获得更多信息的设备使用的地址,使用ICMP探测网络层,在链路层只在本地网络上使用ARP探测主机
- 2023-01-18 23:15:04下载
- 积分:1