搜索资源列表
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!
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
Perceptron
- 感知机算法(内含测试数据tic-tac-toe(三连棋游戏-Perceptron algorithm (containing test data tic-tac-toe (three with chess games))
ganzhiji
- 应用于模式识别的感知机算法的MATLAB代码实现-The perceptron algorithm is the classic method of Pattern recognition
Perceptron-algorithm
- 采用c语言实现神经网络中的感知机算法的源代码-Using c language Perceptron neural network algorithm source code
perceptron_dual
- 感知机算法的对偶形式,数据已经在文件中集成,数据是二维线性可分数据,运行产生超平面分类-Perceptron algorithm dual form, the data has been integrated in the file, the data is linearly separable two-dimensional data, run generating hyperplane classification
perceptron
- 使用matlab编写的感知机算法,并提供测试数据集,方便测试-Using matlab prepared Perceptron algorithms and provide test data sets, to facilitate testing
PLA_initial
- 感知机算法基础实现 带Accuracy、Recall、Precision、F1 的计算-Perceptron algorithm underlying implementation with Accuracy, Recall, Precision, calculation of F1
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