CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - XOR neural network

搜索资源列表

  1. BPN(Xor)

    0下载:
  2. 用人工神经网络实现异或的功能。用反向传播算法(BP)来实现神经网络,正确率可以达到80% -using artificial neural network XOR functions. With back-propagation algorithm (BP) to achieve neural network, can achieve an accuracy rate of 80%
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:14220
    • 提供者:邬源
  1. 利用bp神经网络实现异或分类问题

    4下载:
  2. 在matlab环境下,利用bp神经网络实现异或分类问题,In the matlab environment, the use of bp neural network XOR classification problem
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-09-16
    • 文件大小:1065
    • 提供者:王渝
  1. BP_XOR

    0下载:
  2. 利用三层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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:1298
    • 提供者:yaozi
  1. bpnet

    0下载:
  2. 用人工神经网络的bp的方法解决异或问题-Using artificial neural network bp means to solve the XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:35275
    • 提供者:
  1. BP_XOR

    0下载:
  2. 自己写的一个简单的神经网络(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!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:106736
    • 提供者:chencailong
  1. Backpropagation

    0下载:
  2. Make a program to train a Backpropagation neural network which simulates the behavior of an XOR gate.
  3. 所属分类:Education soft system

    • 发布日期:2017-03-28
    • 文件大小:497447
    • 提供者:Juan Carlos
  1. neural_xor

    0下载:
  2. code for XOR problem using BP neural network without using matlabtoolbox
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:1003
    • 提供者:merit
  1. BP_XOR_MATLAB

    0下载:
  2. 对于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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:671992
    • 提供者:Bruce
  1. neural

    0下载:
  2. neural network back-progate to solve xor question,
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-10
    • 文件大小:681
    • 提供者:neal
  1. XOR

    0下载:
  2. VC++实现BP前向神经网络异或算法,(非常好)-VC++ to achieve BP XOR forward neural network algorithm (very good)
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:98821
    • 提供者:肖坤
  1. xorbp

    1下载:
  2. matlab语言编写的基于BP神经网络的异或问题分类-matlab language BP neural network based on the XOR problem classification
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-12-08
    • 文件大小:1024
    • 提供者:gaohainan
  1. neural-network-training-for-XOR

    0下载:
  2. 一个简单的神经网络训练,一个二层的神经网络实现异或的功能-A simple neural network training, a different layer of the neural network function or
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:3159
    • 提供者:denny
  1. Backpropagation-Neural-Network-v1.0

    0下载:
  2. 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 taugh
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:56278
    • 提供者:diana
  1. BP-xor

    0下载:
  2. 基于c++实现bp神经网络实现异或功能 有助于了解神经网络-bp neural network xor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:87615
    • 提供者:jiang
  1. BP-neural-network-

    0下载:
  2. BP神经网络解决异或问题,在VC6.0下编译通过-BP neural network to solve the XOR problem, compiled by VC6.0
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:99055
    • 提供者:陈轩
  1. xor

    0下载:
  2. matlab用BP神经网络实现XOR过程的程序-Matlab BP neural network to achieve XOR procedures
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-10
    • 文件大小:961
    • 提供者:ycy
  1. xor

    0下载:
  2. Neural network Xor example
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:86124
    • 提供者:Tom Jang
  1. neural-network

    0下载:
  2. 基于BP神经网络的非线性分类,及运用其解决异或问题,并对Iris数据进行分类-Nonlinear classification based on BP neural network and the xor problem, and its appplication on the data of Iris.
  3. 所属分类:assembly language

    • 发布日期:2017-11-21
    • 文件大小:8495
    • 提供者:raimose
  1. XOR

    0下载:
  2. 使用神经网络实现了异或的功能,代码为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
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:988
    • 提供者:张宝
  1. XorNeuralNet

    0下载:
  2. Neural net what make task xor
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:66560
    • 提供者:alexdh
« 12 3 4 5 »
搜珍网 www.dssz.com