搜索资源列表
Perceptron_example6
- 分析单层感知器无法解决线性不可分输入矢量的分类问题-analysis of single-layer perceptron unable to solve the non-linear input vector classification
1
- 单层感知器简单实验,用以实现多人表决系统
一个简单的感知器网络
- 完整的c++代码,可以实现单层感知器网络。是神经网络入门者的一个参照
neuralnetworklearningalgorithm
- 人工神经网络感知器的误差学习算法,实现单层感知器的学习算法-Artificial neural network-aware device error learning algorithm, to achieve single-layer perceptron learning algorithm
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
dancengganzhiqi
- 单层感知器识别的一段程序,可以编译后实现-Single-layer perceptron to identify the section of the procedures can be compiled to achieve
net1
- 单层感知器人工神经网络,可以用来解决线性可分的模式识别问题-Single-layer perceptron artificial neural network, can be used to solve linear pattern recognition problems can be divided into
feel
- 人工智能用vc实现单层感知器 人工智能用vc实现单层感知器-feel
BP_Network
- 机器学习中的单层感知器学习算法,可自动实现两个向量的逻辑与运算。-Machine learning in single-layer perceptron learning algorithm, can be self-fulfilling logic of the two vectors and computing.
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!
per_and
- 使用单层感知器解决与逻辑问题,希望和大家讨论-this problem uses perceptron to solve and logic. i d like to share with you all.
bp
- 单层感知器学习 单层感知器学习 单层感知器学习-AI
SenceStudy
- 实现单层感知器算法。效果一般,两个输入,一个输出。-Algorithm to achieve single-layer perceptron. The general effect of the two input and one output.
Perceptron
- matlab语言编写的iris数据的单层感知器分类-matlab data written in a single layer perceptron iris classification
nn0601
- 神经网络感知器的实现,二维平面单层感知器-Perceptron neural network implementation of planar single-layer perceptron
a
- 用matlab编程实现单层感知器的实验。对线性可分问题提供了一种较好的解决方案。-it is a very useful experiment.
ganzhiqi
- 单层感知器分类和权值调整过程,学习率分别为0.01 0.05 0.1 0.5-Single layer perceptron device classification and weights to adjust the process
第4章 单层感知器
- 在matlab平台上进行单层感知器的编写与运行(Single layer sensor)
单层感知器
- 基于深度学习实现单层感知器的python代码,用单层感知器处理非线性分类问题,观察结果。(The Python code of single layer perceptron is realized based on depth learning, and the nonlinear classification problem is processed with a single layer perceptron, and the results are observed.)
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.)