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

搜索资源列表

  1. HandWeitenNumRecognition

    0下载:
  2. 通过学习BP神经网络技术,对手写数字进行识别,基于结构的识别法及模板匹配法来提高识别率。-Through the study of BP neural network technology, digital handwriting identification, structure-based identification method and template matching method to improve the recognition rate.
  3. 所属分类:matlab

    • 发布日期:2017-04-27
    • 文件大小:436797
    • 提供者:fang
  1. PCL-1.6-sources

    1下载:
  2. PCL(Point Cloud Library)是在吸收了前人点云相关研究基础上建立起来的大型跨平台开源C++编程库,它实现了大量点云相关的通用算法和高效数据结构,涉及到点云获取、滤波、分割、配准、检索、特征提取、识别、追踪、曲面重建、可视化等。这里是PCL1.6的例子源码-PCL (Point Cloud Library) is on the basis of absorbing the predecessors Point Cloud related research to build a
  3. 所属分类:3D Graphic

    • 发布日期:2015-09-23
    • 文件大小:156672
    • 提供者:yangzhenfa
  1. visualization.tar

    0下载:
  2. 相比DeconvNet写得比较简洁易懂。但是原来代码里面给的数据似乎没法跑。所幸同作者还有一些代码用到了TCNN,比如action recognition,可以一起下载下来参考。这个代码主要特色就是tiled结构,可以用来参考,然后把里面ICA的优化函数换成RICA,Sparse Coding等等。总之,在这个代码里也了解了不少(比如line search等)。-DeconvNet well written and easy to understand compared to relativel
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:139050
    • 提供者:dexter
  1. 24368

    0下载:
  2. 程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-13
    • 文件大小:2857395
    • 提供者:李先生
  1. mycnn

    1下载:
  2. 卷积神经网络识别字符的Matlab程序,包含所需的所有素材和自己改进的一部分代码-Convolutional neural network for handwriten digits recognition: training and simulation. This program implements the convolutional neural network for MNIST handwriten digits recognition, created by Yan
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-12
    • 文件大小:2626624
    • 提供者:杨大林
  1. HMM_VoiceRecognation

    1下载:
  2. 通过基于HMM的语音识别系统的基本结构,详细介绍了语音信号采集、预处理、MFCC特征参数提取、HMM训练和HMM识别等主要模块的基本原理 并针对实际应用中HMM存在的模型初始化和数据溢出等问题进行分析,引入了一些能提高系统性能的相应措施。-By the basic structure of HMM-based speech recognition system, details the basic principles of audio signal acquisition, preproces
  3. 所属分类:matlab

    • 发布日期:2017-05-07
    • 文件大小:1096586
    • 提供者:David
  1. 10

    0下载:
  2. 南京博士编写的关于车牌识别的算法,思路清晰,结构明了。-Nanjing Dr Written on the license plate recognition algorithm, with clarity, structure and clear.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-29
    • 文件大小:196625
    • 提供者:苗哲东
  1. 1

    0下载:
  2. 实验一:基于LMS算法的“苹果-橘子”分类问题 实验二:基于LMS算法的T-G-F字符识别问题 通过以上两个实验,了解ADALINE网络的结构及计算机制,掌握LMS算法,并会利用该算法来解决简单的模式分类问题。1, 学习ADALINE网络的基本结构及其学习机制,并在Matlab中实现 2, 分别对上述两类分类问题进行实现,并根据实验结果完成实验报告 -Experiment 1: Based on LMS Algorithm Apple- Orange classificati
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:40553
    • 提供者:glm
  1. 2012-HIS---Automated-CAD

    0下载:
  2. 通过对CAD/CAM文件的识别来建立不同的文件格式。-CAD/CAM software products can help boost productivity for machining medical parts. However, the process of uating and re-calculating CAD model design is basically carried out manually. The demand for automated CAD process
  3. 所属分类:CAD

    • 发布日期:2017-04-29
    • 文件大小:270338
    • 提供者:haolan
  1. CNN

    1下载:
  2. 卷积神经网络是人工神经网络的一种,已成为当前语音分析和图像识别领域的研究热点。它的权值共享网络结构使之更类似于生物神经网络,降低了网络模型的复杂度,减少了权值的数量。自己可已加入数据,和修改梯度。-Convolutional neural network is an artificial neural network, it has become a research hotspot speech analysis and image recognition field. It weights
  3. 所属分类:Other windows programs

    • 发布日期:2017-06-02
    • 文件大小:14722804
    • 提供者:yaxon
  1. guibui

    0下载:
  2. ICA(主分量分析)算法和程序,基于多相结构的信道化接收机,BP神经网络用于函数拟合与模式识别。- ICA (Principal Component Analysis) algorithm and procedures, Channelized receiver based on multi-phase structure, BP neural network function fitting and pattern recognition.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5079
    • 提供者:薛文虎
  1. CNN

    0下载:
  2. 此代码是对卷积神经网络用于手写字体识别的实现,程序是基于theano库开发的,并且用到了集成化模块keras,方便我们构建自己的网络结构,很好的解决分类问题-This code is the convolution neural network for handwritten character recognition, the program is based on the theano library development, and use the integrated modular k
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:2364
    • 提供者:李知聪
  1. fingnei

    0下载:
  2. 处理信号的时频分析,一个计算声子晶体结构的一维传递矩阵法,BP神经网络用于函数拟合与模式识别。- When processing a signal frequency analysis, A one-dimensional transfer matrix method to calculate the phonon crystal structure, BP neural network function fitting and pattern recognition.
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6580
    • 提供者:杨德
  1. maofie

    0下载:
  2. 基于多相结构的信道化接收机,信号处理中的旋转不变子空间法,基于掌纹识别的在线身份验证 识别算法本科毕设。- Channelized receiver based on multi-phase structure, Signal Processing ESPRIT method, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity.
  3. 所属分类:matlab

    • 发布日期:2017-04-15
    • 文件大小:5744
    • 提供者:fgqnuk
  1. gingyun

    0下载:
  2. D-S证据理论数据融合,一个计算声子晶体结构的一维传递矩阵法,模式识别中的bayes判别分析算法。- D-S evidence theory data fusion, A one-dimensional transfer matrix method to calculate the phonon crystal structure, Pattern Recognition bayes discriminant analysis algorithm.
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4543
    • 提供者:vrmskuju
  1. gunfan_v82

    0下载:
  2. 相参脉冲串复调制信号,基于多相结构的信道化接收机,Gabor小波变换与PCA的人脸识别代码。- Complex modulation coherent pulse train signal, Channelized receiver based on multi-phase structure, Gabor wavelet transform and PCA face recognition code.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:6669
    • 提供者:rvydmfm
  1. houtou_v43

    0下载:
  2. 基于多相结构的信道化接收机,保证准确无误,是学习通信的好帮手,模式识别中的bayes判别分析算法。- Channelized receiver based on multi-phase structure, Ensure accurate communication is learning a good helper, Pattern Recognition bayes discriminant analysis algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-30
    • 文件大小:7692
    • 提供者:孙原
  1. feiyiu_v15

    0下载:
  2. 完整的基于HMM的语音识别系统,最终的权值矩阵就是滤波器的系数,基于多相结构的信道化接收机。- Complete HMM-based speech recognition system, The final weight matrix is ??the filter coefficient, Channelized receiver based on multi-phase structure.
  3. 所属分类:matlab

    • 发布日期:2017-05-05
    • 文件大小:5702
    • 提供者:heng
  1. kaokei_v77

    0下载:
  2. matlab小波分析程序,基于掌纹识别的在线身份验证 识别算法本科毕设,基于多相结构的信道化接收机。- matlab wavelet analysis program, Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity, Channelized receiver based on multi-phase structure.
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:5318
    • 提供者:贺涛锋
  1. RASL_Code_CPP

    0下载:
  2. 鲁棒人脸识别的低秩表示,用来解决批量的人脸对齐问题。-Learning Low-Rank Representations with Classwise Block-Diagonal Structure for Robust Face Recognition
  3. 所属分类:Other systems

    • 发布日期:2017-05-06
    • 文件大小:810873
    • 提供者:涂晓光
« 1 2 3 4 5 67 8 9 »
搜珍网 www.dssz.com