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

搜索资源列表

  1. ModularNet

    0下载:
  2. 本源代码是本人亲自编写的关于模糊神经网络模型的实现,它结合了模糊逻辑和神经网络的优点,具有全局逼近的功能。本代码提供了简单的界面,输入学习样本,可以进行预测并能输出预测结果。-source code is personally prepared by the fuzzy neural network model implementation, which was a combination of fuzzy logic and neural network advantages, and hav
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:83581
    • 提供者:朱华艳
  1. LeafRecognization-FromLittlebone

    0下载:
  2. 首先对10个样本进行学习,计算得到一个“叶子”的“记忆”模式,然后对输入的模式进行识别,给出相似度。-first pair of 10 samples for study, calculated a "leaf" the "memory" mode, and then import the model identification, given similarity.
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:16707
    • 提供者:小骨头
  1. Isodata_algorithm

    0下载:
  2. ISODATA算法的c++实现, 输入数据保存在data.txt中, 第一行的元素为样本总数sampleNum, 下面每一行为一个样本数据-ISODATA Algorithm c realize that the importation of data stored in data.txt, the first trip to the elements sampleNum the total number of samples, each of the following acts
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2212
    • 提供者:rmb
  1. image-textual-analysis

    0下载:
  2. 计算图像纹理共生矩阵及共生矩阵相关系数、熵等几个特征值,供后续的分类识别应用。提供了友好的操作界面。觉得最好的应用就是用于人脸识别的样本训练。-calculated image texture symbiotic matrix and symbiotic correlation coefficient matrix, some features, such as entropy values for the follow-up to the recognition and classificat
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:90736
    • 提供者:leilin
  1. Volterra_luzhenbo5

    0下载:
  2. 更新说明: 此版本在版本1、2的基础上做了2点重大改进 1、改进了PhaSpa2VoltCoef函数算法,使得现算法的运行速度约是原算法的4倍 2、改进了volterra_train_lu函数算法,使得相对均方误差提高了约1000倍,新算法不再需要对样本做归一化处理-Update : This version of the 1,2 version on the basis of a 2:00 a significant improvement, improved PhaSpa2Vol
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:13751
    • 提供者:陆振波
  1. Volterra_MultiStepPred_luzhenbo

    3下载:
  2. 基于Volterra滤波器混沌时间序列多步预测 作者:陆振波,海军工程大学 欢迎同行来信交流与合作,更多文章与程序下载请访问我的个人主页 电子邮件:luzhenbo@sina.com 个人主页:luzhenbo.88uu.com.cn 参考文献: 1、张家树.混沌时间序列的Volterra自适应预测.物理学报.2000.03 2、Scott C.Douglas, Teresa H.-Y. Meng, Normalized Data Nonlineariti
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:11847
    • 提供者:陆振波
  1. edege_detection

    1下载:
  2. 基于小波变换模极大的多尺度图像边缘检测matlab源代码,该算法采用的是样条小波,为了更好的检测边缘,用多孔算法代替了mallat算法。该算法和mallat快速算法主要区别: 1 多孔算法不需要抽取偶数样本,所以奇异检测定位更准确,相应的重构是不需要插零。2 多孔算法需要对滤波器进行伸缩。-based on wavelet transform modulus maxima of multiscale edge detection Matlab source code, The algori
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1058
    • 提供者:高锋
  1. svm_with_workset

    0下载:
  2. 本程序为一SVM训练程序,利用了workset可以训练大数据量样本。在workset中优化的过程中利用了SMO算法。-SVM training for a procedure, and use of WorkSet can train a large number of data samples. WorkSet were in the process of optimizing the use of the SMO algorithm.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:8192
    • 提供者:万广鲁
  1. forcast_classification

    0下载:
  2. BPDL.m可以通过神经网络进行预测和样本分类-BPDL.m through neural network forecasting and sample classification
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2472
    • 提供者:陈亨利
  1. DigitRec

    1下载:
  2. 数字识别系统源代码: 第一步:训练网络。使用训练样本进行训练 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90%。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行。 具体步骤为:“256色位图转为灰度图”-“灰度图二值化”-“
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:59562
    • 提供者:孙瑞霞
  1. xcov

    0下载:
  2. 样本的互相关函数与互协方差的估计值计算 -samples of the cross-correlation function and covariance among the estimated value
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:807
    • 提供者:cjl
  1. thefacecognition

    0下载:
  2. 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -Offline Character Recognition for The template matching, USPS font terminology Fisher Linear found handwritten identification numbers. For some reason, some of the databases
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:67086
    • 提供者:飞飞
  1. therecignitionofnumberbypipei

    0下载:
  2. 本程序是一个利用模板匹配法进行手写数字识别的程序,待识别的样本是0~9几个数字,内容包括位图的读写,细化方法,模板的建立等-this procedure is the use of a template matching method handwritten numeral recognition procedures question identify the sample was 0 ~ 9 figures, including bitmap literacy, refining metho
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:54285
    • 提供者:赵倩
  1. yalefaces

    3下载:
  2. yale人脸库,做人脸识别所必须的样本图像。希望对大家有用。-Face library, which must be done face recognition sample images. We hope that the right useful.
  3. 所属分类:生物技术

    • 发布日期:2008-10-13
    • 文件大小:1627587
    • 提供者:蓝灵
  1. ImageCheck

    0下载:
  2. 使用Direct show从摄像头采集图片,判断图像中是否有运动人体,并进行报警和保留样本,可用于智能监控。-show from the use of Direct Acquisition camera pictures, to judge whether there are images of human movement, and the police and retain samples for intelligent monitoring.
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:109733
    • 提供者:蔡荣杰
  1. TypRec

    1下载:
  2. 车牌识别程序之车牌分割算法,MFC开发,带样本图片文件-LPR procedures plates segmentation algorithm, MFC development, with sample photos
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:725413
    • 提供者:wan
  1. changyongsousuosuanfa

    0下载:
  2. 常用搜索算法 光盘上包括了书上提供的例程及算法,均可在Visual C++ 6.0下编译通过。 读者可参照书籍了解程序的使用。 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -search algorithm commonly used on the CD, including a book on th
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:131868
    • 提供者:super
  1. lianjizifushibie

    0下载:
  2. 联机字符识别 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -online character recognition experimental materials inside provided some experimental pattern recognition database. These "
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:151777
    • 提供者:super
  1. tuojizifushibie

    0下载:
  2. 脱机字符识别 实验素材里面提供了一些模式识别实验用的数据库。其中“数字和字母图像” 用于脱机字符识别里的模板匹配法,USPS字库用语Fisher线性判定识别手写数 字。由于一些原因,有些数据库不能提供,需要读者自己采集样本。 -experimental materials inside provided some experimental pattern recognition database. These "numbers and letters images
  3. 所属分类:图形/文字识别

    • 发布日期:2008-10-13
    • 文件大小:191558
    • 提供者:super
  1. percept2

    0下载:
  2. 奇异样本对感知器神经网络训练的影响,分三部分:创建感知器神经网络,训练该感知器神经网络,验感器神经网络-singular sample perceptron neural network training, the effects of three parts : creating perceptron neural network, training the perceptron neural network, neural networks autopsy sensilla
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:817
    • 提供者:lizhch
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com