CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 matlab例程 搜索资源 - gender

搜索资源列表

  1. Parzen-window-method

    0下载:
  2. 此为模式识别中Parzen窗法估计概率密度函数。 全部程序流程如下: 1、读取FAMALE.TXT文件把身高或体重给数组,并求x1的样本数N1和窗宽、体宽; 2、读取MALE.TXT文件把身高或体重给数组,并求x2的样本数N2和窗宽、体宽; 3、读取Test2.txt文件把对应的身高或体重给数组A并求A的样本数M; 4、利用Parzen窗法估计概率密度函数判别男女性别; 5、对本判别的错误率进行统计。 -This is the pattern recognition
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:2.71kb
    • 提供者:崔杉
  1. Gender

    1下载:
  2. matlab 神经网络算法应用于图片中人物性格识别,通过对神经网络的训练,可以识别图像中是男性还是女性-matlab neural network algorithm is applied to the picture of character recognition, neural network through training, can identify the image is male or female. . .
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:624.3kb
    • 提供者:Turing
  1. student

    0下载:
  2. 其中人为一个抽象类,其属性包括姓名、性别、出生日期等-One human an abstract class, whose properties include the name, gender, date of birth
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1001byte
    • 提供者:徐天赐
  1. GenderClassification8

    0下载:
  2. The paper for Gender Classification
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:98.86kb
    • 提供者:WangMuLan
  1. walker

    0下载:
  2. WALKER Human gait. This model, developed by Nikolaus Troje, is a five-term Fourier series with vector-valued coefficients that are the principal components for data obtained in motion capture experiments involving subjects wearing reflec
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:1.93kb
    • 提供者:moon
  1. malefemale

    0下载:
  2. speech gender voice recognition
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:3.18kb
    • 提供者:llorch
  1. shengaotizhongjixingbie

    0下载:
  2. 可以根据已有身高体重数据,基本判别数据来源的性别-Height and weight according to existing data, the basic data sources of gender discrimination
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:546.05kb
    • 提供者:edgar
  1. shengfenzheng

    0下载:
  2. 根据个人身份证尾数来判断此人的性别是男的还是女的-Personal identification based on the person ending to determine the gender is male or a woman
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:869.01kb
    • 提供者:林挺
  1. ex6

    0下载:
  2. (1)对地区因素对身高的影响进行单因素方差分析;(2)对性别、年龄、部位三个因素对耐痛性的影响的多因素方差分析-(1) the impact of regional factors on the height of the single factor analysis of variance (2) gender, age, location of the three factors on the pain tolerance of the multi-factor analysis of v
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:69.51kb
    • 提供者:keain
  1. walker

    0下载:
  2. 人生路模拟人体结构 实现性别辨别,研究肌肉 速度 肩宽 对速度的影响-matlab WALKER Human gait. This model, developed by Nikolaus Troje, is a five-term Fourier series with vector-valued coefficients that are the principal components for data obtained in motion capture exp
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1.98kb
    • 提供者:张洋
  1. gender-classification-experiments

    1下载:
  2. 这是用身高体重数据进行性别分类的实验。 用最小错误率贝叶斯分类器决策时,首先通过比较概率大小判断一个体重身高二维向量代表的人是男是女,然后再逐一与已知性别的数据比较,就可以得到错误率的统计。然后改变先验概率,重复上面的过程,观察数据结果的变化。 用最小风险贝叶斯分类器决策时,首先求出用最小错误率贝叶斯分类器得到的条件概率;然后根据人为给定的决策表,根据公式算出条件风险;然后逐一比较条件风险,找出使条件风险最小的决策(也就是分类)。最后用分类得到的结果逐一比较已经知道的原始数据,统计处错误
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:88.42kb
    • 提供者:崔杉
  1. walker

    0下载:
  2. WALKER Human gait. This model, developed by Nikolaus Troje, is a five-term Fourier series with vector-valued coefficients that are the principal components for data obtained in motion capture experiments involving subjects wearing reflect
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:6.23kb
    • 提供者:牛牛
  1. walker

    1下载:
  2. 模拟人的步行,是一个很好的模拟程序- WALKER Human gait. This model, developed by Nikolaus Troje, is a five-term Fourier series with vector-valued coefficients that are the principal components for data obtained in motion capture experiments involving sub
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:9.61kb
    • 提供者:王静
  1. gender-classification

    0下载:
  2. Parzen窗法估计概率密度函数,得出贝叶斯分类器 用Fisher线性判别方法求分类器 留一法估计错误率-Parzen Fisher Bayes Leave-one based on height and weight
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:16.23kb
    • 提供者:徐远东
  1. MATLAB_CODE_for_fingerprintbased_gender-classific

    0下载:
  2. The zip file contains matlab files for fingerprint based gender classification based on different features extracted from fingerprints.please go through the readme file.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:18.54kb
    • 提供者:balu mandadi
  1. gender-recognition

    2下载:
  2. 包括中西方人的人脸性别识别。基于局部Gabor变换直方图序列(LGBPHS)的方法。图像噪声、光照和人脸角度变化对性别识别的影响都非常小。 尤其对东方人的性别识别率可达96 -Including Westerners who face gender identification. Based on local Gabor transform histogram sequence (LGBPHS), method. Image noise, light and face angle chan
  3. 所属分类:matlab例程

    • 发布日期:2013-09-17
    • 文件大小:25.42mb
    • 提供者:
  1. rengongtongji

    0下载:
  2. 通过matlab编程实现的一个对公司员工的姓名、性别、年龄、职位、工作年数统计的一个程序,精炼,实用。-Matlab programming a company employee' s name, gender, age, position, the number of years a program statistics, refining, and practical.
  3. 所属分类:matlab

    • 发布日期:2017-11-21
    • 文件大小:1.05kb
    • 提供者:cc
  1. gender

    0下载:
  2. gender detection with voice
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:2.99mb
    • 提供者:sr_mfg
  1. age-gender-cnn-master

    0下载:
  2. Source code for age and gender clasification with confolution neurral network with matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:8.88kb
    • 提供者:agus
  1. Age and Gender recognizer

    0下载:
  2. age and gender recognition syste
  3. 所属分类:matlab例程

« 12 »
搜珍网 www.dssz.com