搜索资源列表
percept2
- 该示例用双层感知器实现XOR问题,第一层为随机感知层-examples of the use of double-Perceptron achieve XOR, the first layer of random layer perceptron
Simple_Perceptron
- program that makes a simple perceptron network to simulate digital gates(OR, AND, XOR).
XOR_Percepton
- XOR perceptron training implement in Delphi
shenjingwangluo
- 模式识别作业实现感知器,BP分类器及异或门-Pattern recognition operations to achieve perceptron, BP classifier and XOR gates
perceptron
- Perceptron implementation for the logic ports: and, or, not and xor.
XOR
- multi-layer perceptron XOR algorithm
andxor_perc
- AND & Xor Gate (Perceptron)
code
- 三道题,包括1:用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题:2:用奇阶互补法设计两带滤波器组(高、低通互补),进而实现四带滤波器组 3:估计其功率谱-Three questions, including: 1 using multilayer perceptron ( MLP ) neural network and error back propagation ( BP ) algorithm to realize the XOR problem: 2: the odd
li1
- 请用多层感知器(MLP)神经网络误差反向传播(BP)算法实现异或问题(输入为,要求可以判别输出为0或1),并画出学习曲线。其中,非线性函数采用S型Logistic函数。-Please use the Multilayer Perceptron (MLP) back propagation neural network (BP) algorithm XOR problem (input is required to determine the output is 0 or 1), and draw
Multilayer_perceptron_XOR
- Code implementation of a Multilayer Perceptron that learns the logical XOR function (for 2 and 4 inputs).
mlp
- this code source implement artificial neural network by using multi layers perceptron whit xor sample test.- this code source implement artificial neural network by using multi layers perceptron whit xor sample test.
MLP
- Neural network XOR with a multilayer perceptron
Multi-layer-perceptron
- XOR_Example % The matrix implementation of the Backpropagation algorithm for two-layer
ass_7a
- To solve XOR problem in linear discrimination by using linear perceptron
multi-layer-perceptron-perform-
- 感知神经网络学习,多层感知器完成异或功能实现代码,供交流学习使用-Perceptual learning of neural network, multi-layer perceptron perform the XOR function implementation code used by the exchange of learning
p_or
- 这个例子是感知器人工神经网络的异或门实现,这是多层感知器神经网络的一个典型例子。(This example is the XOR gate implementation of perceptron artificial neural network, that is a classic example of a multilayer perceptron neural network.)