资源列表
[人工智能/神经网络/遗传算法] n1
说明:感知器神经网络设计举例:将四个输入矢量分为两类,其中两个矢量对应的目标值为1,另两个矢量对应的目标值为0,用学习函数求解. -perceptron neural network design, for example : four input vector divided into two categories. two vector corresponding to a target, and the other two vector corresponding to the target<张哓> 在 2025-09-10 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] h3456
说明:JAVA源码下载 人工智能八数码(九宫重排)问题-eight digital download artificial intelligence (JiuGongTu rearrangement) issue<林倾城> 在 2025-09-10 上传 | 大小:28kb | 下载:0
[数学计算/工程计算] 0_1question
说明:计算机算法中著名的0_1背包问题:给定n种物品和一背包。物品i的重量是Wi,其价值为Vi,背包的容量是c,问应如何选择装入背包中的物品,使得装入背包中物品的总价值最大。-computer algorithm famous 0_1 knapsack problem : given n product and a backpack. I articles of the weight of Wi, the value of Vi and backpack is the capacity c, aske<贾明明> 在 2025-09-10 上传 | 大小:11kb | 下载:0
[matlab例程] 0-1programming
说明:0-1整数规划有很广泛的应用背景,比如指派问题,背包问题等等,实际上TSP问题也是一个0-1问题,当然这些问题都是NP问题,对于规模较大的问题用穷举法是没有办法在可接受的时间内求得最优解的,本程序只不过是一个练习,得意之处是用递归法把所有解都排列出来。另:胡运权所著的《运筹学基础及应用(第三版)》第97页的例3,我用本程序求解得到的结果是:最优解是x*=(1,0, 0, 0, 0),最优值是f(x*)=8,但书求得最优解是x*=(1,0, 1, 0, 0),最优值是f(x*)=4,是不是书中写错<wan> 在 2025-09-10 上传 | 大小:1kb | 下载:0
[matlab例程] ica_ng
说明:自己编的,基于自然梯度的盲源分离算法,如果想对自然梯度有所了解,可以参考Amari的经典文章。网络上一搜就行。-own series, based on the natural gradient algorithm blind source separation, if you want to understand the natural gradient. Amari can refer to the classic article. Networks found on a trip.<马明> 在 2025-09-10 上传 | 大小:1kb | 下载:0
[matlab例程] FastICA_25
说明:著名的FastICA 算法,最新版本,修改了以前的Bug.-famous Fast algorithm, the latest version, which amended the previous Bug.<马明> 在 2025-09-10 上传 | 大小:42kb | 下载:0
[matlab例程] muatual_information_ICA
说明:互信息盲源分离,这基于这么一个事实,混合信号的互信息最小时,意味着信号独立。可以参考有关书籍。在google里面,搜索mutual information blind source separation.即可搜到文章。-mutual information Blind Source Separation, such a fact-based, mixed-signal information in the most hours of each other, mean signal indepen<马明> 在 2025-09-10 上传 | 大小:342kb | 下载:0