Welcome![Sign In][Sign Up]
Location:
Search - neural network xor

Search list

[Other resourceBPN(Xor)

Description: 用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
Platform: | Size: 14220 | Author: 邬源 | Hits:

[Other resourcec++BPxor

Description: 用c语言实现的bp神经网络实现异或功能,比较好用 -use the C Language bp neural network XOR functions, better quality
Platform: | Size: 16758 | Author: 刘哲 | Hits:

[AI-NN-PRbpnet

Description: 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
Platform: | Size: 35840 | Author: | Hits:

[AI-NN-PRBPN(Xor)

Description: 用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
Platform: | Size: 14336 | Author: 邬源 | Hits:

[AI-NN-PRc++BPxor

Description: 用c语言实现的bp神经网络实现异或功能,比较好用 -use the C Language bp neural network XOR functions, better quality
Platform: | Size: 423936 | Author: 刘哲 | Hits:

[AI-NN-PRbp_xor

Description: 这是一个用BP神经网络解决XOR问题的VC程序,楞可以通过修改初始化参数,可将该程序用于其它分类的问题-this is a BP neural network to solve the XOR problem VC procedures, Labrang may amend initialization parameters, this program can be used for other classifications of
Platform: | Size: 51200 | Author: hongbochen | Hits:

[Graph programBPnetwork_xor

Description: 用vc++实现的BP神经网络解决异或问题的源代码。非常经典。-Using vc realize the BP neural network to solve XOR problem
Platform: | Size: 88064 | Author: wxr | Hits:

[AI-NN-PRAT_xor

Description: 这是一个关于目前最前沿课题的神经网络学习模型的程序-xor-This is a topic on the forefront of the current neural network learning procedures for model-xor
Platform: | Size: 26624 | Author: yanguang | Hits:

[Bio-Recognizenn_bp

Description: 小弟撰寫的類神經網路backpropagataion,可以train如xor等互斥問題,使用bcb所完成,因為開發介面較為便利, 大部分使用類別的方法撰寫,所以若有興趣移植到vc的朋友,應該也不會有太大的障礙。-Boy written by neural network backpropagataion, can train such as xor, such as mutually exclusive, the use of BCB completed, because the development of the interface is more convenient, most types of methods used to write, so if interested in transplanted into vc friends, should also will not have too big an obstacle.
Platform: | Size: 660480 | Author: 楊於 | Hits:

[matlabxor

Description: XOR问题是神经网络里面一个经典的问题,本例子使用Matlab自编SVM对XOR问题进行解决~-XOR problem is a classical neural network inside the issue, the examples of the use of Matlab for self-SVM to solve the XOR problem ~
Platform: | Size: 26624 | Author: junrren | Hits:

[AI-NN-PRBP_XOR

Description: 自己写的一个简单的神经网络(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!
Platform: | Size: 106496 | Author: chencailong | Hits:

[AI-NN-PRbp

Description: 在matlab环境下,利用bp神经网络实现异或分类问题-In the matlab environment, the use of bp neural network XOR classification problem
Platform: | Size: 1024 | Author: 王渝 | Hits:

[AI-NN-PRBP_XOR

Description: 利用三层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
Platform: | Size: 1024 | Author: yaozi | Hits:

[Education soft systemBackpropagation

Description: Make a program to train a Backpropagation neural network which simulates the behavior of an XOR gate.
Platform: | Size: 497664 | Author: Juan Carlos | Hits:

[AI-NN-PRneural-network-training-for-XOR

Description: 一个简单的神经网络训练,一个二层的神经网络实现异或的功能-A simple neural network training, a different layer of the neural network function or
Platform: | Size: 3072 | Author: denny | Hits:

[AI-NN-PRBackpropagation-Neural-Network-v1.0

Description: This "classic" style of neural network is used for spontaneously generating an algorithm for the analysis of numeric patterns. The goal is to "teach" the network how to analyze a desired set of numeric inputs. For instance, the network might be taught to calculate the AND, OR, and XOR of two input numbers: given the inputs of 0 and 1, the network should output 0, 1, and 1. The trick is that the network is not taught how to analyze the numbers the network is given several sets of inputs and the correct output for each input set, and attempts to synthesize an algorithm to provide correct outputs. If this process is correctly performed, the network may be able to yield the correct analysis of input sets for which it has not been taught the correct output.-This "classic" style of neural network is used for spontaneously generating an algorithm for the analysis of numeric patterns. The goal is to "teach" the network how to analyze a desired set of numeric inputs. For instance, the network might be taught to calculate the AND, OR, and XOR of two input numbers: given the inputs of 0 and 1, the network should output 0, 1, and 1. The trick is that the network is not taught how to analyze the numbers the network is given several sets of inputs and the correct output for each input set, and attempts to synthesize an algorithm to provide correct outputs. If this process is correctly performed, the network may be able to yield the correct analysis of input sets for which it has not been taught the correct output.
Platform: | Size: 56320 | Author: diana | Hits:

[AI-NN-PRBP-xor

Description: 基于c++实现bp神经网络实现异或功能 有助于了解神经网络-bp neural network xor
Platform: | Size: 88064 | Author: jiang | Hits:

[AI-NN-PRBP-neural-network-

Description: BP神经网络解决异或问题,在VC6.0下编译通过-BP neural network to solve the XOR problem, compiled by VC6.0
Platform: | Size: 99328 | Author: 陈轩 | Hits:

[matlabxor

Description: Neural network Xor example
Platform: | Size: 86016 | Author: Tom Jang | Hits:

[assembly languageneural-network

Description: 基于BP神经网络的非线性分类,及运用其解决异或问题,并对Iris数据进行分类-Nonlinear classification based on BP neural network and the xor problem, and its appplication on the data of Iris.
Platform: | Size: 8192 | Author: raimose | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net