搜索资源列表
-
0下载:
数据挖掘算法,support vector machine算法源代码,用于分类-data mining algorithms, support vector machine algorithm source code for classification
-
-
1下载:
Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, classification, regression, clusteri
-
-
0下载:
王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有:
\\GA 本书中所附源程序C或C++代码文件及其可执行文件
Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt
Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output
A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world
GA_nn.c 基于遗传算法优
-
-
0下载:
常用机器学习算法,java编写源代码,内含常用分类算法,包括说明文档-used machine learning algorithm, the preparation of java source code that contains commonly used classification algorithms, including documentation,
-
-
0下载:
本程序是用java语言编写的数据挖掘分类算法中的决策树分类方法c4.5程序代码-this procedure is used java language classification of data mining algorithms decision tree classification code Bank
-
-
0下载:
光流法原理及代码 主要的几种分类和算法介绍-Principle of optical flow method and code the major algorithms of several classification and descr iption
-
-
1下载:
mahout是一个开源的软件包,对搜索引擎的聚类,分类算法以及推荐系统算法的代码实现-mahout is an open source software package, the search engine clustering, classification and recommendation system algorithm algorithms code
-
-
0下载:
两个算法,BP算法和LVQ算法都是属于分类算法-Two algorithms, BP algorithms and LVQ algorithms are classification algorithms
-
-
0下载:
包含内容:(1)C常用算法程序集(共分20章)。
(2)51常用子程序(50多个文件夹,50多个分类)。
(3)mcs51子程序库,一个PDF文档。包含各种常用算法代码。
-Content: (1) C commonly used algorithm for assembly (consists of 20 chapters). (2) 51 common subroutine (more than 50 folders, more than 50 classification).
-
-
1下载:
四种聚类算法源代码及示例代码,本程序的最终目的是形成一套标准的用于聚类、可扩展的工具。包括的内容有1. 聚类算法:Kmeans和Kmedoid算法、FCMclust, GKclust, GGclust算法 2. 评估分类原型:程序可以在二维图像上绘制出聚类的结果 3. 验证:程序给每一个算法提供验证机制,每个聚类算法会统计Partition Coefficient (PC), Classification Entropy (CE), Partition Index (SC), Separatio
-
-
0下载:
Weka是一个超强功能的machine learning开发包-Weka is a collection of machine learning algorithms for data mining tasks. The algorithms can either be applied directly to a dataset or called from your own Java code. Weka contains tools for data pre-processing, clas
-
-
0下载:
用于文本分类的朴素贝叶斯分类算法,包括代码和测试数据-Naive Bayesian Text Classification for classification algorithms, including the code and test data
-
-
1下载:
数据挖掘中用于分类的算法的MATLAB源程序代码。-Data mining algorithms for classification MATLAB source code.
-
-
0下载:
It is a general purpose one-class classification algorithm. As a development in the research area of Artificial Immune Systems (AIS), it is a negative selection algorithm, one of the earliest methods inspired by immune system. Negative selection algo
-
-
0下载:
Weka source code. A lot of classification algorithms can be implemented using this software.
-
-
4下载:
各种非监督分类遥感算法的IDL代码,包括K均值,ISO聚类-Remote sensing of various non-supervised classification algorithms IDL code, including K-means, ISO clustering
-
-
0下载:
使用matlab实现的,基础单变量以及多变量梯度下降算法,和信号分类以及信号归一化部分算法,是机器学习领域最基本的代码,希望大家多多交流-matlab implementation of basic univariate and multivariate gradient descent and signal classification algorithms, machine learning basic code, hope that more exchanges
-
-
0下载:
SVM、Adaboost、K-Means 分类算法的实现,有助于理解分类算法的原理。-SVM, Adaboost, K-Means classification algorithm, helps to understand the principles of classification algorithms.
-
-
0下载:
VC++ 手写文字识别程序源码。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别。手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。-VC++ handwriting recognition program source code. Handwritten numbers give different classification recognition result satisf
-
-
1下载:
贝叶斯定理是用数学的方法来解释生活中大家都知道的常识,而机器学习使用的各种算法中,最常见的就是贝叶斯定理。此代码为贝叶斯分类python代码,包含高斯贝叶斯分类器,多项式贝叶斯分类器和伯努利贝叶斯分类器,并有具体的数据例子进行仿真比较(Bias's theorem is a mathematical way to explain all the common sense in life, and machine learning using various algorithms, the mos
-