CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分类器 训练 matlab

搜索资源列表

  1. 27796720simple-SVM

    0下载:
  2. 支持向量积的一些分类器训练的matlab代码-support vector plot of some classifier training Matlab code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2488
    • 提供者:江兰
  1. adaboost.rar

    2下载:
  2. adboost分类器 matlab源程序 用于训练样本 实现分类 ,adboost classfication
  3. 所属分类:Special Effects

    • 发布日期:2017-05-23
    • 文件大小:7360344
    • 提供者:roc
  1. HK.rar

    0下载:
  2. H-K(Ho-Kashyap)算法。在模式识别应用中运用HK算法根据样本进行分类器训练。,HK (Ho-Kashyap) algorithm. Applications in pattern recognition algorithm based on the use of HK classifier training samples.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:1616
    • 提供者:陈坚
  1. Adaboost_train

    2下载:
  2. ADBOOST的训练代码,有供训练的数据,弱分类器训练,强分类器训练,和错误率,对理解ADABOOST是很好的例程-codes of adaboost traning,containing data for traning, implementation of weakleaner and cascad,and error as well,it can help us leaning ADABOOST
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-01
    • 文件大小:268151
    • 提供者:
  1. FDA

    1下载:
  2. Fisher线性判别分类器源代码,包括训练函数和测试函数。-Fisher Linear Discrimination (FLD) classifier source code, including training function and test function.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-26
    • 文件大小:1493
    • 提供者:chris
  1. libHIK-1.5

    0下载:
  2. SVM分类器,包括训练和测试,实用的matlab包。-SVM classifiers, including training and testing, practical matlab package.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:375923
    • 提供者:申彤
  1. Bayes

    0下载:
  2. 一个比较简单的模式识别问题。用female.txt 和male.txt 的数据作为训练样本集,建立Bayes 分类器,用测试样本数据set1.txt、set2.txt、set3.txt 对该分类器进行测试,分别应用单个特征及两个特征进行实验-A relatively simple pattern recognition problem. Female.txt and male.txt use data as a training sample set, the establishment of
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:3066
    • 提供者:晏珏
  1. RBF

    1下载:
  2. 采用神经网络实现分类器的训练,训练出来的网络分类结果好.-It is a good code to realize the network.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:5972
    • 提供者:向桂英
  1. train_v2

    0下载:
  2. 一个基于adaboost的人脸检测分类器训练程序,用MATLAB写的,希望能和大家分享-a face detect programme based on adaboost which is written by matlab
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-03
    • 文件大小:1250
    • 提供者:阿灿
  1. parzen

    0下载:
  2. 分类器的训练与学习是模式识别的一个重要环节,其目的在于按照某种算法,确定判决规则,使之具有自动分类识别的能力。本文介绍了采用Parzen窗法的随机模式分类器,并matlab实现了一个简易的随机模式分类器。-Classifier training and learning is an important part of pattern recognition, in accordance with the purpose of some kind of algorithm to determine
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:288124
    • 提供者:丑力
  1. PatternRecognition

    0下载:
  2. 图象处理 模式识别 多种分类方法(最临近匹配分类器、Bayes分类器、线性函数分类、非线性函数分类、神经网络分类)识别0-9数字 手写数字与数字图片,包括设计训练样品库、可以选择多种分类器来识别识别0-9这十个阿拉伯数字,包括临时手写的数字,也包括图片中的数字 -Pattern recognition image processing a variety of classification (the most close to matching classifier, Bay
  3. 所属分类:Graph Recognize

    • 发布日期:2017-03-31
    • 文件大小:541253
    • 提供者:yao
  1. SVM

    2下载:
  2. 在matlab的环境中,根据各种算法提取到的信息来输入SVM分类器中进行训练-classify different various sorts of information in svm
  3. 所属分类:matlab

    • 发布日期:2016-10-13
    • 文件大小:2178
    • 提供者:李涵
  1. Ada_Boost

    0下载:
  2. adaboost源码Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-adaboost source is an iterative algorithm Adaboost, the core idea is that a training set for the same training the different classifiers (weak classifier), then
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:1088
    • 提供者:ado
  1. renlianshibie

    0下载:
  2. 利用PCA对人脸图像进行降维,然后训练神经网络分类器的Matlab程序-the Matlab in face recoginization using PCA algorithm
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:956103
    • 提供者:yang
  1. fisher

    0下载:
  2. 用fisher分类器实现简单的分类,首先进行样本的训练,然后对待测样本进行测试,程序中画出了分界面。-Fisher classifier with a simple classification, first of all to the training sample, then treatment of test samples for testing, the interface of the program are drawn.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:66973
    • 提供者:becky
  1. facedetect

    0下载:
  2. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:2814040
    • 提供者:mazong47
  1. Adaboost-detection

    0下载:
  2. 基于ADABOOST的人脸检测程序,有分类器训练和测试-face detection based on adaboost
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:268276
    • 提供者:
  1. 单层神经网络矩阵改进

    0下载:
  2. 基于Matlab编程,实现人工神经网络对经典三种鸢尾花数据的分类,利用Matlab矩阵运算的优势,对全部样本进行同时训练,具有很好的输出结果(An Artificial Neuron Network which accomplishes classifying three kinds of flower)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:1505280
    • 提供者:潘德
  1. KNN分类器

    0下载:
  2. 一、用python或matlab编写一个KNN分类器 训练集为semeion_train.csv(手写体识别) 测试集为semeion_test.csv 计算在测试集上错误率(k=1,k=3,k=5,k=10) ?(1. Write a KNN classifier with Python or matlab Training set is semeion_train.csv (handwriting recognition) The test set is semeion_test
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-04
    • 文件大小:67584
    • 提供者:苏日月
  1. 人脸识别 MATLAB代码

    1下载:
  2. 使用pca方法对图像进行特征提取,对训练集的20个人的共一百张人脸进行训练,使用adaboost算法生成强分类器,可以对测试集的人脸图片进行识别,且识别率较高(The PCA method is used to extract the features of the image, and the training is carried out for a total of 100 faces of 20 people in the training set. The AdaBoost algor
  3. 所属分类:图形图像处理

    • 发布日期:2020-06-07
    • 文件大小:19835904
    • 提供者:王二愣子
« 12 3 »
搜珍网 www.dssz.com