搜索:W2

找到约 19 项符合「W2」的查询结果

结果 19
https://www.eeworm.com/dl/534/380175.html 其他

感知器算法实验 w1 w2 分类 早期“人工神经网络”模型

感知器算法实验 w1 w2 分类 早期“人工神经网络”模型
下载 29
·
查看 1081
https://www.eeworm.com/dl/654/350178.html 数据结构

哈夫曼树算法 根据给定的n个权值{w1,w2,……wn}

哈夫曼树算法 根据给定的n个权值{w1,w2,……wn},构造n棵只有根结点的二叉树,令起权值为wj 在森林中选取两棵根结点权值最小的树作左右子树,构造一棵新的二叉树,置新二叉树根结点权值为其左右子树根结点权值之和 在森林中删除这两棵树,同时将新得到的二叉树加入森林中 重复上述两步,直到只含一棵树 ...
下载 32
·
查看 1138
https://www.eeworm.com/dl/678/413951.html 系统设计方案

基于T W2 7 0 O TW 2815的嵌人式数字视频录像系统....

基于T W2 7 0 O TW 2815的嵌人式数字视频录像系统....
下载 102
·
查看 1074
https://www.eeworm.com/dl/654/162971.html 数据结构

实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品

实现背包问题 package problem 1. 问题描述 假设有一个能装入总体积为T的背包和n件体积分别为w1 , w2 , … , wn 的物品,能否从n件物品中挑选若干件恰好装满背包,即使w1 +w2 + … + wn=T,要求找出所有满足上述条件的解。例如:当T=10,各件物品的体积{1,8,4,3,5,2}时,可找到下列4组解: (1 ...
下载 40
·
查看 1962
https://www.eeworm.com/dl/654/274368.html 数据结构

1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0

1、深度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的一个未被访问过的邻接顶点W1,再从W1出发,访问W1的一个未被访问过的顶点W2,然后从W2出发,访问W2的一个未被访问过邻接顶点W3,依次类推,直到一个所有邻接点都被访问过为止。 ...
下载 196
·
查看 1072
https://www.eeworm.com/dl/518/384083.html 数值算法/人工智能

Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs

Batch version of the back-propagation algorithm. % Given a set of corresponding input-output pairs and an initial network % [W1,W2,critvec,iter]=batbp(NetDef,W1,W2,PHI,Y,trparms) trains the % network with backpropagation. % % The activation functions must be either linear or ...
下载 163
·
查看 1057
https://www.eeworm.com/dl/654/274485.html 数据结构

2、广度优先搜索遍历图的算法:首先访问指定的起始顶点V0

2、广度优先搜索遍历图的算法:首先访问指定的起始顶点V0,从V0出发,访问V0的所有未被访问过的邻接顶点W1,W2……,Wk,然后再依次从W1,W2……,Wk出发,访问它们的所有未被访问过的邻接顶点,依次类推,直到图中所有未被访问过的邻接顶点都被访问过为止。 ...
下载 35
·
查看 1051
https://www.eeworm.com/dl/650/384092.html 人工智能/神经网络

% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is p

% Train a two layer neural network with the Levenberg-Marquardt % method. % % If desired, it is possible to use regularization by % weight decay. Also pruned (ie. not fully connected) networks can % be trained. % % Given a set of corresponding input-output pairs and an in ...
下载 168
·
查看 1068
https://www.eeworm.com/dl/684/160816.html 软件设计/软件工程

主要用作环境影响评价中高架点源烟气预测模拟。运行前需要修改frmw1窗体中date1控件的datebasename属性

主要用作环境影响评价中高架点源烟气预测模拟。运行前需要修改frmw1窗体中date1控件的datebasename属性,即将路径修改到当前目录下,以链接到数据库w2
下载 106
·
查看 1117
https://www.eeworm.com/dl/665/384088.html matlab例程

This function calculates Akaike s final prediction error % estimate of the average generalization e

This function calculates Akaike s final prediction error % estimate of the average generalization error. % % [FPE,deff,varest,H] = fpe(NetDef,W1,W2,PHI,Y,trparms) produces the % final prediction error estimate (fpe), the effective number of % weights in the network if the ne ...
下载 180
·
查看 1166