Welcome![Sign In][Sign Up]
Location:
Search - classifier c code

Search list

[Graph programiris_bayes

Description: 贝叶斯分类器的C++源码,用IRIS作类例子,通俗易懂,适合作模式识别、图像处理研究开发用!-Bayesian classifier C source code, using IRIS category for example, easily understood and suitable for pattern recognition, Image processing research and development with!
Platform: | Size: 16084 | Author: sjtu | Hits:

[Graph Recognizeclassifier_linear

Description: 模式识别中线性判别分类器的C++源码,非常容易集成和使用!-pattern recognition linear discriminant classifier C source code, and is easy to integrate and use!
Platform: | Size: 3603 | Author: sjtu | Hits:

[Graph Recognizeclassifier_distance

Description: 模式识别中的距离分类器C++源代码,并含有一个文字识别的例子,适合模式识别、图像识别开发用!-pattern recognition of distance classifier C source code, and contains an example of character recognition, suitable for pattern recognition, Image Recognition by the development.
Platform: | Size: 1926 | Author: sjtu | Hits:

[Algorithmiris_bayes

Description: 贝叶斯分类器的C++源码,用IRIS作类例子,通俗易懂,适合作模式识别、图像处理研究开发用!-Bayesian classifier C source code, using IRIS category for example, easily understood and suitable for pattern recognition, Image processing research and development with!
Platform: | Size: 15360 | Author: | Hits:

[Graph programclassifier_knn

Description: 最近邻分类器(KNN)的C++源码,适合模式识别、图像处理开发者用!-nearest neighbor classifier (KNN) of the C++ source code, suitable for pattern recognition, image processing developers use!
Platform: | Size: 2048 | Author: | Hits:

[Graph Recognizeclassifier_linear

Description: 模式识别中线性判别分类器的C++源码,非常容易集成和使用!-pattern recognition linear discriminant classifier C source code, and is easy to integrate and use!
Platform: | Size: 3072 | Author: | Hits:

[Graph Recognizeclassifier_distance

Description: 模式识别中的距离分类器C++源代码,并含有一个文字识别的例子,适合模式识别、图像识别开发用!-pattern recognition of distance classifier C source code, and contains an example of character recognition, suitable for pattern recognition, Image Recognition by the development.
Platform: | Size: 2048 | Author: | Hits:

[Algorithmnaivebaysianclassify

Description: C语言的朴素贝叶斯分类器代码,是标准C编写的,希望对大家有帮助-C language Naive Bayesian classifier code, prepared by the C standard, and I hope to be helpful
Platform: | Size: 135168 | Author: handman | Hits:

[AI-NN-PRlsvm

Description: 用matlab编写的源程序,作用是对线性svm分类器参数C的最佳值选择,以此更好的对数据集进行训练和预测。-Prepared using matlab source code, the role is a linear SVM classifier parameters C the best value choice to better data sets for training and forecasting.
Platform: | Size: 2048 | Author: 刘娟 | Hits:

[AI-NN-PRscs

Description: 基本遗传分类系统 SCS.C */ /* Simple Classifier System */ /* developed from the Pascal SCS code presented by David E.Goldberg */ /* 同济大学计算机系 王小平 2000年7月 */-Basic genetic classification system SCS.C*//* Simple Classifier System*//* developed from the Pascal SCS code presented by David E. Goldberg*//* Xiao-Ping Wang, Tongji University Department of Computer Science in July 2000* /
Platform: | Size: 7168 | Author: 刘璐 | Hits:

[MultiLanguageBayesClassifier

Description: 一个用C++写的贝叶斯分类器的程序源代码-One with C++ Writing Bayesian classifier source code
Platform: | Size: 12288 | Author: kingf | Hits:

[CSharpClassification.NET

Description: 机器学习各种分类器代码,C#。 包括AdaBoost,DecisionStump,NearestNeighbout,SVM等,包括测试数据的生成-A variety of machine learning classifier code, C#. Including AdaBoost, DecisionStump, NearestNeighbout, SVM, including the generation of test data
Platform: | Size: 10894336 | Author: dyzhao | Hits:

[AI-NN-PRFuzzyClassifier

Description: A Fuzzy classifier using matlab, c++ and delphi. the source code has merged codes developed by these programming languages to do classification.
Platform: | Size: 25600 | Author: amir | Hits:

[xml-soap-webservicecascade2xml

Description: 将训练分类器时产生的代码转化成.xml形式,供c++调用-Generated when the training classifier into the code. Xml format for the c++ call
Platform: | Size: 7448576 | Author: 苏军 | Hits:

[OtherClassifier

Description: C++实现的SVM分类器,代码量稍微大了一点-Achieve C++ SVM classifier, the amount of code become slightly
Platform: | Size: 6103040 | Author: oliver | Hits:

[OtherBayes-classifier-code

Description: 朴素贝叶斯分类器程序代码 采用朴素贝叶斯分类器算法,使用C++语言对英文文本进行分类,实现了一个文本分类器功能-Naive Bayesian classifier program code using Bayesian classification algorithm, using C++ language English text classification, to achieve a text classification function
Platform: | Size: 214016 | Author: 李宁 | Hits:

[Graph Recognizecode

Description: Adaboost的C实现,在原始代码上做了一点小修改,另外加上了详细的注释,能够帮助初学者更好地理解分类器具体如何学习与选择的-Adaboost C implementation, the source code to do a little modification, plus detailed notes, can help beginners to better understand the specifics of how learning and classifier selection
Platform: | Size: 3072 | Author: yejunjian | Hits:

[CSharpbeiyesifenlei

Description: 用C#编写的贝叶斯分类源码,该代码完整,可以直接使用,使用时仅需修改部分参数,即可满足需要,谢谢大家分享。-Written in C# using Bayesian classifier source code, the code integrity, and can be used directly, only when used to modify some parameters, you can meet the need, thank you for sharing.
Platform: | Size: 177152 | Author: lee | Hits:

[OpenCVFaceRecognition_CNN(olivettifaces)

Description: 智能图像/视频处理中,复杂背景环境(比如室外环境、机场、车站等)下,人脸识别的第一步是人脸的检测。它的精确度直接影响到后期识别的结果。不过,领域内的科学家们基本上很难有足够的精力和时间开发优化的C++代码,使其用于商业用途,而一般都是只在Matlab中进行模拟。 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。文章中的分类器的训练数据来自与我的 webcam图像,它们被采集于不同时间,不同光照,不同背景环境下,它几乎可以实时地检测出我(的脸:)。训练的非人脸数据来自对不同背景的采集,用的是同一个webcam。被提取出的人脸区域,已经经过下面的处理:高斯滤波,直方图均衡化。 如果你需要更精确的结果,请从internet上下载更多不同的人脸集合,然后从新训练分类器。和我的库中一样尺寸的公共库是CBCL,其库超过100MB,所以,请大家自己下载楼-Intelligent image/video processing, complex background environment (such as an outdoor environment, airports, stations, etc.), the first step is the recognition of face detection. It directly affects the accuracy of the latter part of the identification results. However, scientists in the field are basically difficult to have enough energy and time to develop optimized C++ code to be used for commercial purposes, and are generally only be simulated in Matlab. The purpose of this paper is to provide an optimized SSE my development, C++ library for face detection, you can immediately use it for your video surveillance system. Face article classifier training data with my webcam images, which are collected at different times, in different lighting, different background environment, it is almost real-time detection of me (a :). Training of non-face data collection different backgrounds, with the same webcam. Was extracted face region, has been subjected to the following treatment: Gaussi
Platform: | Size: 15348736 | Author: 周文活 | Hits:

[Naive Bayes Classifier in C# - Copy

Description: The code above does a couple things. First it takes in two lists of strings (SetA being Spam and SetB being Ham). These lists would be individual words from the messages (although you can do phrases, word pairs, etc.).
Platform: | Size: 20480 | Author: daauudsalaad | Hits:
« 12 »

CodeBus www.codebus.net