搜索资源列表
paper2
- 语音识别技术主要包括特征提取技术、模式匹配准则及模型训练技术三个方面。此外,还涉及到语音识别单元的选取。选择识别单元是语音识别研究的第一步。语音识别单元有单词(句)、音节和音素三种,具体选择哪一种,由具体的研究任务决定。-Speech recognition technology, including feature extraction techniques, pattern-matching criteria and the three aspects of model training t
demo_feature_select
- 对卫星云图特征识别与选择,并通过多种算法的综合应用,寻找显著性特征。-The identification and selection of the satellite image characteristics, and by the application of a variety of algorithms to find the significant features.
MATLAB
- 分类识别,可以选择很多方法,一般步骤:找特征点,训练,比对,找出方法 或者你的那种更容易,可以根据灰度值不同来查找具体位置-Classification, can choose to many methods and general steps: feature points, find training, comparison, find a way Or the kind of easier, you can according to different gray values to
机器学习:如何进行特征选择
- 对当前学习任务有价值的属性称为是“相关特征”,没有价值的属性称为是“无关特征”,从给定的特征集中选择出相关特征子集的过程,就称为是“特征选择”。其中还有一种特征称为是“冗余特征”,这些特征指的是可以从其他特征中推演出来的特征。