-
tsp
a matlab code for solving TSP using simulated annealing (SA)
- 2009-04-14 04:57:16下载
- 积分:1
-
matlabsimpleuse
matlab初级应用介绍,帮助大家学习MATLAB的基本应用和知识,希望大家喜欢,呵呵(the simple use of matlab)
- 2009-11-22 17:11:19下载
- 积分: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
-
sv_chnl
Program for UWB SV Channel(CM2 environment)
- 2010-05-12 17:02:57下载
- 积分:1
-
GA_TSP_Matlab
matlab遗传算法工具箱,解决TSP旅行商问题,很好用的代码。(Matlab toolbox genetic algorithm to solve TSP traveling salesman problem, easy to use code.)
- 2007-06-29 12:28:34下载
- 积分:1
-
chap5
系统辨识与自适应控制MATLAB仿真CH5,好东西大家分享(System Identification and Adaptive Control of MATLAB simulation of CH5, a good thing to share with you)
- 2009-12-16 10:54:40下载
- 积分:1
-
problem_1
Monte Carlo Simulation On Estimating the probability of a flush
- 2014-10-29 15:27:05下载
- 积分:1
-
Wigner-Ville
Wigner-Ville分布相关程序及函数(Wigner-Ville distribution-related procedures and functions)
- 2013-09-17 11:50:32下载
- 积分:1
-
Root_Raised_Cosine_Filter
Design A Root-Raised Cosine Filter
- 2013-04-21 06:20:14下载
- 积分:1
-
SingleSidebandedModified
double side band modulation code
- 2015-01-31 07:32:04下载
- 积分:1