搜索资源列表
IntegarteClass(积分类)
- 该源码给出了常用的积分算法源码。像梯形法,龙贝格,森普斯算法等。-the source is a common source integral algorithm. Act like a trapezoid, Romberg, Senpushi algorithm.
libsvm-2.81
- svmLight 分类器,使用方便,有原代码可扩充算法。 -svmLight classifier, easy to use, the original code algorithm can be expanded.
C4.5-C
- 这是数据挖掘分类算法中的C4.5算法的C实现版本,为Linux下的,希望对大家有所帮助。-This is the classification of data mining algorithms to the C4.5 algorithm to achieve the C version of Linux. We want to help.
pisvm-1.0
- 支持向量分类算法在linux操作系统下的是实现,是一个简单的小程序。-support vector classification algorithm in the Linux operating system is realized, is a simple, small procedures.
id3(c)
- 数据挖掘分类算法中的ID3算法C语言代码实现。已经调试。-data mining classification algorithm ID3 algorithm C language code to achieve. Debugging has.
IntrusionDetectionTechnologyBaseonSupportVectorMac
- 本论文将统计学习理论引入入侵检测领域,讨论了基于SVM方法的智能检测 策略,检测算法具有良好的推广能力.引入HVDM距离代替范数,改进了SVM的 RBF核函数定义,使之能够直接处理异构的网络连接信息 利用有保证的估计方法 来确定训练数据集规模,避免了依靠实验选择训练规模的盲目性 针对重复样本 和重要样本提出了样本加权的思路,降低了错分样本的可能 考虑到网络连接记 录的不同属性对检测结果贡献不一的事实,提出了特征选择与特征加权的方法, 进而得到一个更好的分类超平面,提高了检
KNN
- k最近邻分类算法:用C++实现KNN分类
KNN
- k阶临近算法 可以用于文本分类和加密的应用
sys_inf_get
- 获取系统信息源码,系统信息获取就这么简单哦-Source to obtain system information, system information access as simple as, oh
tuopangood
- 实现系统托盘功能,不会出现系统异常现象,运行十分稳定。-The realization of the system tray functions, system anomaly does not appear, run very stable.
BayesTree_0.2-0
- 为一个贝叶斯分类的学习算法实现,是基于linux系统下的c++实现-As a Bayesian classifier learning algorithm is based on linux systems c++ Achieve
malic
- 它是SourceForge上的一个开源项目,使用Malib实现实时处理,CSU Face Identification Evaluation System进行人脸识别。算法包括:主成份分析(principle components analysis (PCA)),a.k.a eigenfaces算法,混合主成份分析,线性判别分析(PCA+LDA),图像差分分类器(IIDC),弹性图像匹配算法(EBGM)等等 Malic is realtime face recognition system
ripper(origin)
- Ripper 分类算法,基于规格的分类算法-Ripper algorithm based on the rule
BP
- 使用matlab编写的BP神经网络的算法,使用单隐层的网络,其中包括一个实例文件,对20个数据作分类。-Prepared using matlab algorithm BP neural network, using a single hidden layer networks, including an instance of the file, the data for 20 categories.
bayes-sort
- 电子书,一篇论文,----用于分类规则挖掘的贝叶斯信念构造算法-For Classification Rule Mining Algorithm for Constructing Bayesian Belief
boosting_src
- Boosting中的AdaBoost.M1算法在文本分类中的应用实现。使用ICTCLAS用于中文分词,弱分类器使用Naive Bayes。程序参数使用配置文件的格式。-Application of text classification using AdaBoost.M1. Use ICTCLAS tool in Chinese segment, and use Naive Bayes as the weak classifier. use the config file as the para
mahout-distribution-0.5.tar
- Mahout 是 Apache Software Foundation(ASF) 旗下的一个开源项目,提供一些可扩展的机器学习领域经典算法的实现,旨在帮助开发人员更加方便快捷地创建智能应用程序。Apache Mahout项目已经发展到了它的第三个年头,目前已经有了三个公共发行版本。Mahout包含许多实现,包括集群、分类、推荐过滤、频繁子项挖掘。此外,通过使用 Apache Hadoop 库,Mahout 可以有效地扩展到云中。 -Mahout is Apache Software Founda
bayes_examp
- 朴素贝叶斯分类算法是机器学习中十分经典而且应用十分广泛的算法,下面将逐步学习和说明。-Naive Bayes classifier machine learning algorithm is very classic and very broad application of the algorithm, the following will gradually learn and descr iption.
CPPHandwritten-character-recognition
- VC++ 手写文字识别程序源码。实现手写数字给出不同的分类器识别结果,可心采用模板匹配分类器(最邻近模板匹配法)识别。手写数字或者打开已有的手写数字图像后,在右视图空白处,单击鼠标左键,激活右视图,选择菜单中的各种分类算法,可以对手写数字进行分类。-VC++ handwriting recognition program source code. Handwritten numbers give different classification recognition result satisf
smokeRecognize-master
- 利用SVM对烟雾进行分类检测,很方便使用,内有SVM模型(Classification and Detection of Smoke Using SVM)