-
RBF神经网络用于函数拟合平台
% RBF 神经网络用于函数拟合
% 使用平台 - Matlab6.5- RBF neural network used for function fitting platform- Matlab6.5
- 2022-06-21 01:04:32下载
- 积分:1
-
分类器的设计,包括knn方法和BP的方法。对一系列样本点进行分类
分类器的设计,包括knn方法和BP的方法。对一系列样本点进行分类-Classifier design, including methods and BP KNN method. On a series of sample points to classify
- 2022-01-25 14:47:38下载
- 积分:1
-
Smart electric car procedures, including light detection, and line detection, ob...
智能电动小车的程序,包括光源检测,黑线检测,障碍物检测等-Smart electric car procedures, including light detection, and line detection, obstacle detection, etc.
- 2022-06-13 04:23:39下载
- 积分:1
-
神经网络工具箱
bp神经网络的工具包-bp neural network tool kit
- 2022-09-21 03:20: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
-
找出输入txt文件中出现的不同词汇,统计各词数目并按数目排序。使用hash表提高新词插入词表速度。...
找出输入txt文件中出现的不同词汇,统计各词数目并按数目排序。使用hash表提高新词插入词表速度。-Txt file to find enter appear in a different vocabulary, the number of statistics in accordance with the number of words to sort. Use hash table to insert new words to improve the speed of the word table.
- 2023-06-24 19:10:03下载
- 积分:1
-
线性判别分类器在虹膜数据集上的应用
Fisher线性判别分类器应用于IRIS数据集的例子-An example of Fisher linear discriminant Classifier applied on IRIS Data Set
- 2022-05-05 04:26:44下载
- 积分:1
-
using the cepstrum, neural network to increase but not a success, poor stability
用的是倒谱,加神经网络~不过没有成功,稳定性很差-using the cepstrum, neural network to increase but not a success, poor stability
- 2022-02-02 20:57:30下载
- 积分:1
-
code of PingPong Robot trajectory predicting based on neural network
基于神经网络的乒乓球机器人乒乓球轨迹预测代码,神经网络的参数可能有待进一步改进-code of PingPong Robot trajectory predicting based on neural network
- 2022-05-23 18:47:48下载
- 积分:1
-
一个利用hough变换来检测图像中直线的函数的源代码
一个利用hough变换来检测图像中直线的函数的源代码-using a Hough transform to detect images linear function of the source code
- 2022-05-22 09:08:13下载
- 积分:1