资源列表
InferenceEngine
- 简单的推理机算法实现,输入规则库,和事实库,由普通txt文件模拟两个库,可以由事实在规则中推出结果.推理机不断从规则库中选择可用的规则,每选择到可用的规则,把该规则的后件中不再facts中的所有结论添加到facts中,对facts扩充,由扩充了的facts来选择下一条可用规则对facts再次扩充,直到没有可用的规则可选为止。文件内已包含使用说明书, 说明书.docx -Simple inference algorithm, the input rule base, and the fact th
TSP_GA
- 本代码是用matlab语言编写的利用遗传算法寻优求解TSP问题,遗传算法部分所有子函数均为手工编写,最后画出了仿真得到的最优路线图。-The program is written in matlab program to solve TSP problem by genetic alogrithm,and the genetic optimization part is all written by hand(not calling functions or tools).at last,I d
intro-to-dm
- Some papers introduce basic concepts and method widely used in data mining.
proxy
- 代理模式的定义:为其他对象提供一种代理以控制对这个对象的访问。在某些情况下,一个对象不适合或者不能直接引用另一个对象,而代理对象可以在客户端和目标对象之间起到中介的作用。-Defines the proxy mode: an agent to control to this object provides access to other objects. In some cases, an object is not suitable or not directly a reference to
code
- GMM,LDA,PCA,GMM,LDA,PCA -the code of GMM,LDA,PCA
iris
- 随机梯度下降,在一个UCI数据集上的实现。随即梯度下降是线性回归的一个重要推论。-A gradient descent test in Java, using a UCI dataset
cluster
- 一种改进的pso算法在聚类分析上的应用,算法中加入了协作策略-the matlab source code of improved PSO algorithm
CMA-MA-GA-PSO
- 用c语言写的猴群算法,并附上相关的测试函数。并和pso,ga算法进行比较-the source code of monkey algorithm
sga
- 改代码是单目标遗传算法的简单实现,简单易懂,注释明了,适合初学者!-Change the code is simple to achieve a single objective genetic algorithms, easy to understand, comment and clear, suitable for beginners!
SSF_INTERSPEECH2010
- Chanwoo Kim开发的语音识别非线性增强。-Nonlinear enhancement of onset for robust speech recognition.
net_fpga-2p1_051807_v15
- NETfpga 国外大学的教学源码 已经在Xilinx开发板上验证过,可行-NETfpga university
TSP
- TSP模拟退火法,上人工智能课的时候布置的大作业,程序亲自运行调试,效果很好-TSP simulated annealing method which is the big task of the artificial intelligence class,the program personally run the debugger with good results
