搜索结果
找到约 15 项符合
K-MEAN 的查询结果
多国语言处理 k-mean算法演示
k-mean算法演示,利用手工输入点通过k类自动聚合
人工智能/神经网络 k-mean算法的源码
k-mean算法的源码,对聚类非常有用!!可以直接使用!
数值算法/人工智能 K-mean 模式識別分析法使用k-mean作為分析方法
K-mean 模式識別分析法使用k-mean作為分析方法
人工智能/神经网络 模式识别 k-mean算法程序
模式识别 k-mean算法程序,用Visual c++编写
数值算法/人工智能 自行implement的k-mean(含fuzzy c mean)
自行implement的k-mean(含fuzzy c mean),可以直接於vc++針對大量數據進行分群的動作
人工智能/神经网络 神经网络中的K-MEAN聚类算法
神经网络中的K-MEAN聚类算法,并在MFC中以主观形式显示学习过程。
matlab例程 K-MEAN:经典K均值算法,适用领域:语音识别
K-MEAN:经典K均值算法,适用领域:语音识别,图像识别
人工智能/神经网络 一个聚类算法用K-mean处理后迭代
一个聚类算法用K-mean处理后迭代,论文发表在PAK
并行计算 How the K-mean Cluster work Step 1. Begin with a decision the value of k = number of clusters S
How the K-mean Cluster work
Step 1. Begin with a decision the value of k = number of clusters
Step 2. Put any initial partition that classifies the data into k clusters. You may assign the training samples randomly, or systematically as the following:
Take the first k training sample as single-e ...