搜索资源列表
ganzhi
- 感知器算法的matlab实现,欢迎大家指点-Perceptron Algorithm Implementation of Matlab, we welcome guidance
matlab的感知器算法设计
- 基于matlab的感知器算法设计,可以将不同的模式类进行划分
模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写
- 模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写
PA.感知器算法分类数据,画出决策面
- 感知器算法分类数据,画出决策面。使用matlab编写,感兴趣的可以看看!,Perceptron Algorithm
moshi
- 几个模式识别的作业程序,自己写的。望指教哦,内容有感知器算法、多类感知器算法以及K均值算法-Several pattern recognition procedures, wrote it myself. Advice Oh look, the contents of perceptron algorithm, multi-sensor algorithm, as well as K-means algorithm
Perceptron_Function
- 基于感知器算法的线性分类程序,matlab实现。-Perceptron-based algorithm of linear classification procedures, matlab realize.
perceptronmatlab
- MATLAB的程序,感知器算法相关,大家互相学习-codes for Matlab Perceptron
perceptron
- 线性分类器设计-感知机算法,对一组数据进行分类,分析w不同时的影响-Linear classifier design- Perceptron Algorithm
ganzhiqishixian
- 用MATLAB实现感知器算法,智能优化实验-Perceptron Algorithm with MATLAB implementation, intelligent optimization experiments
K-means-and-Perceptron
- 该程序为matlab程序,共有三个文件,dataC.m为程序入口,实现功能对50组数据用k均值算法进行分类,再对40组数据用感知器算法训练,然后用训练得到的判别函数对剩下10组数据分类,最后与原始分类做差比较,若分类无误,则全显示为0.-Matlab program on the program, a total of three files dataC.m for program entry features 50 sets of data with k-means algorithm to
Perceptron-Approach-with-matlab-
- 用matlab软件编写感知器算法,实现对样本的分类,样本点为X1(0,0),X2(0,-1),X3(-1,0),X4(-1,-1) -Perceptron Approach with matlab
perceptron
- 模式识别-梯度下降法特例的感知器算法的Matlab实现,实现两类线性分类。-Pattern-Recognition,The perceptron algorithm based on MATLAB
perception-algorithm
- 模式识别中的经典算法,感知器算法在matlab中的编程实现-The classic pattern recognition algorithms, perception algorithm in matlab programming
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
stu_release_test
- matlab实现的线性分类器,采用了感知器算法,和聚类算法。-matlab achieve linear classifiers using the perception algorithm, and clustering algorithms.
sensing
- 这是模式识别的一个感知器算法,用matlab编的程序。-This is a pattern recognition algorithm Perceptron, with matlab compiled program.
preception
- 模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写-One of the classic pattern recognition algorithm, perception algorithm, used to classify patterns using matlab prepared
感知器算法
- 感知器算法是一种神经网络的模型,是20世纪50年代中期到60年代初人们对模拟人脑学习能力的一种分类学习机模型的称呼。当时的研究者认为它是一种学习的强有力模型,但以当时的技术无法实现非线性分类,许多实验室都放弃了感知器的研究。但其中的思想很经典,对后来的模式识别模型有很大的影响。当然,随着时代的进步,已经有很多学者提出了许多非线性的感知器改进算法,并取得良好效果,此程序主要基于Matlab来具体实现传统的感知器算法。(This program is based on Matlab to speci
感知器算法
- 对模式识别中的感知器算法进行了详细的MATLAB编程,实现了很好的仿真效果。