资源列表
K-meansNB
- :将K—means算法引入到朴素贝叶斯分类研究中,提出一种基于K—means的朴素贝叶斯分类算法。首先用K— me.arks算法对原始数据集中的完整数据子集进行聚类,计算缺失数据子集中的每条记录与 个簇重心之间的相似度,把记 录赋给距离最近的一个簇,并用该簇相应的属性均值来填充记录的缺失值,然后用朴素贝叶斯分类算法对处理后的数据 集进行分类。实验结果表明,与朴素贝叶斯相比,基于K—means思想的朴素贝叶斯算法具有较高的分类准确率。-: K-means algorithm will
julei
- 聚类是数据挖掘中重要的研究课题。文章介绍了聚类,讨论了聚类分析中的数据类型及其相异度,概括了数据 挖掘中常用的聚类方法。最后,提出了聚类研究中今后的若干发展趋势。-Clustering is an important data mining research. In this paper, clustering, cluster analysis discussed in the different data types and their degrees, a summary of com
NB
- :朴素贝叶斯分类器是一种简单而高效的分类器,但是它的属性独立性假设使其无法表示现实世界属性之间的依赖关 系,以及它的被动学习策略,影响了它的分类性能。本文从不同的角度出发,讨论并分析了三种改进朴素贝叶斯分类 性能的方法。为进一步的研究打下坚实的基础。-: Naive Bayesian classifier is a simple and efficient classifier, but its attribute independence assumption that the rea
animal061221006
- 一个基于JSP的在线动物识别系统,使用产生式方法-a animal recognizing system based on jsp
A06c.cpp
- TSP 10 city ,read data from text file
9DOF-robot
- 一种9DOF模块化机器人的运动学反解的论文,对于如何求解机器人建模有帮助-9DOF a modular robot inverse kinematics solution of the papers, how to help solve the robot modeling
scara-robot
- 应用基于运动螺旋的机器人正解映射求解,同样也是求解机器人模型的论文-Applications based on the spiral movement of the robot is mapping solution to solve, but also paper to solve the robot model
scara_design
- 一篇关于SCARA机器人的研究与设计的论文,希望对从事这方面研究的人有用-SCARA robot on a research and design paper, in the hope that research in this area were useful
lpsvm
- 该文件是Newton Method for LP Support Vector Machine 文章的程序-This is a procedure for this paper with title "Newton Method for LP Support Vector Machine"
fuzzyneuralnetwork
- 一个将模糊控制和神经网络相结合的方法,用matlab实现的模板-A fuzzy control and neural network combining methods to achieve matlab template
geneticalgorithms
- 这是一本关于遗传算法的书,还有相关程序,matlab 它对初学者来说非常有用。-This is a book on genetic algorithms, as well as related procedures, matlab it is very useful for beginners.
ada_2.0-1
- Adaboost,一种很流行的机器学习算法。用matlab实现的。-Adaboost, a very popular machine learning algorithm. Achieved using matlab.