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

搜索资源列表

  1. 深度学习-21天实战 caffe

    0下载:
  2. 介绍深度学习框架caffee,并快速入门学习(introduce caffee to master as soon as possible.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-29
    • 文件大小:29014016
    • 提供者:nicklaus
  1. 机器学习决策树算法

    0下载:
  2. 此处python实现机器学习的决策树算法(A decision tree algorithm for realizing machine learning in Python)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-04-29
    • 文件大小:6144
    • 提供者:didi1
  1. 基于方差和深度学习的脑电信号分类算法

    1下载:
  2. 从深度学习方面解析脑电信号,通过方差计算脑电特征(Analysis of EEG signals from deep learning and calculation of EEG characteristics by variance.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:1486848
    • 提供者:liumengyun
  1. 机器学习技巧方法台湾大学 pdf

    0下载:
  2. 机器学习最好的资料,入门及进阶最好的文档(Machine learning the best materials, introductory and advanced)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:33465344
    • 提供者:逍遥YZ
  1. 机器学习20讲随书源码

    1下载:
  2. 机器学习20讲随书源码,主要用来对图像进行处理和识别(Machine learning 20, the source of the book, mainly used to process and identify the image)
  3. 所属分类:数值算法/人工智能

  1. 深度学习Deep Learning 中文版 2017.3.15

    0下载:
  2. 深度学习deeplearning 中文完整版 AI入门经典书籍,免费下载(Deep learning, a classic book on Artificial Intelligence, for students and researchers who are suitable for artificial intelligence)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:30900224
    • 提供者:lixun95
  1. Coursera深度学习笔记v4

    0下载:
  2. 人工智能大师吴恩达的深度学习课程,整理资料。很好地材料。(Artificial intelligence master Wu Enda's deep learning course, collate information. Good material.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:17830912
    • 提供者:螳螂9527
  1. 神经网络与机器学习(原书第3版)

    0下载:
  2. 神经网络机器学习书籍,可以很好的掌握各种神经网络算法(Neural network machine learning books.Can well master various neural network algorithms.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:64976896
    • 提供者:567ppp
  1. 机器学习实战 _试读

    0下载:
  2. 机器学习(Machine Learning, ML)是一门多领域交叉学科,涉及概率论、统计学、逼近论、凸分析、算法复杂度理论等多门学科。专门研究计算机怎样模拟或实现人类的学习行为,以获取新的知识或技能,重新组织已有的知识结构使之不断改善自身的性能。(Machine Learning (ML) is a multidisciplinary interdisciplinary subject, involving probability theory, statistics, approximati
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-01
    • 文件大小:4371456
    • 提供者:天空007
  1. 机器学习实战

    0下载:
  2. 机器学习是人工智能研究领域中一个极其重要的研究方向,在现今的大数据时代背景下,捕获数据并从中萃取有价值的信息或模式,成为各行业求生存、谋发展的决定性手段,这使得这一过去为分析师和数学家所专属的研究领域越来越为人们所瞩目。(Machine learning is an extremely important research direction in the field of artificial intelligence. Under the background of the large da
  3. 所属分类:数据挖掘

    • 发布日期:2018-05-01
    • 文件大小:13659136
    • 提供者:Rnanprince
  1. 机器学习代码

    1下载:
  2. ai圣经深度学习github上的源码,希望对大家有用(The AI Bible studies the source code on GitHub)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:698368
    • 提供者:alpha猫
  1. 万门大学强化学习算法代码RW模型+TD模型

    1下载:
  2. 万门大学,强化学习,rw模型算法代码实现, V(CS) = V(CS) + A * ( V(US) * us - V(CS) * cs ) td模型, V(s{t}) = V(s{t}) + a[R(t+1) + rV{S(t+1)} - V{S(t)}](In the intensive learning of the University of Wan men, the RW algorithm, the python implementation, the algorithm f
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:lilin123
  1. 万门大学强化学习GridEvalu模型GridPolicy模型

    1下载:
  2. 万门大学,强化学习,Grid_world_evaluation模型算法代码实现, V(S) = V(S) + A * ( R(S) + r*V(new_S) - V(S) ) Grid_world_Policy模型, P(S) = P(S) + A * ( R(S) + r*P(new_S) - P(S) )(In the intensive learning of the University of Wan men, the Grid_world_evaluation algo
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:3072
    • 提供者:lilin123
  1. 现代机器学习基于深度学习的图像特征提取

    0下载:
  2. 现代基于深度学习的图像特征提取,比较不错的文档(On the system of an unmanned intelligent vehicle with)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:1959936
    • 提供者:ramble
  1. 机器学习笔记.pdf

    0下载:
  2. 这个是我在别的网站上找到的机器学习笔记,感觉还可以,就分享了(this is a book about machine learning)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-02
    • 文件大小:10467328
    • 提供者:teenie_f
  1. 迁移学习简明教程

    1下载:
  2. 这是一本最新的关于迁移学些的介绍文档,内容有85页左右,对迁移学习的方方面面介绍的比较到位,其中还有迁移学习的大牛 杨强教授对该内容提出了宝贵的意见。(A brief tutorial on migration learning)
  3. 所属分类:人工智能/神经网络/深度学习

  1. 周志华-机器学习_

    0下载:
  2. 周志华机器学习,人工智能的经典入门书籍。。。。(Zhou Zhihua's machine learning, the classic introductory book of artificial intelligence.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-03
    • 文件大小:75679744
    • 提供者:dewey1994
  1. 机器学习+周志华

    1下载:
  2. 周志华的机器学习西瓜书,讲解了机器学习的各种基础算法。(Zhou Zhihua's machine studies watermelon books)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:38161408
    • 提供者:sapling
  1. 机器学习pics

    0下载:
  2. 17张思维导图+1张机器学习图,每张图都很有指导价值(17 thinking map +1 machine learning diagram)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:3617792
    • 提供者:博闻工作室
  1. matlab机器学习

    2下载:
  2. 这是使用matlab进行机器学习的教程,共分为4个部分。(This is a tutorial for machine learning using MATLAB, which is divided into 4 parts.)
  3. 所属分类:matlab例程

    • 发布日期:2021-04-12
    • 文件大小:3887104
    • 提供者:笑。。
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com