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

搜索资源列表

  1. PCA-AND-PNN

    0下载:
  2. 应用主成分分析对数据降维,将得到的数据用于概率神经网络训练,进行模式识别。对于一组新数据,先计算主成分得分,再输入训练好的概率神经网络,就会得到识别结果,即改组数据属于何种类别。-Principal component analysis of the data reduction, data will be obtained for the probabilistic neural network training, pattern recognition. For a new set of d
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2.09kb
    • 提供者:何晶晶
  1. naivebayes

    0下载:
  2. 朴素贝叶斯算法 求导致某一结果或现象发生的最可能的条件-Naive Bayes algorithm for the most likely cause of the condition or a result of the phenomenon
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:592byte
    • 提供者:王浩然
  1. Kmeans

    0下载:
  2. 直接输入图片,以及类别数,返回分类结果,聚类中心,跌代次数。-Directly enter the picture, as well as the number of categories, the classification result is returned, the cluster center, down the number of generations.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:665byte
    • 提供者:
  1. Moving-Average-Strategy

    0下载:
  2. 利用均线策略进行股票交易,程序为回测的结果-The use of average strategy for stock trading, the program in return for the result of the test
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2.91kb
    • 提供者:夏瀛韬
  1. treePlotter

    0下载:
  2. 决策树根据信息增益对数据进行分类,并且构造树的结构,输出结果易于理解-Decision tree based on information gain to classify the data, and construct the structure of the tree, the output result is easy to understand
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1.36kb
    • 提供者:dongyanyan
  1. Sogou-character-porfile

    0下载:
  2. 介绍人物标签处理的过程,从数据采集,分词,预处理,算法选择以及结果展示方面来介绍相关过程。-This paper introduces the process of character label processing, and introduces the process of data acquisition, word segmentation, preprocessing, algorithm selection and result display.
  3. 所属分类:Data Mining

    • 发布日期:2017-12-12
    • 文件大小:572.42kb
    • 提供者:张陶
  1. Douban

    0下载:
  2. scrapy爬虫,爬取豆瓣评分大于8.5分的电影名单,结果存储于MySql数据库。-scrapy reptiles, crawling watercress score greater than 8.5 of the list of films, the result is stored in the MySql.
  3. 所属分类:Data Mining

    • 发布日期:2017-12-14
    • 文件大小:90.94kb
    • 提供者:赵**
  1. NBA_data_Analysis-Project

    1下载:
  2. 对NBA球员的大数据进行分析,含代码和结果图(Analyze the big data for NBA players, including code and result diagrams)
  3. 所属分类:数据挖掘

    • 发布日期:2017-12-15
    • 文件大小:9.07mb
    • 提供者:Hare_
  1. apcluster.m

    0下载:
  2. ap算法完成ap聚类操作 需要输入参数为数据集 偏向参数 输出结果为聚类数目(The AP algorithm completes the AP clustering operation, the input parameter is the data set bias parameter, and the output result is the number of clusters)
  3. 所属分类:数据挖掘

    • 发布日期:2018-01-05
    • 文件大小:3kb
    • 提供者:紫翼叶晨
  1. textclustering-master

    0下载:
  2. 对于大文本进行挖掘聚类,该方法不考虑文字词语出现的频率信息,考虑上下文语境,将所有的字根据预定义的特征进行词位特征学习,获得一个训练模型。然后对待分字符串的每一个字进行词位标注,最后根据词位定义获得最终的分词结果。(Digging for large text clustering, the method does not consider the text word frequency of information, considering the context, all the words
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:14.77mb
    • 提供者:富贵再三123
  1. svm

    0下载:
  2. 该代码实现了经典的SVM支持向量机算法,Python语言编写,产生结果图。(This code implements the classic SVM support vector machine algorithm, Python language, and produces the result graph.)
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-02
    • 文件大小:2kb
    • 提供者:cc1996
  1. knn

    0下载:
  2. 模式识别中的k近邻算法,经过测试,运行结果很好。 最小距离分类器 : 它将各类训练样本划分成若干子类,并在 每个子类中确定代表点 。测试样本的类别则以其与这些代表点距离最近作决策。该方法的缺点是所选择的代表点并不一定能很好地代表各类,其后果将使错误率增加。(The k nearest neighbor algorithm in pattern recognition has been tested and the result is very good. Minimum distance c
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-04
    • 文件大小:4kb
    • 提供者:doudou854
  1. LDA_ FDA_with_tutorial

    1下载:
  2. LDA降维是常用的降维手段之一,是常用的有监督学习降维工具。这个文件对其产生W后的使用进行了简要说明,使用W进行最终的降维可以得到十分漂亮的分析结果(在数据分布符合假设分析的情况下。)(LDA dimension reduction is one of the commonly used dimensionality reduction methods. It is a commonly used supervised learning dimensionality reduction tool
  3. 所属分类:数据挖掘

    • 发布日期:2020-04-28
    • 文件大小:660kb
    • 提供者:SaoYear
搜珍网 www.dssz.com