搜索资源列表
weka-3-4-4
- 由java开发的软件包,里面有人工智能所用的很多东东,包括神经网络,支持向量机,决策树等分类和回归分析方法,集成化软件哦!-by java development package, which has artificial intelligence used by many of the Eastern, including neural networks, support vector machines, such as decision tree classification and reg
mason
- MASON代表多主体邻里或网络仿真(Multi-Agent Simulator of Neighborhoods or Networks)。它是乔治梅森大学用Java开发的离散事件多主体仿真核心库,具有快速、灵活和便携的特点。它本身支持轻量级的模拟需求,自含模型可以嵌入到其他Java应用当中,还可以选择2D和3D图形显示。-represent more or main Neighborhood Network Simulation (Multi-Agent Simulat or of Neigh
jgap_2.5_src
- java实现的遗传算法, 他的设计需要最小集合的支持, 并且在这个基础上实现更复杂的遗传算法! 目录结构如下: jgap_2.5_src.zip\\srcjgap_2.5_src.zip\\lib jgap_2.5_src.zip\\examples jgap_2.5_src.zip\\tests 还有相应的帮助-achieve the genetic algorithm, the design needs the support of the smallest p
aprioriGUI
- 这是实现资料挖掘中的Apriori演算法的源代码 此java程式需先在同一资料夹下创建一个database.txt档 开启档案后,输入最小支持度及信赖度,程式会执行计算出关联法则 此与一般的apriori代码不同,经过修改后亘加完美-This is the realization of the Apriori data mining algorithm java source code for this program need to be in the same folder cr
svm-EM
- SVM(支持向量机)和EM(最大熵)文本分类算法,压缩包中包括了测试文本(环境类和计算机类),词典,停用词表等。-SVM (support vector machine) and EM (maximum entropy) text classification algorithm, compressed package includes test text (environmental and computer), dictionary, thesaurus, such as disabled.
HSVM
- java实现的支持向量机分类,可用于教学以及交流-java realization of support vector machine classification, can be used for teaching as well as the exchange of
TeamBots
- TeamBots 是一个可移植的多代理机器人仿真器,它可以支持动态环境中多代理控制系统的仿真,并可以提供可视化功能。-TeamBots is a portable multi-agent robot simulator, which can support a dynamic environment control system of multi-agent simulation, and can provide visualization capabilities.
java_evolutionary_algorithms
- 用Java实现的进化算法包。包括遗传算法、粒子群算法、memetic算法和进化策略算法。-evolutionary-algorithm Evolutionary Algorithm package implemented using Java. The package serves as a foundation class library, supporting the implementation many variants of Evolutionary Algorith
libsvm-2.82
- 支持向量机的源代码,很难得的!
guihuaxuexi
- 只是神经网络学习中的一个非常重要的章节,讲的是规划学习,支持向量机。-Neural network learning is a very important chapter, learn about the planning, support vector machines.
code
- 支持向量机的一些常用的源代码,包括KPCA,KFD等。-Some commonly used support vector machines source code, including KPCA, KFD and so on.
JSvmLib
- 支持向量机SVM的SMO算法java实现-The SMO support vector machine SVM algorithm java implementation
clusting-algorithm
- 这儿是关于支持向量机的资料和代码。也有我自己写的程序。关于聚类的-Here is information on support vector machines and code. Have to write my own program. About Clustering
SVM
- 支持向量机实现的文档分类,适宜初学者,JAVA实现。-Implementation of support vector machine classification of the document, suitable for beginners
CLIPS_6.30_Beta.R3
- clips最新版 CLIPS是一种专家系统工具,最初由NASA/Lyndon B. Johnson太空中心软件技术研究室开发出来。自1986年首次发布以来,CLIPS经历了不断的改进和完善。现在它已经被广泛的应用在数以万计的全球用户中。 CLIPS被开发出来以促进集成人类知识和经验的软件发展。 在CLIPS中,知识的表示有三种方式: l 规则,规则表示法是基于启发式经验知识库的首要选择。 l 自定义函数和通用函数,这种方式是程序式知识表示的首选。 l 面向对象设计,也
SupportVectorMachine
- SVM(support vector machine) 在object classification中的应用. 含java程序和data。-one application of SVM in object classification.
sat4j-csp-v20130419
- sat4j的CSP求解库,可用于解决CSP问题,做为java的一个类库支持-sat4j of CSP solving library that can be used to solve CSP problems as a java class library support
libsvm-3.17-JAVAaCPP
- libsvm-3.17-JAVA&C++版本,著名支持向量机源代码-libsvm-3.17-JAVA & C++ version of the famous support vector machine source code
JSvmLib
- SVM的java算法实现。可以跑通。support vector manchine and kNN分类的源代码.支持向量机是数据处理的比较良好的方法-The java SVM algorithm. You can run through.
ID3
- 采用Java实现的ID3决策树算法,基本实现了原理,支持分类,只支持标称型变量。-Java implementation using ID3 decision tree algorithm, the basic realization of the principle, support the classification, only support a nominal variable.