搜索资源列表
BPN(Xor)
- 用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
bpnnet
- 这是一个解决XOR问题的基于BP神经网络的C语言程序 隐层中有一个节点-This is a solution to the problem XOR BP neural network-based C language program hidden layer is a node
XOR(VC)
- 一个关于bp网络解决异或问题的动态演示程序-bp on a network to solve problems or differences of Dynamic Demonstration Program
Xor
- 用BP算法实现亦或(XOR)问题,三层结构,学习次数越多,结果越准确,就是输入为00,01,10,11时分别输出0,1,1,0。
XOR
- c++解决xor问题(bp网络)
nns xor
- 它展示了怎样用这个库所生成的三层BP网络来求解那个臭名昭著的XOR问题-it tells how to use this library generated by the three-tier network BP to solve the notorious XOR
BP_XOR三层BP人工神经网络解决异或问题
- 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
BP-for-xor 用bp算法解决异或问题
- 用bp算法解决异或问题,学习异或,文件为matlab程序源代码,可以直接运行-XOR with bp algorithm to solve the problem, learning differences or, as the matlab program source code file, you can directly run
利用bp神经网络实现异或分类问题
- 在matlab环境下,利用bp神经网络实现异或分类问题,In the matlab environment, the use of bp neural network XOR classification problem
bp
- 用BP神经网络实现异或运算,matlab实现,并且给出输出的结果-BP neural network with XOR, matlab implementation, and gives the output
BP_XOR
- 利用三层BP人工神经网络解决异或问题(XOR)用matlab编程实现,网络结构可以方便地调整-The use of three BP artificial neural network to solve XOR problem (XOR) using matlab programming, the network structure can be easily adjusted
bpnet
- 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
ANN_BP
- BP网络解决异或问题的实例,有初始值和最终结果的显示。本网络结构为三层BP网络,各层神经元个数可变,更改相关#define即可。(注释较详细,主函数中调用的函数和矩阵类都定义在文件function.h中)-BP network to solve XOR problem instance, there are initial values and final results are displayed. The BP network structure for the three-tier net
BP_XOR
- 自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
BPNet
- 几种C++神经模型和算法实例,主要有BP神经网络、BP神经网络解决异或问题、HMM的C语言实现、矢量量化的C语言实现等。-Several C++ examples of neural models and algorithms, there are BP neural network, BP neural network to solve XOR problem, HMM of the C language, vector quantization, such as the C language
XOR3
- BP用於3D XOR問題的分類, matlab程式-BP for 3D XOR
BP_study
- 基于VC++6.0的MFC编程实现人工智能的BP异或算法-Based on VC++6.0 to MFC programming of artificial intelligence algorithm for BP XOR
neural_xor
- code for XOR problem using BP neural network without using matlabtoolbox
BP
- 用BP算法解决异或问题,简单易实现,方便使用(Solving XOR problem with BP algorithm)
单隐层BP
- 说明: BP神经网络一个简单的异或回归训练,适合入门(BP neural network A simple XOR regression training, suitable for getting started)