搜索资源列表
自组织
- 自组织神经网络,用于模式识别以及故障智能诊断。 -self-organizing neural networks for pattern recognition and intelligent fault diagnosis.
k-meanss
- 模式识别作业,C程序编写的K-均值算法.-pattern recognition work, the C programming K-means algorithm.
Homework_191007
- 平台:VS2005 描述:这是华东师大模式识别课程的第三个Homework。用C#实现的人脸识别小程序,算法采用K阶近邻法,人脸图片来自Yale Database。上传的压缩文件里面有我的report和工程文件夹的打包。
贪心算法
- 模式识别中的贪心算法,是根据分配篮球队员的简单条件做的-pattern recognition of greedy algorithm is based on the distribution of basketball players do the simple conditions
moshi
- 模式识别入门与提高(代码大全)包括很多实例,尤其是神经元网络-entry and improve pattern recognition (code Daquan) includes many examples, in particular neural network
Animal
- 实验一:基于web的动物识别系统 1. 实验目的 理解和掌握产生式知识表示方法及产生式系统的基本过程,能够利用Web编程技术建立一个基于产生式知识表示的简单的智能系统。 2. 实验环境 (1) 硬件环境:网络环境中的微型计算机。 (2) 软件环境:Windows操作系统,任选一种网络编程语言和数据库管理系统。 3. 实验要求 (1) 以本书第2章动物识别产生式系统的规则为知识库(可增加规则),采用正向推理或逆向推理方式。 (2) 以选定的数据库管理
Distance
- 最小距离法进行模式识别的一类经典程序设计算法-Minimum distance method for a class of pattern recognition algorithm for classical programming
ToGray
- 模式识别,验证码识别,识别简单的验证码。 识大家参考-Pattern recognition, identification verification code
sss_source
- 《OpenCV教程》(基础篇)是国内第一本全面介绍OpenCV的中文版图书,对OpenCV开放源代码计算机视觉库进行了详细讲解。OpenCV由一系列C函数和C++类构成,功能涵盖图像处理、计算机视觉和模式识别等领域。OpenCV实现了大量通用算法,涉及到图像处理、结构分析、运动检测、摄像机定标、三维重建以及机器学习等方面,并有较高的运行效率。-The Open Source Computer Vision Library may contain design defects or errors
Classificationprogram
- 模式识别分类程序,对输入的数字进行识别输出-Pattern recognition classification procedures, to identify the number of input output
K-means-cSharp--code
- k均值算法是模式识别的聚分类问题,这是用C#实现其算法-K-means algorithm is pattern recognition of poly classification problem, this is written in c# realize its algorithm
Signature-recognition-system
- 模式识别-手写签名识别系统识别!使用K近邻,Bayes分类!-Pattern recognition- recognition of handwritten signature recognition system! Using the K-nearest neighbor and Bayes classification!
julei
- 这是模式识别中的最大最小聚类算法,并且求出了类内距离、类间距离,中间步骤很详细的-This is the maximum and minimum clustering algorithm for pattern recognition, and calculated the within-class distance, the distance between the class, an intermediate step is detailed
24908487hmm
- 的原程序,用于模式识别,有经典例子,大家赶紧来看啊-The original program for pattern recognition, a classic example, we quickly look ah
YanZhengMa
- 本人图像处理的期末课程作业,使用模式识别自动识别验证码。老师都给好评哦-I end image processing course work, the use of pattern recognition automatic identification code
Handwriting
- 手写识别(HandWriting Recognition)是指将在手写设备上书写时产生的有序轨迹信息化转化为汉字内码的过程,实际上是手写轨迹的坐标序列到汉字的内码的一个映射过程,是人机交互最自然、最方便的手段之一。 随着智能手机、掌上电脑等移动信息工具的普及,手写识别技术也进入了规模应用时代。 手写识别能够使用户按照最自然、最方便的输入方式进行文字输入,易学易用,可取代键盘或者鼠标。用于手写输入的设备有许多种,比如电磁感应手写板、压感式手写板、触摸屏、触控板、超声波笔等。 手写识别属
k
- 模式识别k聚类算法源代码,c语言内容描述。-Pattern Recognition Chapter
Desktop
- 支持向量机在解决小样本、非线性及高维模式识别中表现出许多特有的优势。-Support vector machine (SVM) in tackling small sample, nonlinear and high dimensional pattern recognition show many unique advantages.
Visual-cPP
- Visual C++数字图像模式识别技术详解书中源代码答案-Visual c++ source code in the digital image pattern recognition techniques, a book
Solution_Knn
- 利用KNN算法实现模式识别,通过黎曼流形来衡量矩阵的相似性。-use the knn agrithm to object classification.