搜索资源列表
Advanced_Router_design
- 要 高性能和安全是计算机网络研究的两个主要问题。如何使路由器在保证转发性能的前提下提供网络安全保护已经成为当前的研究热点。本文介绍了在完成国家“863”计划重大课题“高性能安全路由器”的过程中解决的若干关键技术问题。“高性能安全路由器”基于自主设计的高性能路由器操作系统HEROS。为保证高性能的路由转发,设计实现了基于RAM的高性能路由查找算法;为支持服务质量控制和安全管理,设计实现了基于无冲突哈希Trie树的分组分类算法和基于反馈的分布式分组调度算法;为保证网络安全,提出了基于分布式密钥管理的
knn
- 朴素贝叶斯(Naive Bayes, NB)算法是机器学习领域中常用的一种基于概率的分类算法,非常简单有效。k近邻法(k-Nearest Neighbor, kNN)[30,31]又称为基于实例(Example-based, Instance-bases)的算法,其基本思想相当直观:Rocchio法来源于信息检索系统,后来最早由Hull在1994年应用于分类[74],从那以后,Rocchio方法就在文本分类中广泛应用起来。
一个求解多目标问题的算法
- 分类号 密级 太原理工大学 硕 士 学 位 论 文-Abstract Confidential Taiyuan University of Technology master's degree thesis
KMM
- 针对传统快速k-近邻分类算法的缺陷,提出了一种基于近邻搜索的快速k-近邻分类算法———超球搜 索法。该方法通过对特征空间的预组织,使分类在以待分样本为中心的超球内进行,有效地缩小了搜索范围。 -Rapid response to traditional k-neighbors of the defect classification algorithm, a fast search based on neighbor k-neighbor classification algorithm
DatamininginChinesemedicalrecords
- 本研究中,我们研究了一种新的基于短语的特征提取算法。并把这种算法应用到中文真实病历的分类中,取得了较好的分类效果。-In this study,we employed a novel feature extract method--the phrase based feature extracting method.
AnApproachToTheNeuralNetworkBasedDataMining
- 针对数据挖掘中的分类问题,本文提出了一种利用神经网络抽取分类规则都方法。为了易于抽取规则,采用遗传算法对神经网络的结构进行了进化。实际运行结果表明了该方法的有效性。-Classification is an inportant problem in data mining.This paper presents an approach to discover classification rules by using neural networks.Genetic algorithms is u
e
- 基于边缘特征的水下目标分类识别算法 摘要:基于形状相似度的概念,利用目标边缘轮廓特征,给出一种基于距离多集方法的水雷目标性状分类算法。-Based on the edge of the characteristics of the underwater target classification and recognition algorithm Abstract: Based on the concept of shape similarity, using the edge of the
Bayes
- 基于信息几何构建朴素贝叶斯分类器,一篇论文,写的挺好的。请改名为doc 简单的实现了遗传算法的功能。-Geometry-based Naive Bayes classifier to build, a paper written in very good shape. Simple implementation of genetic algorithm.
multisvm.ps
- 台湾林智仁等对如何使用SVM进行多分类的理论、算法以及实验的介绍-Taiwan' s Lin Zhiren, etc. on how to use SVM for multi-classification of the theory, algorithms and experimental introduction of
File22
- 基于关键词的Web文档自动分类算法研究,文档关键词,语义相似度,聚类算法,知网,拓扑网络图,中文分词-Keyword-based Web Document Classification Algorithm, document keywords, semantic similarity, clustering algorithm, HowNet, topological network diagrams, Chinese word segmentation
8080524
- 基于特征选择和svms的图像分类 MI算法-Feature selection and image classification svms
Adaboost-Algorithm
- 2001年第一次提出应用于人脸检测的adboost分类算法。能够用于二分类。-In 2001, the adaboost algorithm was first come up as the method to solve the problem of face detection.
Data-Classification-and-Recognition
- 提出一种基于模糊C 均值的支持向量机分类算法,通过模糊C 均值算法对未知类别数据 进行划分,然后再利用支持向量行对划分后的数据机进训练。解决了以往人们应用支持向量机进行 数据分类识别前必须采用已知类别的数据对支持向量机进行训练的弊端,提高了数据分类的效率。-Support vector machines classification algorithm is proposed based on Fuzzy C-Means, Fuzzy C-Means algorithm unknown
svn
- 一种经典的机器学习分类算法。适用于样本相对较少的情况。-A classical machine learning classifying algorithm. It applies to few-specimen condition.
Decision-Tree
- 决策树是数据挖掘分类算法的一个重要方法。在各种分类算法中,决策树是最直观的一种。决策树(Decision Tree)是在已知各种情况发生概率的基础上,通过构成决策树来求取净现值的期望值大于等于零的概率。-A decision tree is an important method of data mining classification algorithms. In various classification algorithms, decision trees is the most in
image-engineering
- 对图形图像的预处理算法,模式分类算法,是一本对图像处理工程全面的知识详细做了分析的书-Pre processing algorithms on graphics, pattern classification algorithms, is a Book of knowledge engineering comprehensive image processing with the analyses of the book
Classification-MatLab-Toolbox
- 各种分类算法都包括在里面,有SVAR,ADMM等,在运用时,只需要调用就可以了。-Various classification algorithms are included in the inside, there SVAR, ADMM, etc., in the use, you only need to call on it.
Rotation-Invariant-Texture
- 该文献是关于旋转不变纹理特征的提取,分类算法-the paper is about rotation invariant texture feature classification algorithm
fault-detect
- 故障检测方向的信号处理方案,适合模式识别和分类算法的方向-the signal project for the fault detect.which is suit for the direction of the patter recognize and classified
经典算法讲解
- 分类总结常见的算法面试题,包括数组,链表,图,树,哈希表等数据结构的介绍并有相关常见的算法题讲解