登录
首页 » AI-NN-PR » 自组织 Kohonen 映射程序,当一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的...

自组织 Kohonen 映射程序,当一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的...

于 2022-03-01 发布 文件大小:3.61 kB
0 100
下载积分: 2 下载次数: 1

代码说明:

自组织 Kohonen 映射程序,当一个神经网络接受外界输入模式时,将会分为不同的区域,各区域对输入模式具有不同的响应特征,同时这一过程是自动完成的。各神经元的连接权值具有一定的分布。最邻近的神经元互相刺激,而较远的神经元则相互抑制,更远一些的则具有较弱的刺激作用。自组织特征映射法是一种无教师的聚类方法。 -Kohonen self-organizing map process, when a neural network to outside input mode, will be divided into different regions, the regional input to the model with different response characteristics and the process is done automatically. The neurons connect with the right to a certain value of the distribution. Most neighboring neurons stimulate each other, distant neurons were mutual inhibition, the vision has a weaker stimulus. Self-organizing feature mapping method is a non-teachers clustering method.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 利用hopfield神经网络解决TSP(旅行商)问题
    利用hopfield神经网络解决TSP(旅行商)问题-use hopfield neural network to solve TSP salesman problem (TSP)
    2022-07-19 16:20:58下载
    积分:1
  • XCS for Continuous Dynamic Environments Test versions of XCS problem : real mult...
    -连续动态环境的XCS问题的测试版本:真实的多路复用器实验:XCS是在动态环境中探索的,对基本概念有不同程度的改变。参考文献:H.H.Dam,H.A.Abbass,C.J.Lokan。进化在线数据挖掘是一种动态环境下的研究。2005被《斯普林格计算智能研究丛书》中的一章所接受H.H.D.am,H.a.Abbass,C.J.Lokan。要真实!具有连续值输入的XCS。IW LCS 2005。学习分类系统国际研讨会。华盛顿特区,2005年6月。
    2022-01-21 21:53:12下载
    积分:1
  • 这个程序是一个六子棋对弈引擎,采用六子棋标准对弈协议,在对弈平台下可以实现人机对弈或者程序间对弈。具有较好的棋力。...
    这个程序是一个六子棋对弈引擎,采用六子棋标准对弈协议,在对弈平台下可以实现人机对弈或者程序间对弈。具有较好的棋力。-This procedure is a sub-six chess game engine, the use of six sub-standard chess game agreement, in the game platform can be achieved between man-machine chess game or program.棋力good.
    2023-01-11 23:50:03下载
    积分:1
  • Proposed based on minimizing the estimated generalization error bound of the non
    提出了基于最小化估计的泛化误差界非优化估计方法。目前大多数的核参数选择方法都是通过极小化了来得到最优参数值,但是求解优化问题的计算代价相当的大,并且不能很好地体现数据的分布特征。本文采用非优化技术,通过极小化泛化误差来优化核及相关参数,由于直接计算最小半径和最大间隔,避免了对优化问题的直接求解,因此可以很好地降低计算代价。并且该方法直接从样本出发,可以很好地体现数据的分布特征,不管数据分布是否均匀都可以适用。给出了基于凸包估计的SVM核选择的模型及实现算法。 -Proposed based on minimizing the estimated generalization error bound of the non-optimal estimation method. Most of the nuclear parameter selection methods are to get the best by minimizing the parameter values, but the computational cost for solving optimization problems is quite large, and can not properly reflect the distribution characteristics of the data. In this paper, the non-optimization technology, by minimizing the generalization error to optimize the nuclear and related parameters, due to the direct calculation of the minimum radius and maximum interval, avoiding the direct solution of the optimization problem, it can very well reduce the computation cost. And that the method directly from the sample one can well reflect the distribution chara
    2022-01-26 04:59:56下载
    积分:1
  • 使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形...
    使用Visual C++ 2003编写的遗传算法库,具有详细的说明文档,使用接口函数传入相关适应度函数与基因个数、迭代次数相关信息,进行目标优化,使用类模板的形式支持函数并行化-Using Visual C++ 2003 prepared by the genetic algorithm library, a detailed description of the document, use the interface function is passed the fitness function associated with the gene number, number of iterations relevant information to carry out objective optimization, the use of class template in the form of support function parallel
    2022-01-22 03:27:00下载
    积分:1
  • Genetic algorithm (GA) combined with the traditional SVM algorithm, a kind of te...
    将遗传算法(GA)与传统SVM算法结合,构造出一种参数最优的进化SVM(GA2SVM),SVM 模型采用径向基函数(RBF)作为核函数,利用格雷码编码方式对SVM算法的模型参数进行遗传编码和优化搜索,将搜索到的优化结果作为SVM 的最终模型参数。-Genetic algorithm (GA) combined with the traditional SVM algorithm, a kind of tectonic evolution of the optimal parameters of SVM (GA2SVM), SVM model using Radial Basis Function (RBF) as kernel function, the use of Gray code encoding algorithm of the SVM model parameters of genetic coding and optimization of search, will search for the optimal results as the final SVM model parameters.
    2022-02-04 12:02:57下载
    积分:1
  • A demo program PSO, very classic, for beginners is a very good learning material...
    一个pso的演示程序,非常经典,对初学者来说是非常不错的学习资料!-A demo program PSO, very classic, for beginners is a very good learning materials!
    2023-08-28 14:45:04下载
    积分:1
  • Vb prepared using a one
    一个用vb编写的一维模糊控制器程序! 简单易懂-Vb prepared using a one-dimensional fuzzy controller program! Easy-to-read
    2022-03-17 04:38:18下载
    积分:1
  • 这是一个神经网络的源代码
    这是一个神经网络的源代码-This a neural network source code
    2022-08-03 15:50:22下载
    积分:1
  • ISP(独立集问题)的模拟退火算法程序源码
    ISP(独立集问题)的模拟退火算法程序源码-ISP (Independent Set Problem) procedure of simulated annealing algorithm source code
    2022-08-20 08:22:50下载
    积分:1
  • 696516资源总数
  • 106668会员总数
  • 21今日下载