搜索资源列表
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.
nn0601
- 神经网络感知器的实现,二维平面单层感知器-Perceptron neural network implementation of planar single-layer perceptron
perceptron-Cpp
- 单层感知器算法,用于实现线性分类的重要算法-Single-layer perceptron algorithm
ganzhiqi
- 感知器,主要有单层和多层感知器的应用的仿真程序设计-Perceptron, there are single and Multilayer Perceptron application simulation program design
SLLUP
- 单层感知器Matlab代码,共有11个例子。-A single layer perceptron Matlab code, a total of 11 examples.
Perceptron
- 这是一个单层感知器的神经网络程序,用来进行分类的,程序经过修改优化,精简清晰。-This is a single layer perceptron neural network program, to be classified, the program has been modified to optimize, streamline and clear.
SingleSensor
- matlab实现的单层感知器代码,用于实现逻辑“与”和逻辑“或”-matlab implementation of a single layer perceptron code for implementing the logical " AND" and the logical " or"
单层感知器
- 基于深度学习实现单层感知器的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.)
perceptron.zip
- % 单层感知器 与、或、以及其他逻辑功能的实现 % 采用step逐步逐行运行方式,了解学习过程的细节 % 尝试重新定义程序中的T,观察感知器实现异或运算(T=1 0 1 0]的可能性。
