搜索资源列表
kMeansCodeJava
- kmeans算法的java描述,我自己编写的,可以运行的-java kmeans algorithm descr iption, I am prepared, ready-to-run
Substituter.java
- 代入法的启发示搜索 我的代码实现是:按照自然语言各字母出现频率的大小从高到低(已经有人作国统计分析了)先生成一张字母出现频率统计表(A)--------(e),(t,a,o,i,n,s,h,r),(d,l),(c,u,m,w,f,g,y,p,b),(v,k,j,x,q,z) ,再对密文字母计算频率,并按频率从高到低生成一张输入密文字母的统计表(B),通过两张表的对应关系,不断用A中的字母去替换B中的字母,搜索不成功时就回退,在这里回朔是一个关键。 -generation into a
protege-src-3.1.1.zip
- 人工智能本体建模软件protege的java源码,这个软件架构很值得学习。我检查了下,这里没有,Ontology Modeling artificial intelligence software protege of java source code, this software architecture is worth learning. I checked, the There is no
neure
- 十分简单的感知器实现,自己编写,加深对神经网络的了解,面向对象,虽然简单,但对神经网络的初学者还是有参考价值的-Very simple perceptron realized, I have written to enhance understanding of the neural network, object-oriented, although simple, but for a beginner or a neural network reference value
EightPazzelBfs
- This project solve 8 puzzle with breadth first search. I wrote this program for Artificial Intelligence lesson.
ACO
- 这是一个我用java编写的蚁群算法,我觉得还不错,供大家参考。-This is one I prepared the ant colony algorithm using java, I feel pretty good, for your reference.
bushuma
- 八数码游戏,本人利用java亲手编写,人工智能课后作业,使用A*算法,大家可以参考-Eight digital games, I personally prepared using java, artificial intelligence homework, use the A* algorithm, we can refer to
five_ai
- 该版本是用java语言写的,有较强的人工智能能力 一般人下不赢滴 -This version is written in java, strong artificial intelligence capabilities most people do not win the drops I
java
- 本人搜集并调试无错的 关于数据挖掘算法,JAVA 实现,里面包含测试数据集,apriori 算法2个,FP-TREE 一个,FP-GROWP 2个 聚类1个、CLUSTREAM 一个,C45、ID3 等,下载后在相应文件夹中有 部分测试数据集合-I collect and debug error-free data mining algorithms, JAVA realization, which contains a set of test data, apriori algorithm 2
IKAnalyzer
- JAVA实现简单客服的机器人系统,分词用系统用IK分词,机器人语言用AIML。程序已经实现java socket服务的建立。实现了中文分词,同义词输出,答案匹配。用到的库有IK、program-ab。搞了一个月的小成果,希望大家能用到。-JAVA simple customer service robotic systems, word by word IK systems, robot language with AIML. Procedures have been implemented t
Puzzle
- 八数码问题的爬山法,首选爬山法,随机重启爬山法,退火算法的实现以及比较。(This code solve 8-puzzle problem using hill climbing and simulated annealing. And then I compare with each other.)