-
path_choose
说明: 任意给出两城市,找出两城市间的最短路径。还可以限定载重量,在满足载重量要求条件下,找出最短路径(Arbitrary given the two cities, two cities to find the shortest path. Can also limit the load to meet load requirements, find the shortest path)
- 2008-11-02 09:23:11下载
- 积分:1
-
matlab_study
The book introduce us how to use matlab software.It is a good book!
- 2008-11-27 20:14:42下载
- 积分:1
-
lasso
lasso算法是stanford的tibshirani提出的一种变量子集选择算法。(lasso algorithm is proposed by stanford)
- 2020-09-19 13:27:53下载
- 积分:1
-
BP
BP神经网络:是一种按误差逆传播算法训练的多层前馈网络,是目前应用最广泛的神经网络模型之一。BP网络能学习和存贮大量的输入-输出模式映射关系,而无需事前揭示描述这种映射关系的数学方程。它的学习规则是使用最速下降法,通过反向传播来不断调整网络的权值和阈值,使网络的误差平方和最小。BP神经网络模型拓扑结构包括输入层(input)、隐层(hide layer)和输出层(output layer)。(BP neural network: a Press the front back propagation algorithm to train multilayer feedforward network is one of the most widely used neural network model. BP network can learn and store large amounts of input- output mode mappings without prior reveal mathematical equations that describe this map. It' s learning rule is to use the steepest descent method, through a reverse spread to constantly adjust the network weights and thresholds, so that the minimum squared error of the network. BP neural network topology, including the input layer (input), hidden layer (hide layer) and output layer (output layer).)
- 2015-03-26 22:32:47下载
- 积分:1
-
KZMODEL
双馈风力发电空载模型,经调试,可以运行。(Doubly fed wind power generator no-load grid model)
- 2014-03-16 13:20:11下载
- 积分:1
-
MIC
function minestats = mine(x, y, alpha, c)
% MINE Maximal Information-based Nonparametric Exploration
%
% Returns a struct containing MIC, MAS, MEV, MCN (eps=0) and
% MCN_GENERAL (eps=1-MIC).
%
% MINESTATS = MINE(X, Y, ALPHA, C) computes the MINE statistics
% between X and Y. X and Y must be row vectors of size n.
% Alpha is the exponent in B(n) = n^alpha and must be in (0, 1.0].
% Parameter c determines how many more clumps there will be than
% columns in every partition and must be > 0.
%
% MINESTATS = MINE(X, Y, ALPHA) computes the MINE statistics
% between X and Y. Default value of c is 15.
%
% MINESTATS = MINE(X, Y) computes the MINE statistics
% between X and Y. Default value of alpha is 0.6 and default value
% of c is 15.
%
- 2022-01-21 18:03:51下载
- 积分:1
-
chap05
这是较好的Matlab源代码,希望此代码能对大家有所帮助。(This is a better Matlab source code, I hope this code can be helpful to everyone.)
- 2007-10-10 10:53:59下载
- 积分:1
-
NLPCArec
the function which finds fault location
- 2014-12-01 06:37:02下载
- 积分:1
-
svpwm
在Matlab/Simulink的条件下,搭建了SVPWM模块,经过调试,验证了可行性(In Matlab/Simulink conditions, built SVPWM module, after commissioning, the feasibility)
- 2014-05-25 17:02:37下载
- 积分:1
-
Assingment_2
Assignment Conversion of images in different color spaces.
- 2012-04-04 17:12:35下载
- 积分:1