搜索资源列表

  1. 案例1 BP神经网络的数据分类-语音特征信号分类

    0下载:
  2. 前馈循环神经网络,用于处理语音识别,里面是matlab源代码,以及实例。学习神经网络算法很有帮助。(Feed forward recurrent neural network for speech recognition, which is the matlab source code, and an example. Learning neural network algorithms is very helpful.)
  3. 所属分类:其他小程序

  1. MATLAB神经网络30个案例分析源程序

    0下载:
  2. 此段代码是关于matlab神经网络中,bp型神经网络的参考代码(This section of code is the reference code for the MATLAB neural network, BP neural network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:5535744
    • 提供者:liuchen1997
  1. bp

    0下载:
  2. 新手入门推荐:神经网络代码,根据神经网络来训练学习,将一些不同的数据挑选,训练成合适的数据,根据这些数据可以预测之后的会产生的新数据(Neural network code, based on neural network training learning, will pick up some different data and train them into suitable data. According to these da
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:CHENXuJie
  1. 案例3 遗传算法优化BP神经网络-非线性函数拟合

    0下载:
  2. 直接可用的matlab代码,用神经网络解决非线性函数拟合问题(Direct available matlab code to solve nonlinear function fitting problem by neural network)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:53248
    • 提供者:东来东往CT
  1. bp神经网络学习报告

    0下载:
  2. 用于学习bp神经网络的例子,里边附有代码(bp netural network which can help you study bp network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:472064
    • 提供者:2014141012
  1. PSO-bp

    0下载:
  2. POS优化BP神经网络。利用POS的优化性能(POS optimization of BP neural network)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:266240
    • 提供者:wangbiaofzgg
  1. BP

    0下载:
  2. 利用BP神经网络实现 鸢尾花数据分类(Data classification of iris using BP neural network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:萌ZHAI~~~
  1. 70616536matlab

    0下载:
  2. 采用BP网络,NEWCF--生成一个新的前向神经网络,TRAIN--对网络进行训练, 定义训练样本(Using the BP network, NEWCF-- generates a new forward neural network. TRAIN-- trains the network to define training samples.)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-14
    • 文件大小:2048
    • 提供者:zyunerl
  1. BP

    0下载:
  2. BP神经网络的非线性函数拟合,利用BP算法对一个非线性函数进行拟合(The Nonlinear Function Fitting Based on BP Neural Network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:49152
    • 提供者:心静1573
  1. 神经网络

    0下载:
  2. BP神经网络算法,以鸢尾花为例子的分类算法。(BP neural network algorithm, using iris as an example of the classification algorithm)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:8192
    • 提供者:诗情
  1. BP神经网络

    0下载:
  2. BP神经网络实例解析 非常好,希望大家多多支持(BP is a very good example,Hope you can learn more about BP)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-14
    • 文件大小:109568
    • 提供者:北极的企鹅
  1. bp.matlab

    0下载:
  2. 是一种按照误差逆向传播算法训练的多层前馈神经网络,是目前应用最广泛的神经网络。(In machine learning and science,artificial neural networks are a family of statistical learning models inspired by biological neural networks and are use to estimate or opproximate
  3. 所属分类:matlab例程

  1. BP神经网络数字识别(matlab2014a)

    0下载:
  2. 利用BP神经网络识别易拉罐底字符识别,运行前注意阅读算法说明和代码中相对路径的设置。(The BP neural network is used to identify the character recognition of the bottom of the can, and the pre operation attention to the reading algorithm and the setting of the rel
  3. 所属分类:matlab例程

    • 发布日期:2024-05-14
    • 文件大小:158720
    • 提供者:QZMASE
  1. bp神经网络&龙贝格积分

    0下载:
  2. 通过C语言构建了bp神经网络以及龙贝格积分算法。(BP neural network and Romberg integration algorithm is constructed by C language.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:3072
    • 提供者:淡了个淡
  1. 《MATLAB神经网络原理与实例精解》随书附带源程序

    1下载:
  2. 《MATLAB 神经网络原理与实例精解(附光盘)》是一本神经网络原理与实践相结合的书,涵盖了大部分主流的神经网络。它尽量以浅显易懂的语言讲解,让读者能理解神经网络的原理,并学会在 MATLAB 中实现神经网络。MATLAB 版本逐年更新,神经网络工具箱中函数的结构安排已经改变,本书使用最新的 MATLAB 版本,使读者掌握应用工具箱解决实际问题的能力。本书讲解时附带了大量实例,对于简单的例子,本书除了使用工具箱函数外,还用手算的方式给出
  3. 所属分类:并行运算

    • 发布日期:2024-05-14
    • 文件大小:932864
    • 提供者:pds0375
  1. 单隐层BP

    0下载:
  2. 说明: BP神经网络一个简单的异或回归训练,适合入门(BP neural network A simple XOR regression training, suitable for getting started)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:roygym
  1. 基于数据数量对支持向量机和BP神经网络性能分析

    0下载:
  2. 不同样本数量支持向量机和BP神经网络性能分析对比(Performance analysis of neural network)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:976896
    • 提供者:阿萨德227
  1. BP

    0下载:
  2. BP 神经网络能够实现数据的分类,预测。(BP neural network realizes data classification and prediction.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:1024
    • 提供者:我是静静
  1. 基于遗传算法的BP算法

    0下载:
  2. 基于遗传算法的BP神经网络优化算法的经典实例。(An example of BP neural network algorithm)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-14
    • 文件大小:5120
    • 提供者:gakk1
  1. BP神经网络解决手写数字识别问题-matlab源代码

    0下载:
  2. BP神经网络解决手写数字识别问题 matlab源代码(BP neural network solves the matlab source code for handwritten digit recognition problem)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-14
    • 文件大小:973824
    • 提供者:小豆芽儿
« 1 2 ... 45 46 47 48 49 50»

源码中国 www.ymcn.org