-
遗传算法和神经网络结合,利用两种算法的优点,有很好的参考价值...
遗传算法和神经网络结合,利用两种算法的优点,有很好的参考价值-Genetic algorithms and neural networks combine the advantages of using two algorithms, a very good reference value
- 2022-02-24 09:43:38下载
- 积分:1
-
该程序是汉字识别算法的c++代码,通过训练后对输入的汉字进行识别,从原理上了解汉字识别的方法和实现过程。...
该程序是汉字识别算法的c++代码,通过训练后对输入的汉字进行识别,从原理上了解汉字识别的方法和实现过程。
-The program is character recognition algorithm c++ Code, through training after the input of Chinese characters to identify, from the principle on the understanding of Chinese character recognition method and the realization of the process.
- 2022-03-19 11:13:46下载
- 积分:1
-
Perfect code to learn genetic algorithm
学习遗传算法的标准入门程序,这是我当初入门的时候用的。-Perfect code to learn genetic algorithm
- 2022-01-21 19:28:37下载
- 积分:1
-
多核环境下运行了可满足性分析的工具软件,能够使你充分了解多核编程技术...
多核环境下运行了可满足性分析的工具软件,能够使你充分了解多核编程技术-Multi-core environment running satisfiability analysis tools, enabling you to fully understand the multi-core programming technology
- 2023-01-27 23:35:03下载
- 积分:1
-
人工智能最大流算法 源码及设计文档,内含4个源代码
人工智能最大流算法 源码及设计文档,内含4个源代码-artificial intelligence maximum flow algorithm source code and design documents, containing four source code
- 2022-02-11 12:59:22下载
- 积分:1
-
BP批处理源代码,可自由选择三层或多次网络,和神经元数目
BP批处理源代码,可自由选择三层或多次网络,和神经元数目-BP batch source code, the freedom to choose three or more networks and the number of neurons
- 2022-04-07 08:47:36下载
- 积分:1
-
这是bs球队的仿真2D比赛程序,其中的智能算法和强化学习算法值得借鉴。...
这是bs球队的仿真2D比赛程序,其中的智能算法和强化学习算法值得借鉴。-This is bs tournament team 2D simulation procedure, in which intelligent algorithms and reinforcement learning algorithm is worth learning from.
- 2022-11-07 20:20:04下载
- 积分:1
-
Neural network model self
神经网络中自组织特征映射模型算法的源程序,属于无导师学习!-Neural network model self-organizing feature map algorithm source, belonging to no mentor to learn!
- 2022-03-03 18:44:18下载
- 积分:1
-
LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih
LIBSVM源码。LIBSVM 是台湾大学林智仁(Chih-Jen Lin)博士等开发设计的一个操作简单、
易于使用、快速有效的通用SVM 软件包,可以解决分类问题(包括C- SVC、
n - SVC )、回归问题(包括e - SVR、n - SVR )以及分布估计(one-class-SVM )
等问题,提供了线性、多项式、径向基和S形函数四种常用的核函数供选择,可以有效地解决多类问题、交叉验证选择参数、对不平衡样本加权、多类问题的概率估计等。-LIBSVM source. LIBSVM is林智仁Taiwan University (Chih-Jen Lin) Dr. develop design a simple, easy to use, fast and effective generic SVM software package, can solve the classification problems (including the C-SVC, n- SVC), regression ( including e- SVR, n- SVR) as well as the distribution of estimates (one-class-SVM) and so on, provides a linear, polynomial, radial basis function and the S-shaped kernel function of four commonly used for selection, can effectively to solve a wide range of issues, cross-validation to choose the parameters of the imbalance in the weighted sample, multi-category probability estimation.
- 2022-10-06 04:35:03下载
- 积分: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