搜索资源列表
Perceptron
- Neural Network Perceptron use MFC
PA.感知器算法分类数据,画出决策面
- 感知器算法分类数据,画出决策面。使用matlab编写,感兴趣的可以看看!,Perceptron Algorithm
Perceptron-twotextcategory.rar
- 感知器神经网络对简单的句子进行分类的程序, 可以扩展为对文章进行文本分类,Perceptron neural network for simple sentence classification procedures can be extended for text classification articles
perceptron.rar
- 人工神经网络,多层感知器,C++源代码,可在文本中读写数据。,Artificial neural network, multilayer perceptron, C++ source code, can read and write data in the text.
Perceptron-and-ADALINE-network
- 这些程序包括以下方面1.使用感知器和ADALINE网络对字母进行识别。2.随机选取初始权向量,选取适当的迭代步长(对ADALINE网络),用给出的四个输入训练样本,对上述两个网络分别进行训练,直到网络收敛;3.对Adaline网络选取不同的值,分别画出误差曲线,观察它们的变化规律;4.对感知器选取不同的初始权向量,分别计算每类训练样本到超平面的距离,观察它们的异同;5.训练结束后,检验网络的识别能力(使用100个检测样本,对应于每个取25个含噪的变形):6.比较Adaline和单神经元感知器的分
Perceptron
- 利用感知机的线性分类功能,实现2维平面的两类模式分类,matlab实现,并用图像显示-Perceptron using linear classification function, the realization of 2-D plane of the two types of pattern classification, matlab achieve, and image display
Perceptron
- 感知器(Perceptron) 单层感知器神经元模型图,我们可以看出感知器的基本功能是将输入矢量转化成0或1的输出。这一功能可以通过在输入矢量空间里的作图来加以解释。 -Perceptron (Perceptron) single-layer perceptron neural model diagram, we can see the basic functions of sensor is the input vector into the output of 0 or 1. Th
perceptron
- perceptron code in -perceptron code in NN
perceptron
- 感知机算法演示程序,批处理。用于模式识别课程作业-perceptron demo,batch type.typically useful to Pattern Recognition homework
Perceptron
- Neural network Perceptron algorithm Matlab实现-Neural network Perceptron algorithm
Perceptron
- 模式识别线性判别函数,感知器算法分类.利用OpenGL绘图显示三维坐标-Linear discriminant function, pattern recognition, perceptron algorithm for classification. The use of OpenGL graphics display three-dimensional coordinates
perceptron
- 构造一个基于感知器学习算法的神经学习系统利用一编程语言建立一个基于感知器/BP学习算法的神经学习系统。-Construct a perceptron learning algorithm based on neural learning system using a programming language to build a device based on the perception/BP learning algorithm for neural learning system.
Perceptron
- 神经网络感知器学习规则:Perceptron学习规则。以三个样本为一个周期对神经网络进行训练,本程序共经历三个周期共九次训练,九次训练后期望输出和实际输出相等,满足终止条件,训练结束。这是自己的课堂实验,希望对大家有所帮助。-Perceptron learning rule neural networks: Perceptron learning rule. With three samples for a period of neural network training, the progr
perceptron
- multilayer perceptron sample
Perceptron.java
- Perceptron example with Iris Flower
perceptron
- 线性分类器设计-感知机算法,对一组数据进行分类,分析w不同时的影响-Linear classifier design- Perceptron Algorithm
perceptron
- This program is made in Visual Basic and it trains a single neuron (perceptron) and learn how to discriminate examples.
Perceptron
- percetron learning learning using single perceptron
Perceptron
- This the Perceptron code in java-This is the Perceptron code in java
perceptron-classification
- classification with perceptron