CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - lvq

搜索资源列表

  1. 27_Kuflik

    0下载:
  2. This paper uses SOM and LVQ to classify text in document.
  3. 所属分类:software engineering

    • 发布日期:2017-04-27
    • 文件大小:128640
    • 提供者:Amir
  1. 30-case-studies

    0下载:
  2. MATLAB神经网络30个案例分析__读者调用案例的时候,只要把案例中的数据换成自己需要处理的数据,即可实现自己想要的网络。该书共有30个MATLAB神经网络的案例(含可运行程序),包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。-30 case studies of the MATLAB Neural Network __ readers call the case, as
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-29
    • 文件大小:11300569
    • 提供者:liuwei
  1. LVQ

    0下载:
  2. 该评估问题实际上是一个分类问题,评价指标作为网络的输入,评估等级是网络的输出,CPN网络的竞争层能够进行聚类,再通过有导师学习就可以精确划分类型,在该例中获得了成功的应用。 从此例中也可以发现,随着样本数得增多,网络的训练次数也随之增加,另外,该例中隐层节点数的选择还主要依靠经验和试验。 由本实验的结果可知,利用CPN神经网络实现博士论文评价具有很好的效果,其评价结果与专家所给结果基本一致。-The evaluation problem is actually a classificat
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-24
    • 文件大小:449915
    • 提供者:迪文
  1. LMLVVQzipV

    0下载:
  2. LVQ算法( Learning Vector Quantization,学习矢量量化网络)是一种一种基于模型(神经网络)的方法,本实验要实现的是对LVQQ改进的聚类方法——MLVQ(闫德勤等人提出)。该方法法克服了LVQ算法对初值敏感的问题与广义学习矢量量化(GLVQ)网络算法性能不稳定的缺点。(附文章) -LVQ algorithm (Learning Vector Quantization, learning vector quantization) is a based on the
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:899912
    • 提供者:
  1. pnn_lvq

    0下载:
  2. LVQ网络的Matlab程序案例,可以供学习LVQ的人进行借鉴-Case of the LVQ network in Matlab, for learning the LVQ people draw ~ ~
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1187
    • 提供者:Fan
  1. lvq_pak-3.1

    0下载:
  2. VC++的人工智能领域的学习向量量化LVQ(Learning Vector Quantization)的实现包。-VC++ the field of artificial intelligence learning vector quantization LVQ (Learning Vector Quantization) implementation package.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-25
    • 文件大小:747520
    • 提供者:shinka
  1. wave_3_VQ_CELP_BPDN

    0下载:
  2. 语音信号的LVQ+CELP编码,可运行,方便大家参考-LVQ+CELP coding for speech signal
  3. 所属分类:matlab

    • 发布日期:2017-12-10
    • 文件大小:2963
    • 提供者:严菲
  1. the-classification

    0下载:
  2. LVQ神经网络的分类——乳腺肿瘤诊断,可以更好地了解分类的方法-The classification of LVQ neural network- breast cancer diagnosis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-02
    • 文件大小:91951
    • 提供者:
  1. Face-orientation-recognition

    0下载:
  2. 本课题研究的步骤如下:先提取人脸的特征向量;产生训练样本和测试样本;再用LVQ创建神经网络模型,该模型用训练样本进行训练调整权值;用测试样本对建立的人脸朝向识别模型进行验证,要求有较高的识别率。 本课题要求使用LVQ神经网络的算法进行Matlab仿真,对人脸朝向进行有效的判断和识别。 -This study is the following steps: first extract facial feature vector generate training and testing
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-09
    • 文件大小:132090
    • 提供者:吴军
  1. Face-orientation-recognition

    0下载:
  2. LVQ即学习向量量化神经网络是一种用于训练竞争层的有监督学习方法神经网络,在模式识别和优化领域有着广泛的应用。本课题要求使用LVQ神经网络训练人脸的特征数据,得到模型对任一人脸图像的朝向进行识别。-Learning Vector Quantization LVQ neural network that is used to train competitive layer neural network supervised learning methods in the field of patt
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-15
    • 文件大小:3607226
    • 提供者:吴军
  1. diercimonijingsai

    0下载:
  2. 基于神经网络LVQ的人脸朝向识别。对一部分人脸图像进行训练,再输入另外一部分人脸图,判断其人脸朝向-LVQ neural network based on the face towards the identification. On the part of face images for training, and then enter another part of the face diagram, determine its face towards the
  3. 所属分类:Special Effects

    • 发布日期:2017-05-19
    • 文件大小:5537227
    • 提供者:张建杰
  1. face-towards-the-identification

    0下载:
  2. LVQ神经网络的预测——人脸朝向识别matlab源代码-LVQ neural network prediction- face towards the recognition matlab source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:12163
    • 提供者:samuel
  1. LVQnetwork

    0下载:
  2. 自己编写的LVQ神经网络的算法matlab代码 实现成功苹果的果形 颜色 分类识别的LVQ神经网络功能,有实验报告和matlab代码 直接运行即可-I have written LVQ neural network algorithm matlab code to achieve the success of Apple' s fruit-shaped color classification recognition LVQ neural network function, there
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:35189
    • 提供者:林雨辰
  1. SOMnetwork

    0下载:
  2. 自己编写的LVQ神经网络的算法matlab代码 实现成功分类聚类的LVQ神经网络功能,有实验报告和matlab代码 直接运行即可-I have written LVQ neural network algorithm matlab code to achieve a successful classification of LVQ neural network function, there are experimental reports and matlab code can be ru
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:47437
    • 提供者:林雨辰
  1. qianliexian_lvq

    0下载:
  2. LVQ神经网络,此种方法适合于两分类结果的数据处理-LVQ ANN。This method is suitable for the data processing of the two classification
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1317
    • 提供者:zzwwrr
  1. chapter21_bp

    0下载:
  2. lvq神经网络分类模型,运行时自己添加data文件就可以了。-lvq neural network classification model, run-time to add their own data files on it.
  3. 所属分类:Other systems

    • 发布日期:2017-04-10
    • 文件大小:1497
    • 提供者:江金洋
  1. eg21-zhongliuzhengduan

    0下载:
  2. 《MATLAB神经网络30个案例分析》中的第21个例子,案例21 LVQ神经网络的分类——乳腺肿瘤诊断。希望对大家有一定的帮助!-The MATLAB neural network analysis of 30 cases of example, 21 cases of 21 LVQ neural network classification of breast cancer diagnosis. Hope to have certain help to everybody!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:92171
    • 提供者:杨飞
  1. eg22-renliangchaoxiangshibie

    0下载:
  2. 《MATLAB神经网络30个案例分析》中的第22个例子,案例22 LVQ神经网络的预测——人脸朝向识别。希望对大家有一定的帮助! -The MATLAB neural network analysis of 30 cases of 22 example, 22 cases of LVQ neural network prediction, face toward the identification. Hope to have certain help to everybody!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-19
    • 文件大小:5129760
    • 提供者:杨飞
  1. face-towards

    0下载:
  2. LVQ神经网络的预测——人脸朝向识别,MATLAB的经典算法-LVQ neural network prediction- face towards the identification, MATLAB classical algorithm
  3. 所属分类:matlab

    • 发布日期:2017-05-16
    • 文件大小:3600996
    • 提供者:秦伟
  1. LVQnn01

    0下载:
  2. LVQ神经网络的分类——乳腺肿瘤诊断,很有效果-LVQ neural network classification- breast cancer diagnosis
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:91649
    • 提供者:mark
« 1 2 3 4 5 6 78 9 »
搜珍网 www.dssz.com