资源列表
[人工智能/神经网络/遗传算法] 一套图像处理程序,支持JPEG、GIF和PNG三种格式
说明:一套图像处理程序,支持三种图像文件格式,我调试过了,很好用-Image processing programs for JPEG,GIF and PNG.I have compiled them, which is good for using.<上官婉儿> 在 2024-12-25 上传 | 大小:891kb | 下载:0
[人工智能/神经网络/遗传算法] C语言的HMM算法库
说明:一个关于HMM(隐马尔可夫模型)实现的C语言库。是Visual C++数字图像模式识别技术及工程实践的配套源代码-one of HMM (HMM) with the C library. Yes Visual C digital image pattern recognition technology and engineering practice supporting source code<张积存> 在 2024-12-25 上传 | 大小:8kb | 下载:0
[人工智能/神经网络/遗传算法] cagl.tar
说明:细胞自动机的一个源代码,可以生成一维细胞自动机,将.cc文件改成.cpp运行-Cellular Automata of a source code can be generated one-dimensional cellular automata, will be. Cc document changed. Cpp Operation<王飞> 在 2024-12-25 上传 | 大小:65kb | 下载:0
[人工智能/神经网络/遗传算法] java数据挖掘算法
说明:java数据挖掘算法,里面有c45,chc,fss,id3,nb等方面的算法,及相关源代码-data mining algorithms, and they C45, CHC, FSS, id3, nb areas of algorithms, and related source code<徐高波> 在 2024-12-25 上传 | 大小:440kb | 下载:0
[人工智能/神经网络/遗传算法] 一种基于蚁群算法的聚类组合方法
说明:一种基于蚁群算法的聚类组合方法,具体可以查看里面书的内容。-ant colony algorithm based on the combination of clustering methods, the specific can view the contents inside.<徐高波> 在 2024-12-25 上传 | 大小:138kb | 下载:0
[人工智能/神经网络/遗传算法] java_ifs
说明:关于细胞自动机的例子,希望有志于这领域的同仁研究-on Cellular Automata example, are interested in this area of research colleagues! !<巨翔> 在 2024-12-25 上传 | 大小:104kb | 下载:0
[人工智能/神经网络/遗传算法] Java语言TSP递归程序的优化
说明:因为递归程序运行的效率一般都比较低,本程序用java语言来实现TSP递归程序的优化-because recursive program run average efficiency are low, the procedure used java language to achieve TSP recursive process optimization<我心飞扬> 在 2024-12-25 上传 | 大小:12kb | 下载:0
[人工智能/神经网络/遗传算法] 遗传算法实现旅行商问题
说明:本算法中采取了种群规模为100,同时采用轮盘赌来获取种群。开始使用随机的方法得到初始的种群-the algorithm adopted a population size of 100, using roulette to access populations. Using the stochastic method initial Stocks<谢继晖> 在 2024-12-25 上传 | 大小:2kb | 下载:1
[人工智能/神经网络/遗传算法] 模拟退火算法实现旅行商算法
说明:采用的是康力山等人确定的实验参数。 对于n个城市的旅行商问题,其参数如下: 初始温度:t0=280, 每一个温度下采用固定的迭代次数L=100n, 温度的衰减系数alpha=0.92 算法停止的准则是当相邻两个温度得到的解变化很小时算法停止。-used the Stanozolol Hill were determined by the experimental parameters. N cities for the travel<谢继晖> 在 2024-12-25 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] n_pls
说明:这是我自己花了很多时间写的一个模式识别源码。奉献出来与感兴趣的朋友分享,绝对可靠。.. - Dedication out with friends interested in sharing, absolutely reliable. ..<吴惠丰> 在 2024-12-25 上传 | 大小:2kb | 下载:0
[人工智能/神经网络/遗传算法] Boltzmann Machin
说明:仿真1:首先把网络温度参数T固定在100,按工作规则共进行1000次状态更新,把这1000次状态转移中网络中的各个状态出现的次数Si(i=1,2,…,16)记录下来 按下式计算各个状态出现的实际频率: Pi=Si/∑i=1,NSi=Si/M 同时按照Bo1tzmann分布计算网络各个状态出现概率的理论值: Q(Ei)=(1/Z)exp(-Ei/T) 仿真2:实施降温方案,重新计算 采用快速降温方案:T(t)= T0/(1+t) T从10<韵子> 在 2024-12-25 上传 | 大小:5kb | 下载:0