CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - 神经网络matlab代码

搜索资源列表

  1. NeuralMatlabR2007

    0下载:
  2. 《神经网络理论与Matlab R2007实现》(程序代码)-" Neural network theory and the realization of Matlab R2007" (program code)
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:29482
    • 提供者:参赛
  1. nnmatlab

    0下载:
  2. BP和RBF神经网络示例代码,非常实用的,matlab编译通过-BP neural network and RBF neural network code in matlab ,easy to use
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-31
    • 文件大小:4708
    • 提供者:zhao
  1. matlab-code-based-image-retrieval

    1下载:
  2. 基于图像检索的matlab代码,基于内容的图像检索中的一些关键环节:特征提取:颜色直方图;纹理特征等 相似度:马氏距离,欧氏距离等 相关反馈:机器学习方法,如SVM,神经网络等 检索与分类:两个很相似的样本距离很小,虽然两个不相似的样本距离未必很大-content-based image retrieval of some of the key issues : Feature Extraction : color histogram Texture characteristics of si
  3. 所属分类:Other systems

    • 发布日期:2017-11-01
    • 文件大小:165335
    • 提供者:EmilyFu
  1. MATLAB神经网络原理与实例精解

    1下载:
  2. 关于MATLAB中使用神经网络学习代码的书籍(MATLAB neural network learning books)
  3. 所属分类:其他

    • 发布日期:2017-12-17
    • 文件大小:827392
    • 提供者:記憶
  1. 《MATLAB 神经网络30个案例分析》程序和数据

    1下载:
  2. MATLAB代码,蚁群算法采用matlab开发的仿真平台:算法实现,路径显示,人机交互控制等(MATLAB code,Ant colony algorithm using matlab simulation platform developed: algorithm, path shows that human-computer interaction control)
  3. 所属分类:其他

  1. BP神经网络的人脸识别matlab代码

    1下载:
  2. 使用MATLAB实现人脸识别,可以正常运行(Using MATLAB to realize face recognition, it can run normally)
  3. 所属分类:其他

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

    1下载:
  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神经网络应用设计(代码)

    0下载:
  2. 《MATLAB神经网络应用设计》PDF书+代码全集!,本书是MATLAB语言应用系列书之一.("MATLAB neural network application design" PDF Book + code complete, this book is one of the MATLAB language application series.)
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:23552
    • 提供者:大撒大1
  1. code

    0下载:
  2. matlab单层神经网络实现与逻辑,感知器是一种最简单的神经网络,可以解决最简单分类问题。在本经验中,利用了MATLAB代码简单实现了一个单层神经网络的感知器,对“与”逻辑运算进行了训练和学习,以便我们深入地了解感知器的构造。(Implementation and logic of MATLAB single layer neural network)
  3. 所属分类:其他

    • 发布日期:2018-04-28
    • 文件大小:2048
    • 提供者:demonisd
  1. BP神经网络负荷预测代码

    0下载:
  2. 能够对一天之中每隔15min的电力负荷数据进行预测(load forecast based on BP neural network)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:18432
    • 提供者:笑笑天天
  1. 111.rar

    2下载:
  2. 有关于直接可运行卷积神经网络的各类matlab源代码(The matlab code of the convolution neural network can directly run the matlab code of the convolution neural network,)
  3. 所属分类:其他

    • 发布日期:2018-04-30
    • 文件大小:14726144
    • 提供者:Xingli
  1. GA_Test

    0下载:
  2. 这是用于遗传神经网络的matlab代码, 代码里面详细表述了怎么样建立BP神经网络的GA优化方法(this is the code for GA based BP neural network)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:1024
    • 提供者:chentrer
  1. ##MATLAB程序代码--神经网络基础问题整理

    1下载:
  2. 有关神经网络工具箱以及一些参数选择在编程中的困惑对应的解决技巧,可供参考(The neural network toolbox and some parameter selection in programming puzzles corresponding solutions are available for reference.)
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:17408
    • 提供者:新火箭客
  1. 人工神经网络-matlab-源程序代码

    1下载:
  2. 人工神经网络(Artificial Neural Networks,简写为ANNs)是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的,并具有自学习和自适应的能力。(Artificial neural network is an algorithm mathematical model that mimics the behavior characteristics of animal
  3. 所属分类:其他

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:jianshemi
  1. 卷积神经网络CNN代码解析-matlab

    5下载:
  2. 卷积神经网络CNN的代码解析文档,可以辅助了解CNN的MATLAB程序实现过程(CNN code analysis document of convolution neural network)
  3. 所属分类:其他

    • 发布日期:2020-03-14
    • 文件大小:444416
    • 提供者:寂静之声boy
  1. 小波神经网络预测代码

    2下载:
  2. 小波神经网络预测代码,完整的matlab程序,可直接运行的小波神经网络实现预测的源代码(Wavelet Neural Network Prediction Code, Complete matlab Program, the source code of the prediction can be directly run by the Wavelet Neural Network)
  3. 所属分类:其他

  1. BP

    2下载:
  2. 应用BP神经网络预测电力负荷。代码详解。适合毕业设计,课设(Prediction of Electric Load Based on BP Neural Network)
  3. 所属分类:其他

    • 发布日期:2021-04-21
    • 文件大小:1024
    • 提供者:liuzh
  1. PSO-BP程序

    16下载:
  2. 用粒子群优化BP神经网络matlab代码 %以下是训练数据,前4列为输入,第5列为输出 5.700 3.800 0.3175 2.33 2310 4.550 3.050 0.3175 2.33 2890 2.950 1.950 0.3175 2.33 4240 1.950 1.300 0.3175 2.33 5840 1.400 0.900 0.3175 2.33 7700 1.200 0.800 0.3175 2.33 8270 1.050 0.700 0.3175
  3. 所属分类:其他

    • 发布日期:2019-11-12
    • 文件大小:139264
    • 提供者:isgsj
  1. MATLAB智能算法30个案例分析——源代码

    0下载:
  2. 神经网络案例,类容丰富,对即将参加美赛的小伙伴有帮助,附有代码哦(Previous contest papers, rich in class, will be helpful to the small partners who will participate in the contest.)
  3. 所属分类:其他

    • 发布日期:2019-12-25
    • 文件大小:1537024
    • 提供者:黎小恒
  1. 神经网络预测

    1下载:
  2. 这是偶然在网上找到的利用神经网络做2018年电力负荷预测的matlab代码,分享给大家。(This is the matlab code that I found by chance on the Internet to use 2018 neural network power load forecasting and share it with everyone.)
  3. 所属分类:其他

    • 发布日期:2021-02-09
    • 文件大小:5580800
    • 提供者:静默1011
« 12 3 4 »
搜珍网 www.dssz.com