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

搜索资源列表

  1. SOM神经网络的数据分类--柴油机故障诊断

    1下载:
  2. SOM神经网络的数据分类--柴油机故障诊断(Data classification of SOM neural network -- Diesel Engine Fault Diagnosis)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:3072
    • 提供者:青鱼
  1. 神经网络

    0下载:
  2. 通过对matlab编程实现神经网络的训练和计算,得出需要的网络模型(Through the training and calculation of MATLAB programming neural network, the required network model is obtained)
  3. 所属分类:matlab例程

  1. BP网络图像分类

    0下载:
  2. 识别图像中道路,建筑,基于BP神经网络,里面有图片(Identify roads, buildings, etc in images)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:
    • 文件大小:2139136
    • 提供者:毛尔盖
  1. MATLAB神经网络原理与实例精解

    2下载:
  2. 本书简要介绍MATLAB软件的使用和常用的内置函数,随后分门别类地介绍了BP神经网络、自组织网络、反馈网络等不同类型的神经网络,并在每章的最后给出了实例。(This book introduces the use of MATLAB software and commonly used built-in functions, then be arranged to introduces the BP neural network, self-organizing network, feedbac
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-12
    • 文件大小:311746
    • 提供者:三月M
  1. MATLAB神经网络原理与实例分析

    0下载:
  2. MATLAB神经网络原理与实例分析, 有大量的关于神经网络的实例,如BP神经网络,rbf神经网络,前馈神经网络等等.(The thesis and example analysis about neural networks. There are many example in this file, for example BP neural networks, neural networks, forward feedback neural network and so on. So, it
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:13312
    • 提供者:爬行者
  1. 小波神经网络

    1下载:
  2. 一种基于BP的小波神经网络,程序完整,可直接运行(A wavelet neural network based on BP, the program integrity, can be run directly)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:14336
    • 提供者:淡然踏歌
  1. 基于遗传算法的BP神经网络优化算法

    5下载:
  2. 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-07
    • 文件大小:1024
    • 提供者:haozhelingyun
  1. 《MATLAB神经网络原理与实例精解》随书附带源程序

    2下载:
  2. 《MATLAB神经网络原理与实例精解》随书附带源程序(MATLAB neural network principle and example" with the book with source program.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:932864
    • 提供者:xiao陈
  1. 神经网络预测

    2下载:
  2. BP神经网络来进行滚动预测,精度教高,拟合程度较好,适合做预测工具(BP neural network is used for rolling prediction, high accuracy, better fitting degree, suitable for predicting tools)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:7168
    • 提供者:PCCH
  1. MATLAB+神经网络超级学习手册-程序代码

    1下载:
  2. 神经网络学习必备,可以解决大部分非线性问题(Neural network learning essential, you can solve most of the nonlinear problems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:220160
    • 提供者:走8再见1
  1. GA-BP神经网络应用实例之MATLAB程序

    2下载:
  2. 使用MATLAB编写的GA-BP神经网络,可进行多组数据处理 % gap.xls中存储训练样本的原始输入数据 37组 % gat.xls中存储训练样本的原始输出数据 37组 % p_test.xls中存储测试样本的原始输入数据 12组 % t_test.xls中存储测试样本的原始输出数据 12组(MATLAB implementation of the GA-BP neural network,% gap.xls stored in the training sample of the
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1024
    • 提供者:洛克刘
  1. 基于遗传神经网络的图像分割

    1下载:
  2. 利用神经网络进行图像分割,对于初学者有很好的使用价值。(Image segmentation using neural networks)
  3. 所属分类:人工智能/神经网络/深度学习

  1. BP神经网络预测

    1下载:
  2. 神经网络工具箱,能够用来预测交通流量,代码中显示了实现的步骤(neural network toolbox)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:哎哎哎2
  1. 神经网络自动跑马里奥

    0下载:
  2. 利用神经网络学习跑马里奥,脚本源码是NEAT.lua,已经整合在一起 测试方法:打开模拟器EmuHawk.exe,载入游戏,进入游戏后保存(save state),进入目录\SNES\State,找到刚才保存的文件,重命名为DP1.state,把这个文件复制到LUA文件夹和模拟器文件夹下,运行脚本就可以了. 哔哩哔哩上有作者的演示视频,搜索MarI/O(Use neural networks to learn how to run Mario)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-12
    • 文件大小:23487077
    • 提供者:zexjpg
  1. 神经网络算法

    0下载:
  2. matlab神经网络算法详解 内涵例题及源程序(Neural network algorithm detailed content examples and source code)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-14
    • 文件大小:176349
    • 提供者:一只法佬
  1. BP神经网络的非线性系统建模——非线性函数拟合

    1下载:
  2. 在工程应用中经常会遇到一些复杂的非线性系统,这些系统状态方程复杂,难以用数学方 法准确建模。在这种情况下,可以建立 BP 神经网络表达这些非线性系统。该方法把未知系统看成是一个黑箱,首先用系统输入输出数据训练 BP 神经网络,使网络能够表达该未知函数,然后用训练好的 BP 神经网络预测系统输出 。(In engineering applications, some complicated nonlinear systems are often encountered. The equations
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:50176
    • 提供者:JackeeY
  1. 遗传算法优化BP神经网络——非线性函数拟合

    3下载:
  2. 遗传算法优化 BP 神经网络分为 BP 神经网络结构确定、遗传算法优化和 BP 神经网络预 测 3 个部分。 BP 神经网络预测用遗传算法得到最优个体对网络初始权值和阔值赋值,网络经训练后预测函数输出。(Genetic algorithm optimization BP neural network is divided into 3 parts: BP neural network structure determination, genetic algorithm optimization
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:56320
    • 提供者:JackeeY
  1. 武汉大学陆君安小组复杂网络研究报告PPT

    0下载:
  2. 武汉大学陆君安小组复杂网络研究报告PPT,含复杂网络的优化牵制控制与拓扑识别,网络传播中最具影响力的节点(Complex Network Research Report, including complex network optimization, pinning control and topology identification, the most influential nodes in network communication)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:11072512
    • 提供者:ewqs
  1. 神经网络案例及程序

    0下载:
  2. 神经网络应用案例及源代码,便于对神经网络的理解和应用(eural network application case and source code, easy to neural network understanding and Application)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:1625088
    • 提供者:wuyuanwuhui611
  1. 用遗传算法优化BP神经网络的Matlab编程实例

    3下载:
  2. 用遗传算法优化BP神经网络的Matlab编程实例,非常实用(BP neural network optimization using genetic algorithm Matlab programming examples, very practical)
  3. 所属分类:人工智能/神经网络/深度学习

« 1 2 3 4 56 7 8 9 10 ... 50 »
搜珍网 www.dssz.com