搜索资源列表
xor
- XOR问题是神经网络里面一个经典的问题,本例子使用Matlab自编SVM对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
RunningLM
- matlab中使用LM训练方法计算XOR,3-bit Parity,regression等问题的收敛速度,比较其收敛率。-using LEVENBERG MARQUARDT in matlab to compute convergence rate
Code
- 自编BP神经网络解决XOR问题,用到自己提出的参数调整方案。-matlab
xxor
- 利用matlab,运用遗传算法实现异或问题。-The code realized the XOR by genetic algorithm
XOR3
- BP用於3D XOR問題的分類, matlab程式-BP for 3D XOR
neural_xor
- code for XOR problem using BP neural network without using matlabtoolbox
BP_XOR_MATLAB
- 对于bp神经网络具体算法的编程实现 没有使用自带的神经网络包 可以更好的了解bp算法的内部实现-Specific algorithm for bp neural network programming to achieve without using neural network package that comes with better understanding of the internal implementation bp algorithm
ndn30bin
- xor problem with matlab
MLPbackpropagation
- MLP backpropagation xor, sin and function approximation.
xorbp
- matlab语言编写的基于BP神经网络的异或问题分类-matlab language BP neural network based on the XOR problem classification
xor
- matlab用BP神经网络实现XOR过程的程序-Matlab BP neural network to achieve XOR procedures
matlab-bp
- 本源码用Matlab去解决神经网络中的利用Sigmoid函数去训练的经典异或问题-The classic source Matlab to solve with the use of neural networks to train the Sigmoid function XOR problem
NN_Task1
- bp 神经网络 异或 用c++ 来编程实现神经网络的异或问题-bp matlab xor
XOR
- 使用神经网络实现了异或的功能,代码为matlab代码,输入为二维数组,输出为一个数,训练样本为异或的四种情况,结果误差为1e-010,-Using a neural network to achieve the XOR functions, code for matlab code, enter a two-dimensional array, the output is a number of training samples for exclusive or four cases, the
LM
- 批量训练方式,LMBP网络实现异或逻辑。(Batch training mode, LMBP network XOR logic.)