搜索资源列表
一个简单的感知器网络
- 完整的c++代码,可以实现单层感知器网络。是神经网络入门者的一个参照
neuralnetworklearningalgorithm
- 人工神经网络感知器的误差学习算法,实现单层感知器的学习算法-Artificial neural network-aware device error learning algorithm, to achieve single-layer perceptron learning algorithm
11
- 神经网络实例集。包括以下几个程序单层线性神经网络实例、感知器神经元解决较复杂输入向量的分类问题、基于感知器神经网络处理复杂的分类问题、数值分析程序matlab-GUI、用BP网络完成函数的逼近源程序、自组织特征映射应用实例-Examples of neural network sets. Procedures include the following examples of single-layer linear neural network, perceptron neuron input
net1
- 单层感知器人工神经网络,可以用来解决线性可分的模式识别问题-Single-layer perceptron artificial neural network, can be used to solve linear pattern recognition problems can be divided into
NeuralNetwork_20911007
- 用C++编写的实现神经网络中单层感知器的代码,希望和大家分享!-The code is written by C++ which is about the single perceptron in the neural net,i hope to share with everybody!
nn0601
- 神经网络感知器的实现,二维平面单层感知器-Perceptron neural network implementation of planar single-layer perceptron
Number-odd-or-even
- 采用人工神经网络单层感知器学习算法,实现数字0-9的奇偶识别-The single-layer perceptron of artificial neural network learning algorithm, to achieve parity identification numbers 0-9
Perceptron
- 这是一个单层感知器的神经网络程序,用来进行分类的,程序经过修改优化,精简清晰。-This is a single layer perceptron neural network program, to be classified, the program has been modified to optimize, streamline and clear.
code
- 单层感知器(Single Layer Perceptron)是最简单的神经网络。它包含输入层和输出层,而输入层和输出层是直接相连的。(The single layer perceptron is the simplest neural network. It contains the input layer and the output layer, and the input layer and the output layer are directly connected.)
MATLAB神经网络
- MATLAB快速入门,单层感知器,线性神经网络,BP神经网络,反馈神经网络,随机神经网络,GUI设计神经网络等等(MATLAB quick start, single layer perceptron, linear neural network, BP neural network, feedback neural network, stochastic neural network, GUI design neural network and so on.)