搜索资源列表
KOHONEN
- Kohonen模型结构:它是受视网膜皮层的生物功能的启发而提出的。-Kohonen model structure : it is subject to retinal cortex of the biological function inspired by.
Kohonen
- 一种非线性传递函数 - Kohonen学习规则
KOHONEN
- 自组织系统Kohonen模型结构:它是受视网膜皮层的生物功能的启发而提出的,包含源程序和例子
kohonen
- The source code of kohonen network.
自组织系统Kohonen网络模型源程序
- 自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在Nc以外的神经元都被抑制。网络的学习过程就是网络的连接权根据训练样本进行自适应、自组织的过程,经过一定次数的训练以后,网络能够把拓扑意义下相似的输入样本映射到相近的输出节点上。网络能够实现从输入到输出的非线性降维映射结构:它是受视网膜皮层的生物功能的启发而提出的。~..~-Kohonen network model. For Kohonen
kohonen
- 这是有关神经网络算法中的kohonen算法的代码实现和有关介绍文章。共大家参考。是本人自己做的程序。虽然是比较旧的算法。但对新学神经网络的朋友会有所帮助。-This is the neural network algorithm kohonen algorithm code and the introduction article. Of reference. Is my own program. Although the older algorithm. But the new study n
feb03
- 国外游戏开发者杂志2003年第二期配套代码,包含了Jon Blow的交互工具的版本更新,使用了一个Kohonen Self-Organizing Feature Map来区分系统的行为--Code of game development magazine in 2003 second issue, it including Jon Blow`s version renewal of interactive tool ,it has used Kohonen Self-Organizing Fe
TemperatureandSelforganizeMappingNetwor
- 对复杂混合气体/气味的定性识别是电子鼻技术应用的重要方面。文章以对不同品牌的葡萄酒样本的定性 识别为例,尝试利用气体传感器温度动态响应信息并结合Kohonen算法,实现对复杂混合气体/气味的定性识别。 -Complex hybrid gas/odor of the qualitative identification of electronic nose is an important aspect of technology applications. Articles on diff
SOM
- Basic library that implements Kohonen s SOM and its learning. Lanuage: C# (.Net 3.5 Framework)
kohonen_cpann_toolbox
- Kohonen and CPANN toolbox是开发的一个MATLAB工具箱,用来对数据结构进行研究和分类。-The Kohonen and CPANN toolbox is a collection of MATLAB modules for developing Kohonen Maps and Counterpropagation Artificial Neural networs (CPANNs). These are well known neural networks aimed
KOHONEN
- 目录包含了代码执行Kohonen网络。源代码 中可以找到KNET.CPP 。样本数据isfound在KNETSAMP.PAT 。程序输出 可在接受KNETSAMP.OUT-Directory contains the code to implement Kohonen network. Source code can be found KNET.CPP. Isfound sample data in KNETSAMP.PAT. Output can be in KNETSAMP.OUT
SOFM
- 该目录包含了代码执行Kohonen自组织特征 地图网络。源代码中可以找到SOFM.CPP 。样本数据中发现 SOFMSAMP.PAT 。的自组织特征映射程序接受输入的载体和组成 计算重量。输出定向到屏幕上。-This directory contains the code to implement Kohonen self-organizing feature map network. Source code can be found SOFM.CPP. Found in the s
sofm_demo
- application som kohonen , pour une classification de couleur et voir l application de l algorithme
kohonen-0.2.0
- Kohonen network nural, framework for java developer
kohonen
- Kohonen neural Network
KOHONEN
- 著名的KOHONEN算法实现,对研究机器学习有帮助。-KOHONEN,a useful classification method.
Kohonen
- kohonen som with drwing it map and a nice gui
Kohonen
- Kohonen神经网络算法工作机理为:网络学习过程中,当样本输入网络时,竞争层上的神经元计算输入样本与竞争层神经元权值之间的欧几里德距离,距离最小的神经元为获胜神经元。调整获胜神经元和相邻神经元权值,使获得神经元及周边权值靠近该输入样本。通过反复训练,最终各神经元的连接权值具有一定的分布,该分布把数据之间的相似性组织到代表各类的神经元上,使同类神经元具有相近的权系数,不同类的神经元权系数差别明显。需要注意的是,在学习的过程中,权值修改学习速率和神经元领域均在不断较少,从而使同类神经元逐渐集中。-
Kohonen
- 该代码为基于Kohonen网络的分类算法,注意归一化处理以及网络的构建-The code for the classification algorithm based on Kohonen networks, pay attention to the normalization processing and network building
Kohonen
- 该代码是基于Kohonen网络的分类算法-The code is a classification algorithm based on Kohonen networks