搜索资源列表
Hop
- 用神经元模拟磁旋,用连接权模拟磁场中磁旋的相互作用,用各神经元的激活、抑制这两种状态,模拟磁旋的上下两个方向。 构成一个具有记忆功能的NN,并用计算能量函数,来评价和指导整个网络的记忆功能。 -using simulated neurons magnetic spins, and connecting with the right analog magnetic rotary magnetic field interaction with the activation of neuron
ai_materials
- hop lee的人工智能讲义,主要内容有 lisp语言简介 机器推理 问题求解 知识表示 机器学习 神经网络简介 遗传算法
zouyiwei
- dv-hop的定位算法,已知网络中几个锚节点就可以计算出网络中其他点的坐标,但这种算法有时由于网络密度的稀疏,可能误差会有一些
基于VC的神经网络开发程序包(原码)
- 可以用C++语言开发各种神经网络:BP,RBF,HOP~…………,使用前请看看说明文档,然后建立一个自己的项目文件,只要能明白作者的思路就能很方便地进行各种神经网络的设计,本人现在就在一个系统中使用它,目前这个开发包的版本已进入0.7了,但功能差不多,本人认为0.5这个版本用着也很方便,所以把他发来,大家共享。-C language can be used to develop a variety of neural networks : BP, RBF, HOP ~ ... ... pleas
annexamples
- 《面向MATLAB工具箱的神经网络理论与应用》一书中实例的所有源代码,及详细说明-ANN,matlab,hop,bp,ART
hop
- 神经网络matlab实现各种hop(Hopfield)算法-hopfield,ANN
Hop
- C++ Program for Hopfield Network For convenience every C++ program has two components: One is the header file with all of the class declarations and lists of include library files the other is the source file that includes the header file and th
bpdetail
- 严格按照BP网络计算公式来设计的一个matlab程序,对BP网络进行了优化设计 优化1:设计了yyy,即在o(k)计算公式时,当网络进入平坦区时(<0.0001)学习率加大, 出来后学习率又还原 优化2:v(i,j)=v(i,j)+deltv(i,j)+a*dv(i,j) -BP network in strict accordance with the formula to design a matlab program, the BP network optimiz
DV_HOP_MATLAB
- 无线传感器网络dv-hop定位算法仿真 仿真工具是matlab-Dv-hop wireless sensor network localization algorithm simulation tool is matlab simulation
DVHOPS
- 基于粒子群和基于PSO和基于遗传算法的DV-hop算法的定位,有比较好的效果-Particle swarm based PSO, based on genetic algorithm DV-hop positioning algorithm, a relatively good results
DV-hop
- 一种基于DV-hop的Ad Hoc网络定位算法,采用matlab仿真 -DV Based Positioning in Ad Hoc Networks,matlab simulation
ga
- 同时考虑了应用的实时性和网络的能源有效性,提出了一种基于GA的嵌套优化技术,并在多跳聚簇网络中进行能源高效的任务分配-Taking into account the energy efficiency of real-time application and network optimization technique based on GA nested, and energy efficient task allocation in multi-hop clustered network
Hop
- 使用Hopfield神经网络解决TSP问题,算法清晰,可以运行。-Using Hopfield neural network to solve TSP problem, a clear algorithm can be run.