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

搜索资源列表

  1. AdaBoost

    0下载:
  2. Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-Adaboost is an iterative algorithm, the core idea is the same training set for training different classifiers (weak classifiers), then these weak classifiers together to f
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2875
    • 提供者:黑色地位
  1. SVM

    0下载:
  2. 在机器学习领域,支持向量机SVM(Support Vector Machine)是一个有监督的学习模型,通常用来进行模式识别、分类、以及回归分析。-In the field of machine learning, support vector machine SVM (Support Vector Machine) is a supervised learning model, typically used for pattern recognition, classification, an
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:9384
    • 提供者:黑色地位
  1. mlcompare

    0下载:
  2. Data Mining spam classification comparison
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:956142
    • 提供者:Grimadso
  1. dataMIn

    0下载:
  2. Data Mining Retail Classification scr ipt
  3. 所属分类:Data Mining

    • 发布日期:2017-05-09
    • 文件大小:1702181
    • 提供者:Grimadso
  1. PR

    0下载:
  2. 基于随机游走的推荐算法,python实现。-Random walk based recommendation
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:2466
    • 提供者:liu
  1. machine-learning

    0下载:
  2. python3实现各种机器学习算法,包括knn算法,决策树算法,SVM算法,朴素贝叶斯算法等-Python3 realize all kinds of machine learning algorithms, including KNN algorithm, the decision tree algorithm, the SVM algorithm, naive bayesian algorithm, etc
  3. 所属分类:Data Mining

    • 发布日期:2017-05-02
    • 文件大小:692021
    • 提供者:朱灿
  1. apriori

    1下载:
  2. 经典Apriori算法的优化,并在商场消费者消费数据集上进行测试,挖掘频繁模式-Optimization of classical Apriori algorithm, and tested in store consumer data sets, frequent pattern mining
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:43749
    • 提供者:hujie
  1. social-networks-mining

    0下载:
  2. 社会网络挖掘 随书配套代码下载,详尽,有效-Social Network Mining Codes matching with the book, detailed and effective
  3. 所属分类:Data Mining

    • 发布日期:2017-05-03
    • 文件大小:753670
    • 提供者:李文涛
  1. python-chengxu

    0下载:
  2. 关于python写的朴素贝叶斯分类,写的非常不错-Written python on Bayesian classifier This procedure is very good
  3. 所属分类:Data Mining

    • 发布日期:2017-04-28
    • 文件大小:16195
    • 提供者:石原
  1. python

    0下载:
  2. python爬虫,可以获取百度百科数据,自定义模板-python scrapt
  3. 所属分类:Data Mining

    • 发布日期:2017-04-29
    • 文件大小:12317
    • 提供者:fgfdg
  1. prefixspan

    0下载:
  2. 经典序列模式挖掘算法prefixspan的python实现-Classic sequence pattern mining algorithm prefixspan
  3. 所属分类:Data Mining

    • 发布日期:2017-03-29
    • 文件大小:5133
    • 提供者:zyn
  1. crawler

    0下载:
  2. python 爬虫爬取http://accent.gmu.edu/网站上的音频文件-Using python crawler to scape data the George Mason University Department of English Speech Accent Archive.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:2729
    • 提供者:mickey
  1. birch.tar

    0下载:
  2. birch python 修改,里面可能存在一些问题,但大体罗辑是对的-birch python modify
  3. 所属分类:Data Mining

    • 发布日期:2017-04-14
    • 文件大小:4089
    • 提供者:wangqingtao
  1. lda_perplexity

    0下载:
  2. 用训练出的模型测试词以及概率,并统计词数和计算困惑度-With the trained model test and the probability and statistics of words, words and perplexity calculation
  3. 所属分类:Data Mining

    • 发布日期:2017-04-02
    • 文件大小:1296
    • 提供者:zhang
  1. online-perceptron

    0下载:
  2. Online perceptron Algorithm on spambase dataset.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1033
    • 提供者:Lovekesh
  1. CalcActivationCode

    1下载:
  2. 岩土数值模拟计算的程序,可以用来计算边坡、岩石稳定性。-Numerical simulation of geotechnical calculation program can be used to calculate the slope, rock stability.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-13
    • 文件大小:1663
    • 提供者:晁丽君
  1. pythonsrc

    0下载:
  2. 机器学习算法,包括主成分分析方法,奇异值分解,逻辑回归,最小二乘法线性回归,朴素贝叶斯-machine learning algorithm prototype including PCA, SVD, Logic Regression, LMS and Naive Bayes
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:5911
    • 提供者:xiaozhiz
  1. emial-spam

    0下载:
  2. 基于感知器算法的垃圾邮件识别,先通过训练集训练出分类器,然后通过测试集验证-Perceptron based spam detection algorithm
  3. 所属分类:Data Mining

    • 发布日期:2017-04-12
    • 文件大小:1446
    • 提供者:江玮玮
  1. recsys-challenge2015

    0下载:
  2. 本代码实现了 recsys challenge2015数据集分析的算法,对数据挖掘和推荐系统的学习很有帮助~!-This code implements recommend algorithm based on recsys challenge2015 data set , which definitly would helpful for studying Data mining and Recommendation system !just enjoy
  3. 所属分类:Data Mining

    • 发布日期:2017-04-26
    • 文件大小:17119
    • 提供者:盛怿寒
  1. NaiveBayes-master

    0下载:
  2. 对文本信息进行分类,训练和学习,利用朴素贝叶斯算法实现。-Text information on the classification, training and learning, with Naive Bayes algorithm.
  3. 所属分类:Data Mining

    • 发布日期:2017-04-15
    • 文件大小:4882
    • 提供者:xlyxy
« 12 3 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com