搜索资源列表
Perception
- 模式识别中的感知机算法实现,在matlab下实现
incrementpercetron
- 快速度训练感知机算法,针对线性不可分情况,加快了其收敛速度。-Fast-degree training perceptron algorithm for linear indivisible and speed up its convergence speed.
perceptron
- 感知机算法演示程序,批处理。用于模式识别课程作业-perceptron demo,batch type.typically useful to Pattern Recognition homework
nural-network
- 神经网络感知机算法 利用c语言描述的感知机分类算法-Perceptron neural network algorithm for
GanZhiJi2
- 感知机算法,已经调试通过,通过输入详细的数据,导出图片-Perceptron algorithm, has been debugged, by entering detailed data, export the image
perceptron
- 线性分类器设计-感知机算法,对一组数据进行分类,分析w不同时的影响-Linear classifier design- Perceptron Algorithm
svm-mmse-ls
- 模式识别中常用的算法,有感知机算法,支撑矢量机算法和LS算法,并附有实验报告,源程序!-Commonly used pattern recognition algorithms, has perceptron algorithm, support vector machine algorithm and the LS algorithm, along with lab reports, source code!
zonghe
- 线性分类器设计:包括感知机算法,最小二乘法,线性SVM算法(模式识别作业)-Linear classifier design: including perceptron algorithm, least squares, linear SVM algorithm( pattern recognition task)
fenleisuanfa
- 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-Perceptron algorithm were used, the least square error algorithm, linear SVM classifier algorithm, respectively, making face paint, and compare performance.
perceptron-algorithms
- 这是模式识别课的感知机算法作业中的一种感知机算法-this is perceptron algorithms for pattern recognition homework.
perceptron
- 线性感知机算法,并已给出数据和结果,代码有注释哈-Linear perceptron algorithm, and has presented data and results, code annotated Kazakhstan
ganzhiji
- 感知机算法:神经网络感知机学习算法C++语言编程代码-algorithm of Perceptron :neural network of Perceptron learning algorithm in C++ language source code
ganzhiji
- 感知机算法实现数据分类,内带实验数据,直接运行出结果-Perceptron algorithm for data classification with the experimental data,Run directly to results
svm-ses
- 分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The machine algorithm respectively perception, the minimum square error algorithm, linear SVM classifier algorithm design, respectively, draw the decision surface, and compare the performance.
Linear-classifier-design
- 对“data1.m”数据,分别采用感知机算法、最小平方误差算法、线性SVM算法设计分类器,分别画出决策面,并比较性能。-The "data1.m" data, respectively, using the perceptron algorithm, the least square error algorithm, the linear SVM algorithm design classifier, respectively, to draw the decision-making surf
Perceptron
- 感知机算法(内含测试数据tic-tac-toe(三连棋游戏-Perceptron algorithm (containing test data tic-tac-toe (three with chess games))
Perception
- 一个区分猫狗的简单感知机算法,算法老师布置的算法作业-A simple perceptron algorithm to distinguish between the cat and dog, algorithm of teacher assigned homework
简单MATLAB感知机算法
- 用C语言写的一个简单的感知机算法,适合初学者学习,希望能帮到大家(i wish this algorithm can help everybody)
precrptron
- 这是自己参照统计学习书(李航著)中感知机算法编写的MATLAB仿真代码,代码包含数据输入和实现过程以及实现结果,可为学习感知机算法的相关人员提供参考。(This is according to his statistical learning book (Li Hang) MATLAB simulation code prepared by the perceptron algorithm, the code contains data input and process and the res
感知器算法
- 感知器算法是一种神经网络的模型,是20世纪50年代中期到60年代初人们对模拟人脑学习能力的一种分类学习机模型的称呼。当时的研究者认为它是一种学习的强有力模型,但以当时的技术无法实现非线性分类,许多实验室都放弃了感知器的研究。但其中的思想很经典,对后来的模式识别模型有很大的影响。当然,随着时代的进步,已经有很多学者提出了许多非线性的感知器改进算法,并取得良好效果,此程序主要基于Matlab来具体实现传统的感知器算法。(This program is based on Matlab to speci