搜索资源列表
nearest
- 模式识别分类方法中的最近邻准则方法。内有详细说明文档。-Pattern recognition classification criteria of the nearest neighbor method. There are detailed descr iption of the document.
PatternClassification
- source code for pattern classification k nearest neighbor source code
EmbeddingDimension
- 假近邻法和Cao方法求混沌系统嵌入维的MATLAB源代码。可直接运行。-False neighbor method and Cao method of embedding dimension of chaotic systems demand MATLAB source code. Can be directly run.
K
- K最邻近分类器设计的MATLAB代码,有代码解释-K nearest neighbor classifier design in MATLAB code
kNearestNeighbors
- K nearest neighbor search for matlab
prog.m
- k nearest neighbor algorithm for matlab
knn_K-nearest
- 是K最邻近结点算法(k-Nearest Neighbor algorithm)的缩写形式,是电子信息分类器算法的一种。KNN方法对包容型数据的特征变量筛选尤其有效。-k-Nearest Neighbor algorithm, It is a very useful matlab code.
classifier
- 用matlab实现Part1. 实现一个k近邻分类器,Part 2.实现一个最小二乘分类器,Part 3.实现一个支持向量机分类器,Part 4.在不同数据集上使用交叉验证选择各个算法的参数-Part1. Achieve a k-nearest neighbor classifier, Part 2. Achieve a least-squares classifier, Part 3. Implement a support vector machine classifier, Part 4.
Nearest-neighbor-classifier
- 本程序实现了最近邻分类器的K近邻算法。实现方式是使用matlab-This program implements a nearest neighbor classifier K-nearest neighbor algorithm. Implementation using matlab
find_nn
- 这是一个利用K-means计算数据K最近邻点的MATLAB程序,简单方便。-This is a K-means computing program MATLAB data K nearest neighbor, simple and convenient.
jaitei
- 在matlab环境中自动识别连通区域的大小,最小均方误差(MMSE)的算法,包括最小二乘法、SVM、神经网络、1_k近邻法。- Automatic identification in the matlab environment the size of the connected area, Minimum mean square error (MMSE) algorithm, Including the least squares method, the SVM, neural network
lingyie_v38
- 包括最小二乘法、SVM、神经网络、1_k近邻法,从先验概率中采样,计算权重,使用matlab实现智能预测控制算法。- Including the least squares method, the SVM, neural networks, 1 _k neighbor method, Sampling a priori probability, calculate the weight, Use matlab intelligent predictive control algorithm.
loukao_v44
- 添加噪声处理,MIMO OFDM matlab仿真,包括最小二乘法、SVM、神经网络、1_k近邻法。- Add noise processing, MIMO OFDM matlab simulation, Including the least squares method, the SVM, neural networks, 1 _k neighbor method.
sunqan_v15
- 用MATLAB编写的遗传算法路径规划,一个计算声子晶体结构的一维传递矩阵法,包括最小二乘法、SVM、神经网络、1_k近邻法。- Genetic algorithms using MATLAB path planning, A one-dimensional transfer matrix method to calculate the phonon crystal structure, Including the least squares method, the SVM, neural net
singfeng
- 分形维数计算的毯子算法matlab代码,本程序的性能已经超过其他算法,包括最小二乘法、SVM、神经网络、1_k近邻法。- Fractal dimension calculation algorithm matlab code blankets, This program has exceeded the performance of other algorithms, Including the least squares method, the SVM, neural networks, 1
kanming
- 包括最小二乘法、SVM、神经网络、1_k近邻法,在MATLAB中求图像纹理特征,主同步信号PSS在时域上的相关仿真。- Including the least squares method, the SVM, neural networks, 1 _k neighbor method, In the MATLAB image texture feature, PSS primary synchronization signal in the time domain simulation rela
三步搜索法
- 本实验的目的是学习Parzen窗估计和k最近邻估计方法。在之前的模式识别研究中,我们假设概率密度函数的参数形式已知,即判别函数J(.)的参数是已知的。本节使用非参数化的方法来处理任意形式的概率分布而不必事先考虑概率密度的参数形式。在模式识别中有躲在令人感兴趣的非参数化方法,Parzen窗估计和k最近邻估计就是两种经典的估计法。(The purpose of this experiment is to study the Parzen window estimation and the k nea
zoomshirink
- shirinking and zooming the image By the nearest neighbor method with Mattalb
k-nn
- k-nn算法 K-NN算法 ( K Nearest Neighbor, K近邻算法 ), 是机器学习中的一个经典算法, 比较简单且容易理解. K-NN算法通过计算新数据与训练数据特征值之间的距离, 然后选取 K (K>=1) 个距离最近的邻居进行分类或者回归. 如果K = 1 , 那么新数据将被分配给其近邻的类.(k-nnK - NN algorithm (K on his Neighbor, K Nearest Neighbor algorithm), is a classical al
decaptcha-master
- A CAPTCHA Breaker using k-Nearest Neighbor Classifiers, Support Vector Machines, and Neural Networks.