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

搜索资源列表

  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. Code

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

    • 发布日期:2017-04-01
    • 文件大小:4297
    • 提供者:李秋
  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. 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. bp

    0下载:
  2. 使用BP算法实现异或功能,由matlab编程实现,可正确运行。-BP algorithm using the XOR function, the matlab programming, can be run correctly.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:838
    • 提供者:zyx
  1. BPXOR

    0下载:
  2. 模式识别作业-自编的BP神经网络判断异或的matlab源代码,每一步都有详细说明。并有详细的结果输出。-Pattern recognition operations- the BP neural network to determine self XOR the matlab source code, detailed descr iption of each step. And a detailed results output.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1051
    • 提供者:yumingwei
  1. matlab_neat

    0下载:
  2. 一类新的神经进化算法——NEAT,可同步进化BP网络的拓扑结构和连接权值,避免了网络结构的选择和设计,此程序是用于解决经典的XOR分类问题-A new neuroevolution algorithm is called NEAT.NEAT can evolve the topologies as well as the connection weights of BP network. this matlab program solves the XOR problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:73130
    • 提供者:赵昀
  1. BP

    0下载:
  2. BP神经网络异或问题 使用说明:打开文件夹中的BP.m文件,在matlab中运行此m文件,即可在command window中得出结果。压缩包内附说明文件-XOR problem of the BP neural network for use: Open the folder in BP.m file, run this m file in matlab to the outcome of the command window. Compression package containing t
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:22558
    • 提供者:王浩
  1. BP

    0下载:
  2. matlab编写的BP神经网络算法,实验数据为Iris和自动生成的异或数据,经调试运行良好!-Matlab prepared by BP neural network algorithm, the experimental data for the XOR data of the Iris and automatically generated by the debugging and running!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:12306
    • 提供者:heart
  1. BP-XOR

    0下载:
  2. 用BP神经实现异或功能,基于matlab的源代码-use BP net to solve the problem of XOR
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:592
    • 提供者:罗益洲
  1. BP_XOR

    1下载:
  2. matlab 神经网络的BP网络解决异或问题-BP network matlab neural network to solve XOR problem
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-17
    • 文件大小:1414
    • 提供者:junexa
  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. BP-XOR

    0下载:
  2. BP算法在MATLAB中的程序实现,在掌握这些基本原理的同时解决XOR的分类问题,并观察BP算法的收敛性。-BP algorithm in MATLAB program implementation, in mastering these basic principles while addressing the classification of XOR and observe the convergence of BP algorithm.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-29
    • 文件大小:32013
    • 提供者:meng qinchao
« 12 »
搜珍网 www.dssz.com