搜索:weights
找到约 15 项符合「weights」的查询结果
结果 15
https://www.eeworm.com/dl/534/425106.html
其他
In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights o
In some graphs, the shortest path is given by optimizing two different metrics: the sum of weights of the edges and the number of edges. For example: if two paths with equal cost exist then, the path with the least number of edges is chosen as the shortest path. Given this metric ...
https://www.eeworm.com/dl/665/376717.html
matlab例程
A Matlab code to plot the matched filter for 16-element linear array with constant phase weights on
A Matlab code to plot the matched filter for 16-element linear array with constant phase weights on transmit and receive LFM waveform parameters.计算具有收发线性调频波形参数的相位权重的16单元线性匹配滤波器
https://www.eeworm.com/dl/532/165274.html
书籍源码
This Program Is Designed To Simulate A Spatial Antenna Array System Working On The MUSIC Algorith
This Program Is Designed To Simulate A Spatial Antenna Array
System Working On The MUSIC Algorithm For The Angle Of Arrival Estimation
And Null Steering Algorithm For The Weights Estimation To The Required
Output Radiation Pattern .
https://www.eeworm.com/dl/665/252130.html
matlab例程
Returns weighted percentiles of a sample given the weight vector w % The idea is to give more empha
Returns weighted percentiles of a sample given the weight vector w
% The idea is to give more emphasis in some examples of data as compared to
% others by giving more weight. For example, we could give lower weights to
% the outliers.
% The motivation to write this function ...
https://www.eeworm.com/dl/625/100854.html
游戏
国外游戏开发者杂志2001年第一期配套代码
国外游戏开发者杂志2001年第一期配套代码,包含Jeff Lander的计算一个物体的vertex weights的代码
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 ...
https://www.eeworm.com/dl/534/425105.html
其他
Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a
Shortest Paths with Multiplicative Cost. In a given undirected graph, the path cost is measured as a product of all the edges in the path. The weights are rational numbers (e.g., 0.25, 0.75, 3.75 etc) or integers (2, 3). There are no negative edges. Given such a graph as input, y ...
https://www.eeworm.com/dl/650/165307.html
人工智能/神经网络
This program demonstrates some function approximation capabilities of a Radial Basis Function Networ
This program demonstrates some function approximation capabilities of a Radial Basis Function Network.
The user supplies a set of training points which represent some "sample" points for some arbitrary curve. Next, the user specifies the number of equally spaced gaussian centers ...
https://www.eeworm.com/dl/650/384094.html
人工智能/神经网络
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 for network
% models generated by NNARX, NNOE, NNARMAX1+2, or their recursive
% counterparts.
%
% [FPE,deff,varest,H] = nnfpe(method,NetDef,W1,W2,U,Y,NN,trparms,skip,Chat) ...
https://www.eeworm.com/dl/650/147505.html
人工智能/神经网络
LVQ学习矢量化算法源程序 This directory contains code implementing the Learning vector quantization network.
LVQ学习矢量化算法源程序
This directory contains code implementing the Learning vector quantization
network. Source code may be found in LVQ.CPP. Sample training data is found
in LVQ1.PAT. Sample test data is found in LVQTEST1.TST and LVQTEST2.TST. The
LVQ program accepts input co ...