Description: 使用吗matlab语言,实现很多模式识别上的经典算法,如Perceptron_Batch算法等-Matlab language to use it to achieve many of the classic pattern recognition algorithms, such as algorithm Perceptron_Batch Platform: |
Size: 7168 |
Author:w |
Hits:
Description: 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 experiments. The code implements four different training algorithms: (1) a batch learner that uses L-BFGS, (2) a stochastic gradient descent learner, (3) an online perceptron training algorithm, and (4) an online large-margin perceptron algorithm. The code can also be used to perform (conditional) herding in hidden-unit CRFs.
Platform: |
Size: 165888 |
Author:王磊 |
Hits:
Description: 本实验的目的是学习和掌握两种感知器算法:批处理感知器算法和批处理裕量松弛
算法。感知器算法是通过学习两类已标记的样本,建立一个线性分类器。学习的过程就是求解感知器权系数的过程,人们通过建立一个准则函数J(a),将求解感知器权系数的问题简化为一个标量函数J(a)的极小化问题,即当a为解向量时,J(a)最小。而极小化问题常用梯度下降法来解决。本实验给出了基于梯度下降法的两种感知器算法,介绍了原理并编程实现,最后对两种算法的特点加以比较分析。-The purpose of this study is to learn and master the two kinds of perceptron algorithm: batch sensor algorithm and batch processing margin slack
Algorithm. Perceptron algorithm is by learning two kinds of labeled samples, the establishment of a linear classifier. The process of learning is the process of solving the perceptron weights, people through the establishment of a criterion function J (a), the weighting coefficients for solving perceptron problem is reduced to a minimization problem for a scalar function J (a), i.e. when a solution vector, J (a) minimum. The minimization problem commonly used gradient descent method to solve. This paper gives two kinds of perceptron algorithm based on gradient descent method, introduces the principle and program implementation, and finally compares the characteristics of the two algorithms. Platform: |
Size: 1024 |
Author:Jam_Jack |
Hits:
Description: 实现批处理感知器算法的程序,用于分类训练集,同时记下收敛时的步数(Program to realize batch perceptron algorithm for classification of training set, and steps to write down the convergence) Platform: |
Size: 1024 |
Author:逍遥王来了哦
|
Hits: