CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - classification algorithm using matlab
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - classification algorithm using matlab - List
[
Other
]
PerceptionApproach
DL : 0
模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写。-the classic pattern recognition algorithm, perception algorithm, the model used for classification, prepared using Matlab.
Update
: 2008-10-13
Size
: 1.21kb
Publisher
:
也风
[
Other
]
IDAPR
DL : 0
IDARP 分類演算法..(使用Matlab開發)-IDARP classification algorithm .. (using Matlab development)
Update
: 2008-10-13
Size
: 3.73kb
Publisher
:
吳小風
[
Other
]
K_average
DL : 0
模式识别的经典算法之一,动态聚类的k均值算法,采用matlab进行编程,并对分类进行了画图分析。-the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis.
Update
: 2025-02-17
Size
: 2kb
Publisher
:
也风
[
Other
]
PerceptionApproach
DL : 0
模式识别的经典算法之一,感知器算法,用来对模式进行分类,采用matlab编写。-the classic pattern recognition algorithm, perception algorithm, the model used for classification, prepared using Matlab.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
也风
[
Other
]
IDAPR
DL : 0
IDARP 分類演算法..(使用Matlab開發)-IDARP classification algorithm .. (using Matlab development)
Update
: 2025-02-17
Size
: 3kb
Publisher
:
吳小風
[
Graph Recognize
]
FaceRecognition
DL : 0
笔者自行编写的Matlab环境下的人脸识别算法小实验, 采用的是经典的PCA算法,主要内容是采用SVD方法提取出象素空间上的 PCA主分量特征,分类算法上仅是基于最小距离分类 -The author of the Matlab environment to prepare the face recognition algorithm under small experiment using classical PCA algorithm, the main contents of SVD method is used to extract pixel space on the PCA principal component features, the only classification algorithm is based on the minimum distance classifier
Update
: 2025-02-17
Size
: 27kb
Publisher
:
杨愚根
[
Audio program
]
MFCC
DL : 0
自己写的提取音频信号mfcc参数的算法,用matlab实现,欢迎大家参考-Write their own audio signal MFCC extraction algorithm parameters, using matlab to achieve, welcome to the reference
Update
: 2025-02-17
Size
: 3kb
Publisher
:
zhaodapeng
[
Mathimatics-Numerical algorithms
]
SVM
DL : 0
支持向量机,用于分类。Classify using (a very simple implementation of) the support vector machine algorithm-Support Vector Machines for classification. Classify using (a very simple implementation of) the support vector machine algorithm
Update
: 2025-02-17
Size
: 2kb
Publisher
:
黄乾
[
Graph Recognize
]
Kaverage
DL : 0
本文采用模糊K聚类算法对图片进行分类,并输出相应的分类结果!采用matlab环境进行仿真。-In this paper, K fuzzy clustering algorithm to classify on the picture, and output the corresponding classification results! Using matlab simulation environment.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
张辉
[
AI-NN-PR
]
BFGS
DL : 1
用MATLAB编写的基于BFGS算法的分类器程序,并附带样本生成程序,生成随机的样本。-Using MATLAB prepared BFGS algorithm based on the classification program, and generate spin-off procedures for the sample to generate a random sample.
Update
: 2025-02-17
Size
: 3kb
Publisher
:
张宪
[
Special Effects
]
OPS
DL : 0
多阈值图像分类的粒子群优化算法,采用自然方法来提高优化速度和计算量-Multi-threshold image classification of the particle swarm optimization algorithm, using natural methods to improve the optimization speed and computation
Update
: 2025-02-17
Size
: 2kb
Publisher
:
baiyilieren
[
matlab
]
MatLabToolbox
DL : 0
用matlab实现的分类算法,非常经典的,功能齐全-Using matlab realize the classification algorithm, a very classic, full-featured
Update
: 2025-02-17
Size
: 616kb
Publisher
:
allcy
[
matlab
]
DOA-estimation
DL : 0
基于均匀直线阵列的DOA估计,采用多重信号分类算法对信号源方位进行估计。-Based on uniform linear array DOA estimation, using multiple signal classification algorithm to estimate the signal source direction.
Update
: 2025-02-17
Size
: 1kb
Publisher
:
daiwei
[
AI-NN-PR
]
bp
DL : 0
利用bp算法对鸢尾花数据进行分类的matlab实现程序-Bp algorithm using iris data classification procedures to achieve matlab
Update
: 2025-02-17
Size
: 7kb
Publisher
:
王银
[
matlab
]
cskmean
DL : 0
用matlab实现iris数据分类,适合初学者的一个很有用的算法-Using matlab to achieve iris data classification, suitable for beginners of a useful algorithm
Update
: 2025-02-17
Size
: 1.57mb
Publisher
:
晓晓
[
Graph Recognize
]
BinarizationAlgorithm
DL : 0
用matlab实现的otsu全局二值化算法、kittler 最小分类错误(minimum error thresholding)全局二值化算法、niblack局部二值化算法-Using matlab implementation otsu global binarization algorithm, kittler minimum classification error (minimum error thresholding) the global binarization algorithm, niblack Local Binary Algorithm
Update
: 2025-02-17
Size
: 54kb
Publisher
:
释然
[
Graph program
]
GAFCM
DL : 0
Update
: 2025-02-17
Size
: 1kb
Publisher
:
丁亮
[
DataMining
]
fisher
DL : 0
利用matlab实现Fisher分类器,可以对线性可分的样本进行线性分类-Fisher classification algorithm using matlab realize, you can sample linearly separable linear classification
Update
: 2025-02-17
Size
: 8kb
Publisher
:
陈顺飞
[
Special Effects
]
matlabPandPBP
DL : 0
主要是BP神经网络的分类算法,采用MATLAB编写,可以成功运行-Mainly BP neural network classification algorithm, using MATLAB prepared, can be successfully run
Update
: 2025-02-17
Size
: 10kb
Publisher
:
潘小宜
[
Algorithm
]
knn
DL : 0
采用KNN(K邻近算法),用matlab平台实现的分类预测算法(Using KNN (K adjacent algorithm), using matlab platform to achieve the classification prediction algorithm)
Update
: 2025-02-17
Size
: 5kb
Publisher
:
小龙女
«
1
2
3
4
5
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.