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

搜索资源列表

  1. top-ten-algorithms-of-mathematical

    0下载:
  2. 自己在各个论坛上搜集的十大算法,Dijkstra算法,Floyd算法,动态规划,分治算法,概率算法,灰色预测,聚类算法,蒙特卡洛,模拟退火算法,神经网络等等,附有算法的原理,部分含有相关的程序源代码。-In various forums to collect the ten algorithms, Dijkstra algorithm, the Floyd algorithm, dynamic programming, divide and conquer algorithms, probabi
  3. 所属分类:Algorithm

    • 发布日期:2017-05-26
    • 文件大小:9586328
    • 提供者:黄绍广
  1. bp-matlab

    0下载:
  2. bp的matlab源代码 多层前馈网络用于图像压缩的网络模型、原理、算法及关键技术,并通过仿真实验说明了在BP神经网络图像压缩中,算法、激活函数和压缩率等参数的选择是至关重要的,它们与收敛时间以及重建图像的压缩性能息息相关。-the multilayer feedforward network for image compression network model, theory, algorithm and key technologies, by simulation illustrates
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:1220
    • 提供者:小朱
  1. study-on-speech-

    0下载:
  2. 就目前三种主流的语音识别算法:动态时间规(DTW)、隐马尔科夫模型(HMM)和人工神经网络(ANN)。分析它们的原理、特点及实现过程,对 DTW 的语音识别进行实验,通过对比分析三种算法的特点,结合本文研究的实际情况,选择 DTW 作为研究的重点,提出利用遗传算法对其进行改进。 -The three mainstream speech recognition algorithms: Dynamic Time Regulations (DTW), hidden Markov model (HM
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-09
    • 文件大小:1090289
    • 提供者:lumeng
  1. globalpathplanning

    3下载:
  2. 基于能量函数的人工神经网络路径规划,基于模拟退火原理的机器人三维路径规划例程。-Based on the energy function neural network path planning, based on simulated annealing principle of 3 d robot path planning routines.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:12362
    • 提供者:小华
  1. Genetic_BP

    0下载:
  2. 根据神经网络和遗传算法原理,在MATLAB中编程实现神经网络遗传算法非线性函数寻优-Nonlinear function of the neural network, genetic algorithm optimization based on neural network and genetic algorithm theory, programming in MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:101677
    • 提供者:阿俊
  1. BP_Adaboost

    2下载:
  2. 根据BP神经网络和Adaboost原理,在MATLAB中编程实现基于BP_Adaboost算法的公司财务预警建模-According to the BP neural network and Adaboost principle, early warning modeling the company s financial based on BP_Adaboost algorithm in MATLAB programming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:60642
    • 提供者:阿俊
  1. BPnetwork

    0下载:
  2. 这是一篇人工神经网络BP算法密集型数据的预处理文章,文章详细介绍了算法原理及应用,对图像图形处理专业人员的重要参考价值!-This is an artificial neural network BP algorithm-intensive data preprocessing article, the article describes in detail the algorithm theory and application of important reference value for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:106351
    • 提供者:fujeffson
  1. Study-of-Target-Tracking

    0下载:
  2. 本文讨论了小波神经网络在机动多目标跟踪中的应用,多目标跟踪就是主体为了维持对多个目标(客体)当前状态的估计而对所接收的量测信息进行处理的过程。以非线性大规模并行分布式处理为特征的神经网络可以解决传统的目标跟踪方法的难以解决的计算量组合爆炸问题以及需要确定机动目标的数学模型的问题, 将小波分析原理与神经网络相融合,提出了基于小波神经网络的目标跟踪方法来提高系统的学习能力、表达能力以及机动多目标状态的估计精度。-This article discusses the application of wa
  3. 所属分类:Special Effects

    • 发布日期:2017-11-14
    • 文件大小:421444
    • 提供者:yaomeng
  1. MATLAB-neural-network

    0下载:
  2. 结合30个案例详细介绍了matlab神经网络的原理及应用-Principle and application details matlab neural network combined with 30 cases
  3. 所属分类:software engineering

    • 发布日期:2017-11-02
    • 文件大小:4238451
    • 提供者:张涛
  1. PFC_JY

    0下载:
  2. 神经网络实现预测功能的小程序.程序虽小但是包含了具体原理过程及步骤,希望大家喜欢-this is used in prediction
  3. 所属分类:MPI

    • 发布日期:2017-12-03
    • 文件大小:874
    • 提供者:尹俊
  1. som_application

    0下载:
  2. 自组织特征映射神经网络SOM资料,SOM原理和实现方法、应用-The SOM data self-organizing feature map neural network, SOM principle and method, application
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-30
    • 文件大小:1830886
    • 提供者:yangsun
  1. BPsuanfa

    1下载:
  2. 自己编写的BP神经网络MATLAB的M函数,区别于直接调用MATLAB的BP函数,非常适合迫切需要掌握BP网络原理的人学习使用-BP neural network MATLAB M-function I have written, is different from directly calling MATLAB BP function, ideal for the urgent need to grasp the principle of BP network learning to use
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:1815
    • 提供者:zhuligui
  1. Wavelet-neural-networks

    1下载:
  2. 小波神经网络、遗传算法优化神经网络代码,测试可以使用,但具体的原理不是很懂! -Wavelet neural networks, genetic algorithms to optimize neural network code, the test can be used, but the principle is not very specific!
  3. 所属分类:Communication

    • 发布日期:2015-08-14
    • 文件大小:51200
    • 提供者:王丽娜
  1. ZCXLJ

    0下载:
  2. 支持向量机和BP神经网络都可以用来做非线性回归拟合,但它们的原理是不相同的,支持向量机基于结构风险最小化理论,普遍认为其泛化能力要比神经网络的强。大量仿真证实,支持向量机的泛化能力强于BP网络,而且能避免神经网络的固有缺陷——训练结果不稳定。本源码可以用于线性回归、非线性回归、非线性函数拟合、数据建模、预测、分类等多种应用场合-Support vector machines and BP neural network can be used for non-linear regression f
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-15
    • 文件大小:2611
    • 提供者:杨明明
  1. BP

    0下载:
  2. 基于BP神经网络算法的函数逼近,根据BP神经网络算法的原理,编写Matlab程序,逼近非线性函数。-Function approximation based on BP neural network algorithm to approximate nonlinear functions, according to the principle of BP neural network algorithm, written Matlab program.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-16
    • 文件大小:976
    • 提供者:roy
  1. RBF-neural-network

    0下载:
  2. 非常好的RBF神经网络学习材料,包括神经网络的原理和matlab代码说明,很详细适合初学者。-A very good RBF neural network learning materials, including the principle of the neural network and matlab code instructions, in great detail for beginners.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-12
    • 文件大小:339457
    • 提供者:jelly
  1. neuron

    0下载:
  2. bp神经网络的源码+原理,对应原理理解源码,会对神经网络有一个清晰的认识-bp neural network source the+ principle, the correspondence principle to understand the source code and a clear understanding of the neural network
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-30
    • 文件大小:41441
    • 提供者:buler
  1. BPPID

    0下载:
  2. 基于BP神经网络PID整定原理和算法步骤,并文中附有相关的MATLAB程度源代码;-Based on BP neural network PID tuning principles and steps of the algorithm, and can be related to the degree of the MATLAB source code
  3. 所属分类:Project Design

    • 发布日期:2017-12-04
    • 文件大小:208896
    • 提供者:zhang
  1. BP

    0下载:
  2. 神经网络拟合函数逼近简单算例,用于简单了解原理,含注释-Neural network the fit function approximation simple example for simple understanding of principles, including the Notes
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:27914
    • 提供者:陈雪
  1. RBF)

    0下载:
  2. RBF神经网络算法原理及应用,主要是采用聚类方法训练网络-The principle and application of RBF neural network algorithm, using clustering method to train the network
  3. 所属分类:source in ebook

    • 发布日期:2017-11-11
    • 文件大小:1469
    • 提供者:杨帆
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 18 »
搜珍网 www.dssz.com