登录
首页 » Python » sklearn-tree-BN-knn

sklearn-tree-BN-knn

于 2021-04-16 发布 文件大小:1271KB
0 405
下载积分: 1 下载次数: 3

代码说明:

  分类器的性能比较与调优: 使用scikit-learn 包中的tree,贝叶斯,knn,对数据进行模型训练,尽量了解其原理及运用。 使用不同分析三种分类器在实验中的性能比较,分析它们的特点。 本实验采用的数据集为house与segment。(Performance comparison and optimization of classifiers: We use tree, Bayesian and KNN in scikit-learnpackage to train the data model and try to understand its principle and application. The performances of three classifiers are compared and their characteristics are analyzed. The data set used in this experiment is house and segment.)

文件列表:

lab3, 0 , 2019-03-31
lab3\GaussianNB-house-matplotlib.png, 15026 , 2019-03-22
lab3\GaussianNB-segment-matplotlib.png, 30364 , 2019-03-21
lab3\house-votes-84.data, 18171 , 2016-03-16
lab3\house-votes-84.names, 7059 , 2016-03-16
lab3\knn-house-matplotlib.png, 15725 , 2019-03-22
lab3\knn-house.py, 5523 , 2019-03-22
lab3\knn-segment-matplotlib.png, 29129 , 2019-03-22
lab3\knn-segment.py, 5546 , 2019-03-22
lab3\MultinomialNB-house-matplotlib.png, 14986 , 2019-03-22
lab3\MultinomialNB-segment-matplotlib.png, 31075 , 2019-03-21
lab3\naive-bayes-house.py, 4183 , 2019-03-21
lab3\naive-bayes-segment.py, 5368 , 2019-03-21
lab3\segment-tain.txt, 200410 , 2007-10-11
lab3\segment-test.txt, 109984 , 2007-10-11
lab3\tree-house-graphviz.dot, 1453 , 2019-03-22
lab3\tree-house-graphviz.png, 75493 , 2019-03-22
lab3\tree-house-matplotlib.png, 16219 , 2019-03-22
lab3\tree-house.py, 5870 , 2019-03-22
lab3\tree-segment-graphviz.dot, 17529 , 2019-03-22
lab3\tree-segment-graphviz.png, 1011689 , 2019-03-22
lab3\tree-segment-matplotlib.png, 41287 , 2019-03-22
lab3\tree-segment.py, 6706 , 2019-03-22

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Social-Networks-PPT-a-R
    主要内容为R语言环境下的社交网络数据挖掘,附有源代码和数据,并包含案例所使用的PPT和相关文献。(The main content is under R locales social network data mining, with the source code and data, and includes cases PPT and related documentation used.)
    2020-11-25 11:19:32下载
    积分:1
  • 高效用项集算法--HMINE算法
    数据挖掘算法,高效用项集挖掘算法,加权频发项集挖掘算法,HMINE算法,源码中有详细注释
    2022-02-04 07:22:38下载
    积分:1
  • my_apriori
    很好用的关联规则挖掘经典算法,推荐使用。包括支持度、置信度、提升度,输出结果到excel文件(Good use of association rules mining classic algorithm, recommended)
    2018-11-14 15:51:16下载
    积分:1
  • boston_housing
    说明:  采用机器学习预测房价.使用波士顿房屋信息数据来训练和测试一个模型,并对模型的性能和预测能力进行评估。(Using Machine Learning to Predict House Prices)
    2019-10-04 11:48:44下载
    积分:1
  • TurbulentWindGenerator
    三维风场模拟.利用Kaimal spectrum结合FFT进行风场模拟,生成风速时程得进行必要参数的定义。(3D Turbulent Wind Generation。 Generation of three-dimensional turbulent wind fields, by employing a Kaimal spectrum and IEC-based coherence function. )
    2017-02-28 11:35:25下载
    积分:1
  • Kares入门资料打包
    深度学习框架Keras入门资料,里面的代码包括课件和DEMO有利于新书入门学习,简单易懂(Keras Introductory Information of Deep Learning Framework, which includes courseware and DEMO, is helpful for introductory learning of new books. It is easy to understand.)
    2020-06-17 17:00:01下载
    积分:1
  • k-means-for-iris
    说明:  利用K均值聚类对鸢尾花样本进行聚类的matlab程序,包含源代码、样本数据、聚类结果(The matlab program of clustering iris samples by K-means clustering, including source code, sample data and clustering results)
    2020-10-17 20:27:27下载
    积分:1
  • 频繁项集算法--TWOPHASE算法
    数据挖掘经典算法,频繁项集挖掘经典算法,TWOPHASE算法,源码中有详细注释
    2022-10-13 14:30:03下载
    积分:1
  • sklearn-tree-BN-knn
    说明:  分类器的性能比较与调优: 使用scikit-learn 包中的tree,贝叶斯,knn,对数据进行模型训练,尽量了解其原理及运用。 使用不同分析三种分类器在实验中的性能比较,分析它们的特点。 本实验采用的数据集为house与segment。(Performance comparison and optimization of classifiers: We use tree, Bayesian and KNN in scikit-learnpackage to train the data model and try to understand its principle and application. The performances of three classifiers are compared and their characteristics are analyzed. The data set used in this experiment is house and segment.)
    2021-04-16 15:08:53下载
    积分:1
  • knn.py
    kNN算法的核心思想是如果一个样本在特征空间中的k个最相邻的样本中的大多数属于某一个类别,则该样本也属于这个类别,并具有这个类别上样本的特性。该方法在确定分类决策上只依据最邻近的一个或者几个样本的类别来决定待分样本所属的类别。 kNN方法在类别决策时,只与极少量的相邻样本有关。由于kNN方法主要靠周围有限的邻近的样本,而不是靠判别类域的方法来确定所属类别的,因此对于类域的交叉或重叠较多的待分样本集来说,kNN方法较其他方法更为适合。(Basic source application)
    2018-10-30 16:50:13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载