-
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
-
callme
my assignment very awesome, call me
- 2010-05-31 18:05:36下载
- 积分:1
-
Smooth-better-than-sharp
This is a code for Smooth better than sharp mobility model.
- 2012-06-18 20:45:15下载
- 积分:1
-
Digital-film-with-detection-system
以X射线检测焊缝图像为研究对象,针对石油焊管管端焊缝生产检验
中线阵列探测器实时成像的X射线数字图像存在的对比度不高、图像噪声及背景
起伏较大、焊缝边缘模糊且纹理较多的特点。( This task takes the X一ray weld seam image as the research object, in view of the X一ray image characteristics of low contrast, high image noise and fluctuated background, fuzzy weld seam edge and more texture with linear diode arrays real一time imaging in the petroleum welded pipe.Matlab simulation software is used to analysis methods of smoothing noise, gray transform enhancement, and image segmentation for image processing.)
- 2013-03-11 17:05:55下载
- 积分:1
-
RVM_matlabToolBox
相关向量机(RVM)的matlab源程序,包含快速算法,内含代码使用说明。
RVM采取是与支持向量机相同的函数形式稀疏概率模型,对未知函数进行预测或分类。 优点:
(1) 不仅仅输出预测目标量的点估计值,还可以输出预测值的分布.
(2) 使用更少数量的支持向量,从而显著减少输出目标量预测值的计算时间.
(3) RVM不需要估计过多的参数.
(4) RVM对是否满足Mercer 定理的核函数没有限制,适应性更好.
(Relevance Vector Machine (RVM) of the matlab source code, including the fast algorithm that contains the code instructions. RVM to support vector machines with the same function form of sparse probabilistic model to predict the unknown function, or classification. Advantages: (1) The goal is not only the amount of the output forecast point estimates, but also the distribution of the output forecast. (2) use less number of support vectors, thus significantly reduce the amount of predictive value of the output goal of computing time. (3) RVM does not require too many parameters estimated. (4) RVM on whether to satisfy Mercer' s theorem is no limit on nuclear function, adaptability and better.)
- 2020-06-29 05:20:02下载
- 积分:1
-
danchunxingfa
用单纯形法解线性规划 根据单纯形法的原理,在线性规划问题中,决策变量(控制变量)x1,x2,…x n的值称为一个解,满足所有的约束条件的解称为可行解。使目标函数达到最大值(或最小值)的可行解称为最优解。这样,一个最优解能在整个由约束条件所确定的可行区域内使目标函数达到最大值(或最小值)。求解线性规划问题的目的就是要找出最优解。 (According to the principle of the simplex method, in linear programming problem, the decision variables (control variable) x1, x2,... X n value is called a solution, meet all of the constraint conditions of the solution of the called feasible solution. The objective function to achieve maximum (or minimum) feasible solution of the optimal solution is called. So, an optimal solution by constraint conditions throughout the feasible region determined the objective function to achieve maximum or minimum value). To solve the linear programming problem is to find out the purpose of the optimal solution.
)
- 2011-12-19 15:39:08下载
- 积分:1
-
gsde
遗传算法程序,利用GS-DE算法进行衍射光学元件设计.(Genetic Algorithm Programming,GS-DE algorithm for diffractive optical element design.)
- 2012-04-28 10:53:10下载
- 积分:1
-
testMNF
最小噪声分离,能够实现高光谱遥感图像的MNF正逆变换,进行图像降维与重建(Minimum noise separation can realize the MNF positive and inverse transformation of hyperspectral remote sensing images, and reduce the image dimension and reconstruct the image)
- 2020-07-03 02:00:02下载
- 积分:1
-
图像中的铅笔数量
应用背景该项目是计算图像中的铅笔数量通过边缘检测和应用各种滤镜关键技术图像procceing机器视觉边缘检测
- 2023-08-02 11:45:04下载
- 积分:1
-
makeby
利用matlab内置的算子,做出的各种边缘提取的比较(Using matlab built-in operator, made by comparison of the various edge detection)
- 2009-03-30 20:19:04下载
- 积分:1