CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数据挖掘 搜索资源 - example.a

搜索资源列表

  1. released

    0下载:
  2. 本文件是我自己写的决策树的一个例子,很适合初学者学习,用决策树分类,实现很简单-This document is an example of the decision tree of my own writing, it is suitable for beginners to learn, decision tree classification, to achieve a very simple
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:284566
    • 提供者:chituma
  1. pca_exercise

    0下载:
  2. 这是一份介绍PCA在图像处理里面的例子,里面代码都有详细介绍,很有价值-This is a descr iption of the image processing inside PCA example, which codes are detailed, great value
  3. 所属分类:Data Mining

    • 发布日期:2017-05-25
    • 文件大小:8331581
    • 提供者:肖罗
  1. KNN

    0下载:
  2. K-最邻近分类器的一个实例,实现了对数据的分类,内含测试数据-an example of K-nearest algorithm,containing a set of test data
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:600623
    • 提供者:bellewanglu
  1. k-means

    0下载:
  2. k-means算法的一个小实例,很好的展示了,算法的过程,测试聚类文件在txt中-A small example k-means algorithm, a good showing, the algorithm process, the test cluster file txt
  3. 所属分类:Data Mining

    • 发布日期:2017-05-01
    • 文件大小:9640
    • 提供者:
  1. kmeans

    0下载:
  2. k-means算法的一个小实例,很好的展示了,算法的过程-k-means algorithm for a small example, a good showing, the algorithm process
  3. 所属分类:Data Mining

    • 发布日期:2017-04-30
    • 文件大小:8395
    • 提供者:
  1. BasicELM

    0下载:
  2. 用一个简短的例子说明了随机权神经网络算法,算是对深度学习的入门的一个小的巩固-With a brief example illustrates the random weights neural network algorithm, considered for entry-depth study of a small consolidation
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1224
    • 提供者:郭东
  1. DecisionTree

    0下载:
  2. 本程序是利用python写的一个决策树算法,通过该例子可以实现简单的决策树处理,也可以学习决策树算法的基本思想。-This procedure is to use python to write a decision tree algorithm, this example can be achieved by a simple decision tree processing, you can also learn the basic idea of the decision tree alg
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2111
    • 提供者:liuchao
  1. KNN-implement-by-python

    0下载:
  2. 该程序是用python编写一个K近邻算法,通过该例子可以掌握K近邻算法,是学习数据挖掘的一个高效的算法。-The program is written in python a K-nearest neighbor algorithm, this example can grasp the K-nearest neighbor algorithm, a learning data mining and efficient algorithms.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1379
    • 提供者:liuchao
  1. LogisticRegression

    0下载:
  2. 本例是用Python写的简单的逻辑回归的例子,可以下载试试。-This case is an example of a simple logistic regression written in Python, you can download a try.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1598
    • 提供者:liuchao
  1. svmMLiA

    0下载:
  2. 支持向量机是最常用的一种分类器,它通过求解一个二次优化问题来最大化分类间隔,本例采用的SMO算法,可以大大优化运行-Support vector machine is the most commonly used classifier, it can be used to solve a two optimization problem to maximize the classification interval, this example uses the SMO algorithm, ca
  3. 所属分类:Data Mining

    • 发布日期:2017-05-04
    • 文件大小:3588
    • 提供者:dongyanyan
  1. MLRforSSVEPDemo

    0下载:
  2. 对于CK信号进行降维,同时也有线性回归方法,里面有一个例子供大家学习-CK signal for dimensionality reduction, but also a linear regression method, which has an example for everyone to learn
  3. 所属分类:Data Mining

    • 发布日期:2017-05-18
    • 文件大小:4986844
    • 提供者:姚瑞琦
  1. Naive-bayes

    0下载:
  2. 本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:661
    • 提供者:王志坦
  1. C4.5

    1下载:
  2. C4.5算法的matlab实现,里面有标准数据集作为实例进行演示-C4.5 algorithm matlab implementation, which has a standard data set as an example to demonstrate
  3. 所属分类:Data Mining

    • 发布日期:2017-05-05
    • 文件大小:357136
    • 提供者:宋林
  1. svm-classification

    0下载:
  2. 此文件是利用支持向量机解决分类预测问题的一个简单的例子-This document is a simple example of using support vector machines to solve classification prediction problems
  3. 所属分类:Data Mining

    • 发布日期:2017-12-11
    • 文件大小:16313
    • 提供者:张楠
搜珍网 www.dssz.com