搜索资源列表
ganzhiqi
- 感知器的MATLAB实现,现在很好的啊,请大家-Perceptron MATLAB realized, ah good now, please
ganzhiqi
- 人工神经网络 感知器 matlab -Perceptron artificial neural network matlab
ganzhiqi
- 自己编写的感知器算法的程序,用于模式识别的,仅供参考。-The Perceptron algorithm have written procedures for reference purposes only.
ganzhiqi
- 使用感知准则进行分类(数据为线性可分的两类)-Perceptual criteria used to classify (the data for the linear separability of two)
ganzhiqi
- 2.训练结果 最终误差:0 迭代次数:8 最终权值:2.6416 1.3022 最终阈值:3.1000 误差收敛曲线 -ganzhiqi
ganzhiqi
- 线性分类器感知器设计算法程序,其中利用了低度下降算法-Linear classifier perceptron design algorithm procedures, which use low-degree descent algorithm
ganzhiqi
- 感知器法的matlab实现,程序已经实现,源程序和结果图像放在word中,通知也包含可直接运行的matlab程序。-The perceptron method matlab to achieve, the program has been achieved, the source code and the resulting image is placed in the word, the notice also contains matlab program can be run direct
ganzhiqi
- 感知器算法的基本思想是,对初始的或迭代中的增广权矢量 ,用已知的训练模式检验它的合理性,当不合理时,对其进行校正,校正方法实际上是最优化技术中的梯度下降法,上传的是用matlab解决感知器问题。-The Perceptron Algorithm The basic idea augmented weight vector of the initial iteration, the known training mode to test it reasonable, unreasonable, i
ganzhiqi
- 这份matlab程序是模式识别中有关感知器、感知准则的相关算法。-The matlab program is related to pattern recognition sensor, perceived norms related algorithms.
ganzhiqi
- 用感知器算法分类一个随机生成的2维数据样本集,并画出线性判决函数(Using the perceptron to classify a simple randomly generated 2 dimensional data sample set)