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

搜索资源列表

  1. Machine-Learning-Java

    0下载:
  2. 机器学习算法利用JAVA语言实现,包括朴素贝叶斯算法,ID3算法等各种机器学习算法-Machine learning algorithms using JAVA language, including the Naive Bayes algorithm, ID3 algorithm and other machine learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:451559
    • 提供者:Liuyongkang
  1. reinforcement

    1下载:
  2. 贝叶斯学习与强化学习结合技术的研 详细介绍了强化学习的算法和理论-Bayesian learning and reinforcement learning combined with the technical details of the study of reinforcement learning algorithms and theory
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:990286
    • 提供者:陈金森
  1. fuzzylogicMATLAB

    0下载:
  2. 一个机器学习算法软件包,包括神经网络,模糊逻辑,支持向量机,采用MATLAB平台实现-A package of machine learning algorithms, including neural networks, fuzzy logic, support vector machine, using MATLAB platform
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1864023
    • 提供者:zzr
  1. 1985528BP_RBF

    0下载:
  2. ADIAL Basis Function (RBF) networks were introduced into the neural network literature by Broomhead and Lowe [1], which are motivated by observation on the local response in biologic neurons. Due to their better approximation capabilities, si
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:114873
    • 提供者:u123xz
  1. MyCaponDOA

    3下载:
  2. 非常详细的Capon算法DOA估计程序,自己写的,毕业设计,保证结果正确且可以运行。有非常详细的注释,每句话都有注解,简明易懂,保证可以看懂并学到知识,并且每一步与Capon算法详细的对应和算法解释,不管是学习程序还是学习算法都很有帮助,.m文件中是程序的一部分,全部代码在WORD中,肯定是你见过的最好的代码-Capon algorithm very detailed procedures for DOA estimation, he has written, graduate design,
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:10724
    • 提供者:magict
  1. spider

    0下载:
  2. matlab机器学习最新的工具箱,包含多种学习算法如kmean、adaboost、svm等-the latest machine learning matlab toolbox contains a variety of learning algorithms such as kmean, adaboost, svm, etc.
  3. 所属分类:matlab

    • 发布日期:2017-05-19
    • 文件大小:5677530
    • 提供者:朱建清
  1. Introduction-to-Algorithms-

    0下载:
  2. 算法导论上的几个实验源码,对学习算法有一定的帮助。-Introduction to Algorithms, several experiments on the source of learning algorithms have some help.
  3. 所属分类:Data structs

    • 发布日期:2017-06-02
    • 文件大小:14968348
    • 提供者:liu
  1. Solutions-for-algorithms

    0下载:
  2. Introduction to Algorithms, Second Edition. 算法导论第二版,附带完整答案,学算法必用。 -Introduction to Algorithms Second Edition, with complete answers, learning algorithms must be used.
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:220823
    • 提供者:cl
  1. machine-learning-algorithms

    0下载:
  2. 本书展示了机器学习中核心算法和理论,并阐述了算法的运行过程-This book shows the core of machine learning algorithms and theory, and operation of the algorithm described
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-27
    • 文件大小:10008624
    • 提供者:ryy5745
  1. Machine.Learning

    0下载:
  2. 非常经典的机器学习的英文原版。《机器学习》展示了机器学习中核心的算法和理论,并阐明了算法的运行过程。《机器学习》综合了许多的研究成果,例如统计学、人工智能、哲学、信息论、生物学、认知科学、计算复杂性和控制论等,并以此来理解问题的背景、算法和其中的隐含假定-The English original of the classic machine learning. " Machine learning" shows the core of machine learning algo
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-21
    • 文件大小:37537452
    • 提供者:顾一
  1. machine-learning-1

    0下载:
  2. 机器学习算法之adaboost算法与apriori算法,经典的外文资料。-Machine learning algorithms with the adaboost algorithm apriori algorithm, classic foreign materials.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1657922
    • 提供者:zhongrui
  1. machine-learning-3

    0下载:
  2. 机器学习算法之EM与K-MEANS,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-The EM machine learning algorithms with K-MEANS, classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-03
    • 文件大小:1154494
    • 提供者:zhongrui
  1. machine-learning-5

    0下载:
  2. 机器学习算法之SVM与朴素贝叶斯,经典的机器学习的外文资料,该资料描述详细,便于大家的学习。-Machine learning algorithms of SVM and Naive Bayes, classical machine learning foreign language information, the information described in detail, easy to learn from everyone.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:595029
    • 提供者:zhongrui
  1. Machine-Learning-in-Action

    0下载:
  2. 机器学习实战的英文版 实现语言为python 包含多种机器学习算法-The English version of machine learning practical implementation language for python contains a variety of machine learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-21
    • 文件大小:6458750
    • 提供者:王可
  1. Foundations-of-Machine-Learning

    0下载:
  2. 机器学习基础,英文版,讲解了常用的机器学习算法-Machine learning foundation, in English, to explain the commonly used machine learning algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-12
    • 文件大小:2976261
    • 提供者:黎伟斌
  1. manifold learning toolbox

    1下载:
  2. Some manifold learning algorithms,such as LTSA,LLE,Isomape
  3. 所属分类:matlab例程

    • 发布日期:2014-09-12
    • 文件大小:903087
    • 提供者:yudongfeipu
  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. Machine-Learning-in-Action

    0下载:
  2. 分析常见的机器学习算法,并进行实际的应用,能够很好的熟练掌握-Analysis of common machine learning algorithms, and the actual application, can be a good grasp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-12-13
    • 文件大小:6398462
    • 提供者:feng
  1. wilamowski2009

    0下载:
  2. Neural networks, architectures and learning algorithms, How not to be frustrated with neural networks.
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-26
    • 文件大小:2589696
    • 提供者:enigme
  1. Learning Deep Architectures for AI

    0下载:
  2. 一本关于深度架构学习算法,尤其是用来构造更深层模型的非监督学习的单层模型。(Theoretical results suggest that in order to learn the kind of com- plicated functions that can represent high-level abstractions (e.g., in vision, language, and other AI-level tasks), one may need deep archite
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-09
    • 文件大小:1017856
    • 提供者:cserhz
« 12 3 4 5 6 7 8 9 10 ... 32 »
搜珍网 www.dssz.com