搜索资源列表
perceptron_test
- 神经网络中的感知机的学习算法的c语言程序源代码-neural network of Perceptron learning algorithm in C language source code
perceptron.rar
- 人工神经网络,多层感知器,C++源代码,可在文本中读写数据。,Artificial neural network, multilayer perceptron, C++ source code, can read and write data in the text.
NND3PC
- matlab下的神经网络感知机实验代码,提供给有需要的人-matlab neural network under the experimental code Perceptron
bp_algorithm_matlab
- 基于MATLAB的多层感知器神经网络BP算法的源程序-MATLAB-based multilayer perceptron neural network algorithm source code
nnp
- 一个神经网络原型代码,针对的例子为《Perceptron Learning》 (Russell & Norvig, 第742页)-A neural network prototype code, for example for
GAP-RBF
- 模糊神经网络逼近与分类,模糊规则提取,快速增长与删减网络。-Fuzzy neural network approximation and classification, fuzzy rule extraction, with the deletion of the rapid growth of the network.
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!
ganzhiqi_matlab
- 基于matlab的简单感知器网络的模拟,源代码全是matlab的.m文件-Based on the simple perceptron network matlab simulation, source code matlab of all. M file
neural_networks_f90
- fortran的神经网络训练程序。 Phil Brierley提供 更多信息见 www.philbrierley.com -Neural Network in Fortran90 !! Multilayer Perceptron trained with !! the backpropagation learning algorithm !! coded in Fortran90 by Phil Brierley !! www.philbrierley.com !
perceptron
- 这是有关神经网络算法中的PERCEPTRON算法的代码实现和有关介绍文章。共大家参考。是本人自己做的程序。虽然是比较旧的算法。但对新学神经网络的朋友会有所帮助。-This is the algorithm of the SOM neural network algorithm code and the introduction article. Of reference. Is my own program. Although the older algorithm. But the new s
ganzhiji
- 感知机算法:神经网络感知机学习算法C++语言编程代码-algorithm of Perceptron :neural network of Perceptron learning algorithm in C++ language source code
SLLUP
- 单层感知器Matlab代码,共有11个例子。-A single layer perceptron Matlab code, a total of 11 examples.
Perceptron-algorithm
- 采用c语言实现神经网络中的感知机算法的源代码-Using c language Perceptron neural network algorithm source code
learningWithBackpropagation
- sample code for simulating a neural network with multi-layer perceptron algorithm
basicperceptron
- 基本的感知器程序,说明了一个感知器应有的结构,对初学者学习很有帮助。-basic perceptron code, good for learning.
SingleSensor
- matlab实现的单层感知器代码,用于实现逻辑“与”和逻辑“或”-matlab implementation of a single layer perceptron code for implementing the logical " AND" and the logical " or"
感知机
- 本代码用基本方式实现了感知机,还采用对偶的方式生成感知机模型~(This code uses the basic way to realize the perception machine, and also uses the dual way to generate the perceptron model ~)
单层感知器
- 基于深度学习实现单层感知器的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.)
MATLAB神经网络原理与实例精解
- MATLAB神经网络实例教程配套程序,包括感知器、BP神经网络等基本代码。(MATLAB neural network example tutorial matching program, including perceptron, BP neural network and other basic code.)