CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 神经网络算法

搜索资源列表

  1. bp算法

    0下载:
  2. 采用典型的BP算法实现了有导师学习下的神经网络,采用输入层、隐含层和输出层的三层结构,实现了BP算法。
  3. 所属分类:数值算法/人工智能

  1. 神经网络模式识别

    0下载:
  2. 在给定输入输出数据的前提下,通过模式识别锻炼出一个神经网络,并能对数据进行预测。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-04-18
    • 文件大小:927893
    • 提供者:yilanyouruo
  1. BP 神经网络算法

    0下载:
  2. BP 神经网络的MATLAB算法,里面包含了自我学习和预测的过程!
  3. 所属分类:matlab例程

    • 发布日期:2016-06-03
    • 文件大小:8443
    • 提供者:duoergun1020
  1. 基于Hopfield神经网络的旅行商优化计算

    1下载:
  2. 实现最短路径选择问题 运用MATLAB神经网络算法(Achieve the shortest path choice)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-24
    • 文件大小:5120
    • 提供者:perfectyeye
  1. 模拟退火算法解决tsp问题

    0下载:
  2. 设计一个可以对TSP问题进行组合优化的连续型Hopfield神经网络模型,利用该魔心可以快速的找到最优的一条路线。(A continuous Hopfield neural network model for combinatorial optimization of TSP problems is designed, which can be used to find the optimal route quickly.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:507904
    • 提供者:echo750
  1. GA优化BP神经网络

    1下载:
  2. 该程序利用遗传算法,优化神经网络结构,是MATLAB源代码。(The neural network structure is optimized by genetic algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-18
    • 文件大小:4096
    • 提供者:你好,SCI
  1. safety

    1下载:
  2. 基于神经网络算法的安全事故预测代码,根据每年发生事故工人人数,事件次数。(Safety accident prediction code based on neural network algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:60416
    • 提供者:zack xu
  1. 利用遗传算法优化BP神经网络权值和阈值

    0下载:
  2. 利用遗传算法优化BP神经网络权值和阈值,内含程序和m文件(Using genetic algorithm to optimize BP neural network weights and thresholds, containing procedures and M files)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:111616
    • 提供者:qwer123456
  1. CNN Matlab代码

    13下载:
  2. 利用大量图像数据对卷积神经网络算法进行训练,通过卷积、池化、下采样以及全连接层训练后的卷积神经网络在图像识别精度越来越高。(By using a large number of image data to train the convolutional neural network algorithm, the accuracy of the image recognition is higher and higher by convolution, pooling, down sampling
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-03
    • 文件大小:3072
    • 提供者:aperture
  1. 《遗传算法-理论、应用与软件实现》源代码

    1下载:
  2. C# 图像处理、神经网络、遗传算法,有需要的可以学习一下。(C# image processing, neural network, genetic algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-13
    • 文件大小:4516143
    • 提供者:tokey
  1. MATLAB遗传算法

    0下载:
  2. 遗传算法和非线性规划的函数寻优,BP神经网络优化(Genetic algorithm and nonlinear programming function optimization, BP neural network optimization)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:43008
    • 提供者:drafei
  1. 采用遗传算法和人工神经网络对短期负荷做出预测

    5下载:
  2. 用于负荷预测和风电与光伏预测,算法精度高,易于实现。(For load forecasting and wind power and photovoltaic forecasting, the algorithm is accurate and easy to implement.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-09-20
    • 文件大小:11264
    • 提供者:等等吗
  1. Ann

    0下载:
  2. 使用java语言编写的BP神经网络算法,实现了BP算法的功能(Using the BP neural network algorithm written in java language, the function of BP algorithm is realized)
  3. 所属分类:Java编程

    • 发布日期:2017-12-15
    • 文件大小:151552
    • 提供者:慕轩
  1. cnn

    0下载:
  2. 运用java语言简单实现卷积神经网络算法(Simple implementation of convolutional neural network algorithm using java language)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-18
    • 文件大小:16384
    • 提供者:武林至尊
  1. 案例1 BP神经网络的数据分类-语音特征信号分类

    0下载:
  2. 通过BP算法,实现对语音特征信号的数据分类(Through the BP algorithm, the realization of the classification of speech signals)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-14
    • 文件大小:375808
    • 提供者:akalin
  1. 遗传算法和BP人工神经网络算法C++实现代码

    0下载:
  2. 遗传算法实现代码,帮助各位学习人工智能学习。(Genetic algorithm to achieve code, to help you learn Artificial Intelligence learning.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:513024
    • 提供者:鼎折覆餗
  1. 经典的算法

    0下载:
  2. 数学建模经典算法神经网络算法蒙特卡洛算法等等,学习的好材料(All kinds of classical algorithms, good materials for learning)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:54013952
    • 提供者:xxxx123
  1. MATLAB智能算法30个案例分析

    0下载:
  2. MATLAB智能算法30个案例分析,用于神经网络学习及工程应用(MATLAB intelligent algorithm 30 case analysis, for neural network learning and engineering applications)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:5807104
    • 提供者:wuyuanwuhui611
  1. 第10章 模糊逼近算法

    0下载:
  2. RBF网络的学习过程与BP网络的学习过程类似,两者的主要区别在于各使用不同的作用函数。BP网络中隐层使用的是Sigmoid函数,其值在输入空间中无限大的范围内为非零值,因而是一种全局逼近的神经网络;而RBF网络中的作用函数是高斯基函数,其值在输入空间中有限范围内为非零值,因为RBF网络是局部逼近的神经网络。(The learning process of RBF networks is similar to the learning process of BP networks. The mai
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-20
    • 文件大小:241664
    • 提供者:pingyeliang
  1. BPmatlab

    0下载:
  2. BP神经网络算法实现例子,多层感知机,对非线性函数逼近(neural network and Multilayer perceptron)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-30
    • 文件大小:1024
    • 提供者:斑驳流年
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 50 »
搜珍网 www.dssz.com