搜索资源列表
Perceptron_Batch
- 使用吗matlab语言,实现很多模式识别上的经典算法,如Perceptron_Batch算法等-Matlab language to use it to achieve many of the classic pattern recognition algorithms, such as algorithm Perceptron_Batch
perceptron
- 感知机算法演示程序,批处理。用于模式识别课程作业-perceptron demo,batch type.typically useful to Pattern Recognition homework
hw3_matlab
- Maximum Likelihood Estimation of Batch Perceptron Convergence
BatchPerceptron
- Batch perceptron algorithm for linear discriminants
hucrf_code
- Hidden-Unit Conditional Random Fields 工具箱,可以用于训练linearCRF和和L.J.P. van der Maaten, M. Welling 提出的huCRF-We provide Matlab code that implements the training and evaluation of hidden-unit CRFs, as well as code to reproduce the results of our experim
Perceptron
- 本实验的目的是学习和掌握两种感知器算法:批处理感知器算法和批处理裕量松弛 算法。感知器算法是通过学习两类已标记的样本,建立一个线性分类器。学习的过程就是求解感知器权系数的过程,人们通过建立一个准则函数J(a),将求解感知器权系数的问题简化为一个标量函数J(a)的极小化问题,即当a为解向量时,J(a)最小。而极小化问题常用梯度下降法来解决。本实验给出了基于梯度下降法的两种感知器算法,介绍了原理并编程实现,最后对两种算法的特点加以比较分析。-The purpose of this study i
bls_lip_mlp
- Batch least squares for training a multilayer perceptron.
homework2_2
- 实现批处理感知器算法的程序,用于分类训练集,同时记下收敛时的步数(Program to realize batch perceptron algorithm for classification of training set, and steps to write down the convergence)