-
Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src...
Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src only. 100 free of compile error. Including 2 test cases.-Solving Traveling Sales Man Problem by the Algorithm of Simulated Annealing. Src only. 100 free of compile error. Including 2 test cases.
- 2022-01-25 14:41:00下载
- 积分:1
-
greedy em hybrid model training algorithm
greedy em 混和模型训练算法-greedy em hybrid model training algorithm
- 2022-04-19 20:59:30下载
- 积分:1
-
Statistical learning theory is based on a more solid theoretical basis, in order...
统计学习理论是建立在一套较坚实的理论基础之上的,为解决有限样本学习问题提供了
一个统一的框架。它能将很多现有方法纳入其中,有望帮助解决许多原来难以解决的问题(比
如神经网络结构及参数选择问题);同时。在这一理论基础上发展了一种新的通用学习方法:
支持向量机(Support Vector Machine,SVM)。它己表现出很多优秀的性能,并已经成为当
今机器学习领域的研究热点。-Statistical learning theory is based on a more solid theoretical basis, in order to solve the learning problems of limited samples provides a unified framework. It will be incorporated into many existing methods, which could help solve many of the original difficult to resolve problems (such as neural network structure and parameters selection) the same time. Developed on the basis of this theory, a new universal learning methods: support vector machine (Support Vector Machine, SVM). It has been shown a lot of excellent performance and has become the hotspot of machine learning research in the field.
- 2022-03-02 21:50:04下载
- 积分:1
-
Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经
Hopfield 网――擅长于联想记忆与解迷路 实现H网联想记忆的关键,是使被记忆的模式样本对应网络能量函数的极小值。 设有M个N维记忆模式,通过对网络N个神经元之间连接权 wij 和N个输出阈值θj的设计,使得: 这M个记忆模式所对应的网络状态正好是网络能量函数的M个极小值。 比较困难,目前还没有一个适应任意形式的记忆模式的有效、通用的设计方法。 H网的算法 1)学习模式――决定权重 想要记忆的模式,用-1和1的2值表示 模式:-1,-1,1,-1,1,1,... 一般表示: 则任意两个神经元j、i间的权重: wij=∑ap(i)ap(j),p=1…p; P:模式的总数 ap(s):第p个模式的第s个要素(-1或1) wij:第j个神经元与第i个神经元间的权重 i = j时,wij=0,即各神经元的输出不直接返回自身。 2)想起模式: 神经元输出值的初始化 想起时,一般是未知的输入。设xi(0)为未知模式的第i个要素(-1或1) 将xi(0)作为相对应的神经元的初始值,其中,0意味t=0。 反复部分:对各神经元,计算: xi (t+1) = f (∑wijxj(t)-θi), j=1…n, j≠i n―神经元总数 f()--Sgn() θi―神经元i发火阈值 反复进行,直到各个神经元的输出不再变化。-Hopfield network-- good at associative memory solution with the realization of lost H associative memory networks, are key to bringing the memory model samples corresponding network energy function of the minimum. With M-N-dimensional memory model, the network N neurons connect between right wij and N output threshold j design makes : M-mode memory corresponding to the network is a state network energy function is the M-000 minimum. Mor
- 2023-03-24 10:55:03下载
- 积分:1
-
The SVM
人工智能模式识别中基于支持向量机的分类算法在识别领域属于较新的应用-The SVM-based classification algorithm is a kind of new application in the field of artificial intelligence and pattern recognition.
- 2022-02-04 13:25:13下载
- 积分:1
-
该程序提供了一个计算机下国际象棋的功能,拥有完全的代码,由matlab编成的很多人工智能的函数,有详细的文档,直接运行chess.m文件即可...
该程序提供了一个计算机下国际象棋的功能,拥有完全的代码,由matlab编成的很多人工智能的函数,有详细的文档,直接运行chess.m文件即可-The program provides a computer under the functions of chess, with complete code, matlab compiled from many artificial intelligence function, has a detailed document, a document can be directly run chess.m
- 2022-07-25 03:10:04下载
- 积分:1
-
一类球型分布问题的实现
一类球型分布问题的实现-a ball-type distribution of achievement
- 2022-12-27 18:05:03下载
- 积分:1
-
遗传算法工具箱以及用遗传算法找最优值,主函数是zuiyou.m
遗传算法工具箱以及用遗传算法找最优值,主函数是zuiyou.m-Genetic Algorithm Toolbox and using genetic algorithms to find optimal values, the main function is zuiyou.m
- 2022-02-15 11:31:05下载
- 积分:1
-
基于遗传算法的基元识别与提取,C++源代码
基于遗传算法的基元识别与提取,C++源代码-Based on genetic algorithm identification and extraction of primitives, C++ Source code
- 2023-08-19 10:40:04下载
- 积分:1
-
网络可以学习正确的答案的自动绘图的例子和…
网络能通过学习带正确答案的实例集自动提取“合理的”求解规则,即具有自学习能力-network can learn the correct answer with examples of automatic drawing of the "reasonable" solution rules, that is self-learning ability
- 2022-03-23 21:23:03下载
- 积分:1