CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - neural network tool

搜索资源列表

  1. bpconference

    0下载:
  2. bp神经网络的工具包-bp neural network tool kit
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:17783
    • 提供者:
  1. NetToolkit

    0下载:
  2. 1、该工具包用于安装Lm和RBF两个神经网络工具包 2、直接运行LmNet.exe或_install.bat即可; 3、完成成功后,请将 bin\\win32 目前加至系统的 path中。 具体为:我的电脑-->属性-->环境变量-->将“bin\\win32”加至path路径中。-1, the tool kits for the installation and Lm 2 RBF neural network tool kits 2, or directly running
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:8923293
    • 提供者:李洋
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:10865872
    • 提供者:魏建明
  1. NN_Sim

    0下载:
  2. 利用神经网络进行数据仿真的工具,带有详细的使用说明,方便大家进行实验比对,也为开发BP程序提供了一个很好的例子。-A neural network simulation tool with detailed instructions to have experiment, also provided a good example for the development of BP.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:333508
    • 提供者:yves
  1. shenjingwangluo

    0下载:
  2. 图形化界面的神经网络仿真工具 图形化界面的神经网络仿真工具-Graphical interface of the neural network simulation tool Graphical interface of the neural network simulation tool
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:339489
    • 提供者:shangxiaobing
  1. Neuralnetworkstools

    0下载:
  2. 神经网络仿真工具,本程序是BP算法的演示程序, 其中的Levenberg-Marquardt算法具有实用价值.-Neural network simulation tool, this program is BP algorithm demo program in which the Levenberg-Marquardt algorithm has practical value.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:342613
    • 提供者:zch
  1. neural1

    1下载:
  2. Neural Network tool box nd motor control
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:517537
    • 提供者:venkat
  1. joone-engine-2.0.0RC1

    0下载:
  2. 神经网络的工具库文件,含神经网络需要的各种操作算法-Neural network tool for libraries, including neural network algorithm for the various operations required
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-11
    • 文件大小:2900584
    • 提供者:joshua
  1. NeuralNetworkFlood

    0下载:
  2. Flood神经网络程序包,Flood is a comprehensive class library which implements the multilayer perceptron in the C++ programming language. It has been developed follow- ing the functional analysis and calculus of variations theories. In this regard, this
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12329421
    • 提供者:田丰
  1. Crystal-Based-on-BP-Network

    0下载:
  2. 摘 要: 介绍BP算法神经网络由线拟舍方法,并借助MATLAB工具箱函数将它运用于方解石色散特性研 究,通过拟合效果图,误差曲线,误差范数反映BP神经网络的优越性,体现BP算法较高的预测能力和良好的泛化能 力,并且可以自动地确定数学模型.精确度高,原理也较简单,尤其对复杂的输入输出系统具有更好的效果。-Abstract: Curve fitting method of BP neural network was introduced and applied in the model of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:293438
    • 提供者:zhenzhen
  1. SJWL

    0下载:
  2. 人工智能神经网络算法的一个模拟工具,可以进行各项测试。附有测试数据及使用指导。-An artificial neural network algorithm simulation tool, you can conduct various tests. With test data and the use of guidance.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-22
    • 文件大小:7115417
    • 提供者:江南
  1. Particle-algorithm

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation),有Eberhart博士和kennedy博士发明。源于对鸟群捕食的行为研究。 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:10583
    • 提供者:天涯
  1. cmac

    2下载:
  2. MATLAB语言作为编程工具构造CMAC神经网络,利用公式Wij(k+1)=Wij(k)+β(yid-yi)α/αTα对连接权系数Wij进行调整,用来对正弦函数sin(x)进行逼近-MATLAB programming language as a tool to construct CMAC neural network, using the formula Wij (k+1) = Wij (k)+ β (yid-yi) α/αTα the connection weights Wij to a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2013-07-07
    • 文件大小:594
    • 提供者:
  1. neural-networks-tool

    0下载:
  2. 神经网络工具箱详细介绍 对初学者帮助很大-Details of neural network toolbox of great help for beginners
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:245241
    • 提供者:dongna
  1. BP

    0下载:
  2. 用于BP神经网络的模拟算法工具,可以模拟运算而不用手动编程-Used for the BP neural network of simulation algorithm tool
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:186752
    • 提供者:吴慰
  1. BPTS_NetWork

    0下载:
  2. 一种基于误差反向传播的BP学习算法的模糊神经网络模型,作为非线性映射的有效工具。-A method based on back propagation BP learning algorithm for fuzzy neural network model of nonlinear mapping, as an effective tool.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1590
    • 提供者:关海鸥
  1. FEPR

    0下载:
  2. 用于模式识别及人工智能方面的理论工具书,书中介绍了一些典型的特征提取方案及模式分类算法,以及各种神经网络分类器的训练等。-Theoretical tool for pattern recognition and artificial intelligence book, the book describes the typical feature extraction scheme and pattern classification algorithms, as well as a varie
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-20
    • 文件大小:5643792
    • 提供者:小哥
  1. neuroph-2.6

    0下载:
  2. Neuroph是轻量级的Java神经网络的框架,可以用来模拟常见的神经网络架构。少数基本类别相对应的基本网络的概念,它非常容易学习。它也有一个不错的GUI应用程序。 -Neuroph simplifies the development of neural networks by providing Java neural network library and GUI tool that supports creating, training and saving neural netwo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-23
    • 文件大小:7767816
    • 提供者:garheeli
  1. ANN

    0下载:
  2. 人工神经网络(ANN),简称神经网络,是一种模仿生物神经网络的结构和功能的数学模型或计算模型。神经网络由大量的人工神经元联结进行计算。大多数情况下人工神经网络能在外界信息的基础上改变内部结构,是一种自适应系统。现代神经网络是一种非线性统计性数据建模工具,常用来对输入和输出间复杂的关系进行建模,或用来探索数据的模式。-Artificial neural network (ANN), referred to as neural network, is a mathematical model of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:613
    • 提供者:王恩良
  1. NeruTrainer20160821

    0下载:
  2. 一个使用c#写底层WPF写界面的神经网络训练工具,采用FNN方式训练神经网络,可自定义参数-A use of c# write the underlying WPF write interface of the neural network training tool, using FNN way to train the neural network, can be customized parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-16
    • 文件大小:8970240
    • 提供者:王渊
« 12 »
搜珍网 www.dssz.com