-
随机神经网络的源代码,对于研究神经网络的人来说,可能有一定的参考作用...
随机神经网络的源代码,对于研究神经网络的人来说,可能有一定的参考作用-random neural network source code for research neural network people, may have some reference
- 2022-03-06 15:29:40下载
- 积分:1
-
clementine8.1中文手册经典的数据挖掘软件说明
clementine8.1中文手册经典的数据挖掘软件说明-clementine8.1 Chinese classic manual data mining software Note
- 2022-08-18 12:18:10下载
- 积分:1
-
测试无约束优化定理求解最小值,包括测试数据,在VC下可以实现,已经调试成功....
测试无约束优化定理求解最小值,包括测试数据,在VC下可以实现,已经调试成功.-test unconstrained optimization for minimum theorem, including test data, the VC can be achieved, debugging has been successful.
- 2022-09-19 23:45:02下载
- 积分:1
-
Origin_7.0 是强大的数据处理软件,在科学研究中有许多重要的应用...
Origin_7.0 是强大的数据处理软件,在科学研究中有许多重要的应用-Origin_7.0 is a powerful data-processing software, in scientific research there are many important applications
- 2023-03-14 16:50:04下载
- 积分:1
-
algorithm data mining algorithm is the classic algorithm, which is based on the...
apriori算法是数据挖掘的经典算法,它基于关联规则的思想.此为我的第3个收藏-algorithm data mining algorithm is the classic algorithm, which is based on the idea of association rules. This was my first three collections
- 2022-07-16 17:51:33下载
- 积分:1
-
这个演示是告诉你如何实现一个通用的先生(又名粒子,bootst…
this demo is to show you how to implement a generic SIR (a.k.a. particle, bootstrap, Monte Carlo) filter to estimate the hidden states of a nonlinear, non-Gaussian state space model.-this demo is to show you how to implement a ge neric SIR (a.k.a. particle, the bootstrap. Monte Carlo) filter to estimate the hidden stat es of a nonlinear. non-Gaussian state space model.
- 2023-05-21 07:05:03下载
- 积分:1
-
机器人足球实现的核心代码
机器人足球实现的核心代码-Robot Soccer realize the core code
- 2022-03-18 02:51:21下载
- 积分: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
-
遗传算法和神经网络的结合应用,通过Visual C++环境来实现该功能,使计算能力更强...
遗传算法和神经网络的结合应用,通过Visual C++环境来实现该功能,使计算能力更强-Genetic algorithms and neural networks combination of applications, through the Visual C++ environment to achieve this feature, so that more computing power
- 2022-10-08 11:30:03下载
- 积分:1
-
遗传算法遗传算法(遗传算法),在专家系统中…
遗传算法
遗传算法简称GA(Genetic Algorithm),在本质上是一种不依赖具体问题的直接搜索方法。遗传算法在模式识别、神经网络、图像处理、机器学习、工业优化控制、自适应控制、生物科学、社会科学等方面都得到应用。在人工智能研究中,现在人们认为“遗传算法、自适应系统、细胞自动机、混沌理论与人工智能一样,都是对今后十年的计算技术有重大影响的关键技术”。-Referred to as genetic algorithm genetic algorithm GA (Genetic Algorithm), in essence is a kind of do not rely on specific issues of direct search method. Genetic algorithm in pattern recognition, neural networks, image processing, machine learning, optimization of industrial control, adaptive control, biological sciences, social sciences and so on have been applied. Research in artificial intelligence, now that the " genetic algorithms, adaptive systems, cellular automata, chaos theory and artificial intelligence, are the next ten years of the computing technology have a major impact on the key technology."
- 2022-01-26 03:20:14下载
- 积分:1