CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - mathematical Network

搜索资源列表

  1. BP

    0下载:
  2. 有关数学建模神经网络方面的一些实战的教程。-The mathematical modeling of neural network in some actual combat tutorial.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-05
    • 文件大小:238621
    • 提供者:罗俊林
  1. Multiseural

    0下载:
  2. Multisensor image fusion has its effective utilization for surveillance. In this paper, we utilize a pulse coupled neural network method to merge images different sensors, in order to enhance visualization for surveillance. On the basis of sta
  3. 所属分类:Picture Viewer

    • 发布日期:2017-05-05
    • 文件大小:440266
    • 提供者:yangs
  1. BP

    0下载:
  2. BP网络(Back Propagation),是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。-Back Propagation (BP), a multi-layer feedforward neural network trained by the error back propagation al
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:873
    • 提供者:夏雪
  1. shenjingwangluo

    0下载:
  2. 神经网络算法,取自于matlab在数学建模中的应用一书,含工具箱,可以直接调用-Neural network algorithm, taken the MATLAB in the application of mathematical modeling, including the toolbox, you can call directly
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:4343
    • 提供者:wangyawen
  1. mine-route

    0下载:
  2. 最短路算法,用于图论与网络中,数学建模中常用的程序-The shortest path algorithm for graph theory and network, mathematical modeling of the commonly used procedures
  3. 所属分类:matlab

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

    0下载:
  2. 这是一个神经网络的代码源,能够用于数学建模-This is the source code for a neural network can be used for mathematical modeling
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-05-04
    • 文件大小:5299
    • 提供者:喵喵羊
  1. To-predict

    0下载:
  2. matlab预测程序集合,适用于数学建模大赛,直接数据导入就可以用。包括灰色模型预测程序2个,gm10,greymodel,高斯混合模型mixture_of_gaussians,以及BP神经网络优化模型,遗传算法优化,Genetic,粒子群算法优化,PSO-Matlab to predict collection, suitable for mathematical modeling contest, data import can use directly. Including gray mo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-04
    • 文件大小:7211
    • 提供者:Lisa
  1. ANN

    0下载:
  2. 人工神经网络(ANN),简称神经网络,是一种模仿生物神经网络的结构和功能的数学模型或计算模型。将它在R语言中的两种格式应用于案例。-Artificial neural network (ANN), or neural network, is a mathematical model or a computational model that imitates the structure and function of biological neural networks. The two for
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2133
    • 提供者:董小鱼
  1. renkou

    0下载:
  2. 对人口数量进行数学建模,利用神经网络算法对它的分布进行预测-The mathematical modeling of the population quantity is carried out, and the distribution of the population is predicted by the neural network algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:925
    • 提供者:刘雨晴
  1. Matlab

    0下载:
  2. 神经网络:是一种应用类似于大脑神经突触联接的结构进行信息处理的数学模型。在工程与学术界也常直接简称为“神经网络”或类神经网络。-Neural network: it is a kind of application is similar to the structure of the brain synapses connection, the mathematical model of information processing.Directly in engineering and aca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2862
    • 提供者:wownga
  1. yuanchengxu

    0下载:
  2. 片上网络映射优化问题,包含热分布,链路带宽,整体能耗的分别求最优,适用于数学建模问题-On-chip network mapping optimization problem, including thermal distribution, link bandwidth, the overall energy consumption of the optimal, suitable for mathematical modeling problems
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:9500
    • 提供者:张凯
  1. 神经网络

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

    • 发布日期:2017-12-22
    • 文件大小:3072
    • 提供者:木冉
  1. BP网络

    0下载:
  2. BP(Back Propagation)网络是1986年由Rumelhart和McCelland为首的科学家小组提出,是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法(梯度法),通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input layer)、隐层(hide layer)和输出层(outpu
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-16
    • 文件大小:21504
    • 提供者:vivian416
  1. suanfa

    0下载:
  2. dijkstra算法,用来解决图与网络数学模型的问题。(Dijkstra algorithm is used to solve the problem of graph and network mathematical model.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-26
    • 文件大小:7168
    • 提供者:小小烈
  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. banjo.2.0.1

    0下载:
  2. 贝叶斯网络是一种概率网络,它是基于概率推理的图形化网络,而贝叶斯公式则是这个概率网络的基础。贝叶斯网络是基于概率推理的数学模型,所谓概率推理就是通过一些变量的信息来获取其他的概率信息的过程,基于概率推理的贝叶斯网络(Bayesian network)是为了解决不定性和不完整性问题而提出的,它对于解决复杂设备不确定性和关联性引起的故障有很大的优势,在多个领域中获得广泛应用。(Bias network is a probabilistic network, which is a graphical
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3511296
    • 提供者:sugll
  1. Greynet

    0下载:
  2. 数学模型,将GM灰度模型与BP神经网络进行融合,可用于对数据的预测(The mathematical model combines the GM gray model with the BP neural network, and can be used to predict the data)
  3. 所属分类:其他

    • 发布日期:2017-12-18
    • 文件大小:1024
    • 提供者:谦谦ivy
  1. BP神经网络程序

    1下载:
  2. 是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。(It is a multilayer feedforward network trained by error backpropagation algorithm, and is one of the most widely used neural network models. BP networks can learn a
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:38912
    • 提供者:大白菜ml
  1. shenjingwangluo

    0下载:
  2. 这个程序用神经网络建立数学模型,检验两者的匹配性(A mathematical model is established by neural network to test the matching property)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-04
    • 文件大小:9216
    • 提供者:遥遥有期
  1. work

    0下载:
  2. matlab补偿模糊神经网络源代码 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。(There are two function m file in this paper: model126.m is
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-19
    • 文件大小:1024
    • 提供者:Zenia
« 1 2 ... 4 5 6 7 8 910 »
搜珍网 www.dssz.com