CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab xor

搜索资源列表

  1. xor

    0下载:
  2. XOR问题是神经网络里面一个经典的问题,本例子使用Matlab自编SVM对XOR问题进行解决~
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:26671
    • 提供者:junrren
  1. BP_XOR三层BP人工神经网络解决异或问题

    1下载:
  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. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2012-01-11
    • 文件大小:1298
    • 提供者:testsb
  1. BP-for-xor 用bp算法解决异或问题

    0下载:
  2. 用bp算法解决异或问题,学习异或,文件为matlab程序源代码,可以直接运行-XOR with bp algorithm to solve the problem, learning differences or, as the matlab program source code file, you can directly run
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-24
    • 文件大小:19462
    • 提供者:kelaosuo
  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

    0下载:
  2. 用BP神经网络实现异或运算,matlab实现,并且给出输出的结果-BP neural network with XOR, matlab implementation, and gives the output
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:71551
    • 提供者:王权
  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-02
    • 文件大小:1298
    • 提供者:yaozi
  1. RunningLM

    0下载:
  2. matlab中使用LM训练方法计算XOR,3-bit Parity,regression等问题的收敛速度,比较其收敛率。-using LEVENBERG MARQUARDT in matlab to compute convergence rate
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1416
    • 提供者:sean
  1. Code

    0下载:
  2. 自编BP神经网络解决XOR问题,用到自己提出的参数调整方案。-matlab
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:4297
    • 提供者:李秋
  1. xxor

    0下载:
  2. 利用matlab,运用遗传算法实现异或问题。-The code realized the XOR by genetic algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:1544
    • 提供者:shiyanhui
  1. XOR3

    0下载:
  2. BP用於3D XOR問題的分類, matlab程式-BP for 3D XOR
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1768
    • 提供者:Steve
  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. ndn30bin

    0下载:
  2. xor problem with matlab
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:50673
    • 提供者:Amine
  1. MLPbackpropagation

    0下载:
  2. MLP backpropagation xor, sin and function approximation.
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1945
    • 提供者:miguel
  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. xor

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

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

    0下载:
  2. 本源码用Matlab去解决神经网络中的利用Sigmoid函数去训练的经典异或问题-The classic source Matlab to solve with the use of neural networks to train the Sigmoid function XOR problem
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1008
    • 提供者:鲁寒凝
  1. NN_Task1

    0下载:
  2. bp 神经网络 异或 用c++ 来编程实现神经网络的异或问题-bp matlab xor
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1528
    • 提供者:尹纯源
  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. LM

    0下载:
  2. 批量训练方式,LMBP网络实现异或逻辑。(Batch training mode, LMBP network XOR logic.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-21
    • 文件大小:1125376
    • 提供者:cc爱编程
« 12 »
搜珍网 www.dssz.com