Welcome![Sign In][Sign Up]
Location:
Search - neuron

Search list

[AI-NN-PRcf

Description: 学上的基本神经元,人工的神经网络也有基本的神经元。每个神经元有特定数量的输入,也会为每个神经元设定权重(weight)。权重是对所输入的资料的重要性的一个指标。然后,神经元会计算出权重合计值(net value),而权重合计值就是将所有输入乘以它们的权重的合计。每个神经元都有它们各自的临界值(threshold),而当权重合计值大于临-Learn the basic neurons, artificial neural networks also have a basic neuron. Each neuron has a specific amount of input, will be set for each neuron weights (weight). Weights entered on the importance of information as an indicator. Then, neurons calculates the weight of the total value (net value), while the weight of the total value of all input is multiplied by their total weight. Neurons each have their respective thresholds (threshold), while the power is greater than the value of re-Total Pro
Platform: | Size: 157696 | Author: v | Hits:

[matlabelman

Description: elman神经网络的matlab程序,运算时间短,程序简单-Elman neural network matlab procedures, computing time is short, simple procedures
Platform: | Size: 1024 | Author: 小伟 | Hits:

[matlabPerceptronAlgorithm

Description: 感知器是神经网络里面的一个重要分类器,本例子采用matlab实现单个神经元感知器,分类效果较好~-Perceptron neural network which is an important classifier, using the example of the realization of a single neuron matlab perceptron, classification better ~
Platform: | Size: 2048 | Author: junrren | Hits:

[AI-NN-PRhopfiel

Description: 考虑3个神经元的hopfield网络,每个神经元有一个阀值和一个权重,定义存储在网络中的目标平衡点中为矩阵T的两个三指定存储在网络中的目标平衡点 -Consider three neurons hopfield network, each neuron has a threshold and a weight, the definition is stored in the network, the goal of equilibrium point for the matrix T of the two three-designated storage in the network
Platform: | Size: 1024 | Author: pannewstar | Hits:

[AI-NN-PRdatamining

Description: Apriori源代码,包含c++/java实现;<br>神经网络算法源程序,如SOM、HOPFIELD、CPN、BPN、BOLTZMAN、ART、ADALINE,同时提供针对不同算法的演示源程序;遗传C源代码;外加充实的数据挖掘的算法讲解ppt -Apriori the source code, including c++/Java realize
Platform: | Size: 5304320 | Author: 阳光 | Hits:

[AI-NN-PRSingleNeuralAdaptivePIDController

Description: 单神经元自适应pid,减少了模型误差对远程控制系统的影响,试验表明系统具有良好的鲁棒性和控制品质-Single neuron adaptive pid, a reduction of model error on the remote control systems, experiments show that the system has good robustness and control quality
Platform: | Size: 1024 | Author: 李明哲 | Hits:

[AI-NN-PRbp

Description: #include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输入层至隐层权值 double V[ON][HN] //隐层至输出层权值 double X[HN] //隐层的输入 double Y[ON] //输出层的输入 double H[HN] //隐层的输出 -# Include iostream.h# Include iomanip.h# Define N 20// learning sample number# Define IN 1// input layer neurons in the number# Define HN 8// hidden layer neuron The number# define ON 1// output layer neuron number of double P [IN]// single sample input data double T [ON]// single sample data teachers double W [HN] [IN]// input layer to hidden layer weight double V [ON] [HN]// hidden layer to output layer weights double X [HN]// hidden layer input double Y [ON]// output layer input double H [HN]// hidden layer output
Platform: | Size: 2048 | Author: xx | Hits:

[AI-NN-PRPIDRBFMATLAB

Description: 单神经元PID RBF MATLAB源码, -Single Neuron PID RBF MATLAB source,
Platform: | Size: 1024 | Author: liyan | Hits:

[matlabmodifiedPID

Description: 改进的单神经元自适应PID控制,权系数的再线修正不完全是根据神经网络学习原理-Improved single neuron adaptive PID control, the right to re-line coefficient amendment is not in full accordance with the principle of neural network learning
Platform: | Size: 1024 | Author: weidong | Hits:

[AI-NN-PRchap4_2

Description: 基于二次型性能指标学习算法的单神经元自适应PID控制-Quadratic performance index based on the learning algorithm of single neuron adaptive PID control
Platform: | Size: 1024 | Author: weidong | Hits:

[matlab1

Description: 通过这个算法可以确定BP神经网络中隐层最优神经元个数-Determine the BP neural network hidden layer neuron number of optimal
Platform: | Size: 2048 | Author: lxl | Hits:

[AI-NN-PRANNPID

Description: 分别采用4种控制律进行单神经元PID控制,即无监督的Hebb学习规则、有监督的Delta学习规则、有监督的Hebb学习规则、改进的Hebb学习规则.-Separately using four kinds of control laws for single neuron PID control, that is, unsupervised Hebb learning rules, there is the Delta Study supervision rules, there is supervised Hebb learning rule to improve the Hebb learning rule.
Platform: | Size: 1024 | Author: 王永超 | Hits:

[OtherNNFunctions

Description: NN Functions a program in Lisp to demonstrate working of an artificial neuron. (Enter an input vector X and weight vector W. Calculate weighted sum XW. Transform this using signal or activation functions like logistic, threshold, hyperbolic-tangent, linear, exponential, sigmoid or some other functions (syntax provided) and display the output).
Platform: | Size: 1024 | Author: Aniket D Mulye | Hits:

[matlabssnpr

Description: 基于Heeb监督的单神经元自适应PID控制器S函数程序-Heeb supervision based on single neuron adaptive PID controller function S procedures
Platform: | Size: 1024 | Author: yinuo | Hits:

[AI-NN-PRehop1

Description: 设计一个含有两个神经元的Hopfiled网络 使用的主要函数如下: NEWHOP——创建Hopfield网络 SIM——对Hopfield网络进行仿真-The design of a neuron contains two main Hopfiled network function as follows: NEWHOP- create a Hopfield network SIM- Simulation of the Hopfield network
Platform: | Size: 1024 | Author: | Hits:

[SCMsinglpid

Description: 用MATLAB编写的单神经元PID仿真程序,可以在具体控制实例中加以验证-Prepared using MATLAB single neuron PID simulation program, you can control in specific cases to verify the
Platform: | Size: 1024 | Author: 北辰 | Hits:

[source in ebookpid6_2

Description: 单神经元PID解耦控制器的MATLAB程序,欢迎下载。-Single Neuron PID Decoupling Controller of MATLAB program are welcome to download.
Platform: | Size: 1024 | Author: liyangfan | Hits:

[AI-NN-PRCHAP4_1

Description: 单神经元PID控制的MATLAB程序,欢迎大家下载。-Single neuron PID control MATLAB program, welcome you to download.
Platform: | Size: 1024 | Author: liyangfan | Hits:

[AI-NN-PRz2

Description: 单神经元PID控制,用单神经元网络进行单输入单输出控制-Single neuron PID control, neural network with single-single-input single-output control
Platform: | Size: 2048 | Author: 王忠言 | Hits:

[SCMSingleNeuralNetPIDControllerbasedonsecondTypeLearn

Description: 二次型性能指标学习算法单神经元自适应PID控制-Quadratic performance index learning algorithm for single neuron adaptive PID control
Platform: | Size: 1024 | Author: 邹志励 | Hits:
« 1 2 3 4 5 6 78 9 10 11 12 ... 18 »

CodeBus www.codebus.net