资源列表
[人工智能/神经网络/遗传算法] yichuansuanfacankao
说明:遗传算法(Genetic Algorithm, GA)是近几年发展起来的一种崭新的全局优化算法,它借 用了生物遗传学的观点,通过自然选择、遗传、变异等作用机制,实现各个个体的适应性 的提高。这一点体现了自然界中"物竞天择、适者生存"进化过程。1962年Holland教授首次 提出了GA算法的思想,从而吸引了大批的研究者,迅速推广到优化、搜索、机器学习等方 面,并奠定了坚实的理论基础。 用遗传算法解决问题时,首先要对待解决问题的模型结构 和参数进行编码,一般用字符串表示,这个过<冯灿科> 在 2025-11-07 上传 | 大小:400kb | 下载:0
[人工智能/神经网络/遗传算法] libsvm-matlab-1.2
说明:Support Vector Machines is a powerful methodology for solving problems in nonlinear classification and regression. It is a matlab version.-Support Vector Machines is a powerful methamphetamine odology for solving problems in nonlinear CLAS sificati<Mountain> 在 2025-11-07 上传 | 大小:29kb | 下载:0
[人工智能/神经网络/遗传算法] libsvm-alphaseed-2.81
说明:The program performs alpha seeding within LIBSVM Solvers. Please refer to: D. DeCoste and K. Wagstaff, "Alpha Seeding for Support Vector Machines for the meaning of alpha seeding". -alpha seeding within LIBSVM Solvers. Please refer to : D. DeCost<Mountain> 在 2025-11-07 上传 | 大小:22kb | 下载:0
[数学计算/工程计算] chcapacity2
说明:信道容量迭代算法用C++ 通过给定的信道转移矩阵-channel capacity iterative algorithm C through to the transfer matrix Channel<xlz> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] multiroutes
说明:信道是多径信道,升余弦滚降 ,取样时间无偏差的信道特性,与波形功率谱,与误码率仿真-Channel is multipath channel or Cosine, sampling time without deviation channel characteristics, and power spectral waveform, with BER simulation<xlz> 在 2025-11-07 上传 | 大小:1kb | 下载:0
[matlab例程] imlogpolar
说明:实现图像的对数极坐标变换,具有旋转不变性,可用于数字水印的抗几何攻击-achieving the right number of images Polar transform, with a rotating invariance, the digital watermark can be used against geometric attack<> 在 2025-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] haffmantree
说明:按照data.txt格式输入权值&字符名覆盖原data的内容,就可以使用程序对由这些字符组成的字符串进行编码了,结果将输出至code.txt中-data.txt format with input weights & characters from the original data covering the contents it can be used to process these characters from the string of code and the result<> 在 2025-11-07 上传 | 大小:2kb | 下载:0
[数值算法/人工智能] simplicityAlgorithm3
说明:/*用单纯形算法求解多元函数极值计算机程序代码*/ /************************ *试用单纯形法求目标函数: *f(x)= 4(x1 -5)*(x1 -5) + (x2 -6)*(x1 -5) *的极小值 *************************/-/* Use simplex algorithm for multi-function extremum computer code*//************************* t<刘向> 在 2025-11-07 上传 | 大小:168kb | 下载:0