-
Simulink4
simulink的入门教程,老师上课讲的课件,较易懂,适用于初学者(simulink introductory tutorial, the teacher talked about class courseware, more easy to understand for beginners)
- 2007-08-02 10:16:34下载
- 积分:1
-
perceptron
感知器感知器算法训练二元线性分类器。结构体数据使用感知器学习规则
找到给定的二分类标签数据超平面。
(PERCEPTRON Perceptron algorithm to train binary linear classifier.
Synopsis:
model = perceptron(data)
model = perceptron(data,options)
model = perceptron(data,options,init_model)
Description:
model = perceptron(data) uses the Perceptron learning rule
to find separating hyperplane from given binary labeled data.
model = perceptron(data,options) specifies stopping condition of
the algorithm in structure options:
.tmax [1x1]... maximal number of iterations.
If tmax==-1 then it only returns index (model.last_update)
of data vector which should be used by the algorithm for updating
the linear rule in the next iteration.
model = perceptron(data,options,init_model) specifies initial model
which must contain:
.W [dim x 1] ... normal vector.
.b [1x1] ... bias of hyperplane.
.t [1x1] (optional) ... iteration number.
Input:
data [struct] Labeled (binary) training data.
.X [dim x num)
- 2011-05-01 18:19:52下载
- 积分:1
-
lcmv
LCMV算法的零陷方向图的matlab程序(LCMV pattern nulling algorithm of matlab program)
- 2020-06-29 21:00:02下载
- 积分:1
-
pca
PCA主元分析后用神经网络预测,A/S含量,PCA算法实现,与神经网络(PCA principal component analysis using neural network prediction, A/S content, PCA algorithm, and neural network)
- 2009-04-01 21:37:37下载
- 积分:1
-
63628850matlab_cameral_colabration
说明: 摄像机标定matlab_cameral_colabration(Camera calibration matlab_cameral_colabration)
- 2011-02-22 11:13:22下载
- 积分:1
-
ACO
说明: 蚁群算法是模拟蚁群觅食行为的一种优化算法。在整个觅食过程中蚂蚁散播信息素,蚂蚁通过感知到的信息素多少,来决定所要选择的下一个栅格。蚁群算法的核心部分在于模拟了蚁群的转移概率选择行为,通过使用信息素和启发式函数值进行转移概率计算。粒子群算法可以用于机器人运动轨迹规划,求得最短路径(Ant colony algorithm is an optimization algorithm to simulate foraging behavior of ant colony.The ant disperses pheromones throughout the foraging process. The ant senses how many pheromones it has to choose the next grid.The core part of ant colony algorithm is to simulate the transfer probability selection behavior of ant colony and calculate the transfer probability by using pheromones and heuristic function values.Particle swarm optimization (pso) can be used for robot trajectory planning to obtain the shortest path)
- 2020-05-26 17:42:19下载
- 积分:1
-
yewn78.3
This paper presents a new and efficient approach for capacitor placement in
radial distribution systems (RDS) that determine the optimal locations and size of
capacitor with an objective of improving the voltage profile and reduction of power loss.
The solution methodology has two parts: in part one the loss sensitivity factors (LSF) are
used to select the candidate locations for the capacitor placement and in part two a new
algorithm that employs Dijkstra Algorithm (DA) is used to estimate the optimal size of
capacitors at the optimal buses determined in part one. The main advantage of the
proposed method is that it does not require any external control parameters. The other
advantage is that it handles the objective function and the constraints separately. The
proposed method is applied to 33 & 69 RDS. The solutions obtained by the proposed
method are compared with other methods. The proposed method has outperformed the
other methods in terms of the quality of solution.
OPTIMAL C
- 2013-12-16 14:27:18下载
- 积分:1
-
code
The code for JPEG realisation with some mistakes caracteristics.
- 2015-04-15 17:49:27下载
- 积分:1
-
1
主成分分析的matlab源程序,用以标准化数据,精简指标,减少指标之间信息的重叠。(Principal component analysis matlab source for standardized data, streamline indicators, reduce duplication of information between indicators)
- 2014-02-23 13:27:22下载
- 积分:1
-
maxlike
Classify using the maximum-likelyhood algorithm(classifies using the maximum- likelihood al gorithm)
- 2007-01-31 10:48:53下载
- 积分:1