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

搜索资源列表

  1. kMeans

    0下载:
  2. 机器学习算法,无监督学习,利用k均值聚类算法对未标注数据分组-Machine learning algorithms, unsupervised learning, the use of k-means clustering algorithm for unlabeled data packets
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2404
    • 提供者:王铭航
  1. apriori

    0下载:
  2. 机器学习算法,使用Apriori算法进行关联分析,频繁项集,关联规则-Machine learning algorithms, Apriori algorithm using correlation analysis, frequent itemsets, association rules
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2049
    • 提供者:王铭航
  1. fpGrowth

    1下载:
  2. 使用FP-growth算法来高效发现频繁项集,发现事务数据中的公共模式-Using the FP-growth algorithm to efficiently discover frequent itemsets found in public affairs data model
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2383
    • 提供者:王铭航
  1. pca

    0下载:
  2. 机器学习算法,利用PCA来简化数据,降维技术,主成分分析-Machine learning algorithm, using PCA to simplify data dimensionality reduction techniques, principal component analysis
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:750
    • 提供者:王铭航
  1. svdRec

    0下载:
  2. 机器学习算法,利用SVD简化数据,SVD矩阵分解,推荐引擎,提高性能-Machine learning algorithm, using SVD simplify data, SVD matrix decomposition, recommendation engine, improved performance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-10
    • 文件大小:1024
    • 提供者:王铭航
  1. mrMeanMapper

    0下载:
  2. 机器学习算法,分布式均值和方差计算的mapper,用于hadoop流-Machine learning algorithms, mapper distributed computing the mean and variance for hadoop streaming
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:553
    • 提供者:王铭航
  1. search-chen

    1下载:
  2. 使用Python编写的AI程序Pacman,可以适合AI的初学者,有BFS, DFS, UCS, A Star 运行的命令在commands.txt文件里 可以用 bash commands.txt演示-AI programs written in Python Pacman, AI can fit beginners, there BFS, DFS, UCS, the command runs in commands.txt A Star file can bash commands.t
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-04-08
    • 文件大小:214698
    • 提供者:Nick
  1. kNN

    0下载:
  2. 利用Python语言来实现KNN分类,并且实现了交叉验证。-Python language to use KNN classification, and to achieve a cross-validation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:14211
    • 提供者:珊儿
  1. Bayes

    0下载:
  2. 对VOA文档利用贝叶斯分类器来进行分类,并进行正确性测试。-VOA document on the use of Bayesian classifier to classify, and accuracy testing.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-13
    • 文件大小:2728927
    • 提供者:珊儿
  1. Ga

    0下载:
  2. GA的python实现,各个程序都被分离,结构很清晰,适合互相学习-GA,PYTHON3.3,the latest code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:35625
    • 提供者:694789758
  1. apriori

    0下载:
  2. apriori算法的python实现以及相关实验数据-machine learning algorithm apriori
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:55625
    • 提供者:朱洋达
  1. fpgrowth

    0下载:
  2. fpgrowth算法的python实现以及相关实验数据-machine learning fpgrowth
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-30
    • 文件大小:12051777
    • 提供者:朱洋达
  1. kmeans

    1下载:
  2. kmeans算法的python实现以及相关实验数据-machine learning kmeans
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-28
    • 文件大小:469931
    • 提供者:朱洋达
  1. pca

    0下载:
  2. pca算法的python实现以及相关实验数据-machine learning pca
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-09
    • 文件大小:1879785
    • 提供者:朱洋达
  1. cart

    0下载:
  2. classification and regression tree算法的python实现以及相关实验数据-machine learning classification and regression tree
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-26
    • 文件大小:21619
    • 提供者:朱洋达
  1. CNNpython

    0下载:
  2. 卷积神经网络程序,python语言编写,希望对大家有帮助-a programa of CNN, by python laguage
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-13
    • 文件大小:2362
    • 提供者:皮特王
  1. adaboost_PY

    0下载:
  2. 做机器学习的同学都知道最具代表性的是AdaBoost算法(Adaptive Boosting Algorithm),这个是用Python实现的。希望能有帮助。-The well known AdaBoost algorithm (Adaptive Boosting Algorithm). Here is the Python version. Hope it helps.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:13824
    • 提供者:solo
  1. Logistic_Regression

    0下载:
  2. 逻辑回归是当前业界比较常用的机器学习方法,这个是PY实现的。-logistic regression model implemented in Python. Hope this helps.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:14458
    • 提供者:solo
  1. onlineldavb

    0下载:
  2. python写的online lda,LDA算法的实时实现,根据lda已经计算出来的主题,强化后面没计算出来的主题-Online lda,LDA algorithm for real-time implementation of Python written, based on the theme of the LDA has been computed, theme of strengthening the back does not come out
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:52484
    • 提供者:皮皮
  1. FeatureSelector

    0下载:
  2. 三种常用的特征选择算法 卡方特征选择,互信息特征选择,信息增益特征选择(CHI,MI,IG)-Three kinds of commonly used feature selection algorithm, CHI, MI, IG
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-11
    • 文件大小:1436
    • 提供者:孤狼魂
« 1 2 3 4 5 6 78 9 10 11 12 ... 44 »
搜珍网 www.dssz.com