-
曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可...
曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可-With this program you can smooth your data automatically only by selecting the area to be smoothed with 2 clicks. Then INTERP1 is used to smooth. The operation is repeated until you press ENTER.
- 2022-01-22 15:12:25下载
- 积分:1
-
这是一个非常好用的蚂蚁算法(蚁群算法)模拟程序,很好用噢,快来试试吧...
这是一个非常好用的蚂蚁算法(蚁群算法)模拟程序,很好用噢,快来试试吧-This a very user-friendly ant algorithm (ant colony algorithm) simulation program, easy to use Oh, Come and try!
- 2022-07-02 21:11:49下载
- 积分:1
-
粒子群寻优算法源程序,采用VC+=编写,
比较好用。
粒子群寻优算法源程序,采用VC+=编写,
比较好用。-Particle
- 2022-03-26 09:48:25下载
- 积分: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
-
Matlab GA example, for the Matlab environment genetic algorithm.
matlab遗传算法实例,用于在matlab环境下遗传算法的实现.-Matlab GA example, for the Matlab environment genetic algorithm.
- 2022-05-08 22:26:20下载
- 积分:1
-
This code in this directory implements the binary hopfield network.Source code m...
This code in this directory implements the binary hopfield network.Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the
screen and a file, ARCHIVE.LST.
- 2022-02-05 22:07:00下载
- 积分:1
-
特征提取技术。这种技术以传统的建模方式为前提,对于产生的模型的几何、拓扑等信息加以分析以提取其特征信息,这种技术一般多采用人工智能及模式识别等方面的知识。...
特征提取技术。这种技术以传统的建模方式为前提,对于产生的模型的几何、拓扑等信息加以分析以提取其特征信息,这种技术一般多采用人工智能及模式识别等方面的知识。-feature extraction technology.
- 2022-03-15 05:37:54下载
- 积分:1
-
识别动物的专家系统,包括长颈鹿、斑马、鸵鸟、企鹅、信天翁等七种动物的简单专家系统,表现了专家系统的框架结构...
识别动物的专家系统,包括长颈鹿、斑马、鸵鸟、企鹅、信天翁等七种动物的简单专家系统,表现了专家系统的框架结构-Expert system to identify animals, including giraffes, zebras, ostriches, penguins, albatrosses and other seven animals, a simple expert system, the performance of the expert system framework
- 2023-06-18 02:35:03下载
- 积分:1
-
matlab 编写的小波分解程序,进行模式识别
matlab 编写的小波分解程序,进行模式识别-the preparation of the wavelet decomposition matlab procedures, pattern recognition
- 2023-01-05 10:00:03下载
- 积分:1
-
详细介绍了MATLAB遗传算法工具箱及在工程方面的应用,有了这本书,可以很方便地使用遗传算法解决问题了...
详细介绍了MATLAB遗传算法工具箱及在工程方面的应用,有了这本书,可以很方便地使用遗传算法解决问题了-Detailed MATLAB genetic algorithm toolbox and its application in engineering, with this book, it is easy to use genetic algorithms to solve the problem of
- 2022-11-19 17:15:04下载
- 积分:1