登录
首页 » Python » (强化学习入门)David Silver

(强化学习入门)David Silver

于 2019-06-20 发布
0 274
下载积分: 1 下载次数: 14

代码说明:

说明:  深度学习的中文版本,里面详细介绍了深度学习的各种算法,其中还有一些用到的基础内容,例如矩阵和向量的范数(Chinese version of the depth of learning, which detailed the depth of learning algorithms, some of which used the basics, such as vector and matrix norm)

文件列表:

David Silver\[10]games.pdf, 3103889 , 2018-05-25
David Silver\[1] intro_RL.pdf, 2997953 , 2018-03-25
David Silver\[2] MDP.pdf, 835315 , 2018-03-25
David Silver\[3] DP.pdf, 823976 , 2018-03-25
David Silver\[4] MC-TD.pdf, 1455589 , 2018-03-25
David Silver\[5] control.pdf, 1494703 , 2018-03-25
David Silver\[6]Value Function Approximation.pdf, 1996806 , 2018-05-25
David Silver\[7]Policy Gradient.pdf, 1874832 , 2018-04-28
David Silver\[8] Integrating Learning and Planning.pdf, 2176944 , 2018-05-25
David Silver\[9]Exploration and Exploitation.pdf, 1339671 , 2018-05-25
David Silver, 0 , 2018-05-25

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • implementation of the multiplication of two double matrices by using MATLAB C-Mex and CUBLAS library
    本文介绍了一个通过GPU CUDA实现两个双矩阵相乘的MATLAB运算包。
    2022-07-17 00:43:28下载
    积分:1
  • ToolboxBSS
    盲分离算法,处理声音信号的分离,利用算法分离出语音信号,供语音识别使用(blind separation algorithm, the signal processing sound separation, the use of algorithms to isolate voice signal, for the use of speech recognition)
    2020-11-04 22:29:52下载
    积分:1
  • www
    一本将基于近邻传播算法的半监督聚类的算方法书.对于聚类研究的很有帮助(Abstract: A semi-supervised clustering method based on affinity propagation (AP) algorithm is proposed in this paper. AP takes as input measures of similarity between pairs of data points. AP is an efficient and fast clustering algorithm for large dataset compared with the existing clustering algorithms, such as K-center clustering. But for the datasets with complex cluster structures, it cannot produce good clustering results. It can improve the clustering performance of AP by using the priori known labeled data or pairwise constraints to adjust the similarity matrix. Experimental results show that such method indeed reaches its goal for complex datasets, and this method outperforms the comparative methods when there are a large number of pairwise constraints. )
    2011-07-09 11:40:46下载
    积分:1
  • JPDA
    JPDA算法希望对你们有帮助,这是我从网上搜到的(JPDA algorithm you want to help, this is my online search to the)
    2020-09-19 13:27:53下载
    积分:1
  • openmp+cuda 加速视频中彩色图像转换为灰度图像,提取视频图像中的边缘
    目的:加速视频中彩色图像转换为灰度图像,提取视频图像中的边缘。 开发环境:windows 8.1 x64操作系统  vs2012 cuda5.5  opencv2.4.8 硬件环境:NVIDIA  GeForce GT 740M ,4G内存,Intel(R) Core(TM) i5-4200MCPU @2.50GHz 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
    2022-08-18 21:36:49下载
    积分:1
  • GPU上CUDA实现N-Body
    应用背景在GPU上实现N-BODY算法。N-Body模拟问题覆盖了自然科学的很多领域,从宇观的天体物理到宏观的流体动力学,直至微观的分子动力学。例如通过研究围绕着银河系的暗物质晕轮的形状和动力学特征来探索银河系形成过程,需要模拟数百万的星体和暗物质间的作用。现代生物物理学和化学中的许多研究,如细菌或植物体的光合作用膜处发生的光能向化学能的转化,染色体中DNA和蛋白质分子的描述,都需要模拟上千万的原子核分子的作用。关键技术N-Body问题的两个重要特征是: 第一点.计算规模大,因为无论是宇观的天体尺寸还是微观的分 子尺度.都包含了大量的粒子,粒子的规模大到数百万、千万。由于在 系统中任意的两个粒子问都存在着相互作用,因此商接计算粒子间的 相互作用的量级就是O(N^2); 第二点.系统是动态变化的。为了反应系统的具体变化.尤其是在微观分子结构中.要求时间步足够小。这两个特征决定了计算机模拟 时巨大的计算量。这对于任何扁性能的单台计算机来说都是一个很难突破的瓶颈.因此采用并行汁算是解决N-Body问题的必然选择。主要涉及数据划分和线程任务划分实现。
    2022-12-08 07:20:03下载
    积分:1
  • 0_feature_standar_rf
    利用Python实现特征的MinMax标准化和Z-Score标准化两种特征归一化方法。并用原特征、两种归一化特征分别进行模型训练,比较模型性能。(Two normalization methods of MinMax normalization and Z-Score standardization are implemented by Python. The model is trained by the original feature and two normalization features respectively, and the performance of the model is compared.)
    2021-01-19 00:38:43下载
    积分:1
  • Balancing
    说明:  改文件可实现负载均衡算法,软件环境为VS2013,使用C语言。(Load balancing algorithm can be realized.)
    2020-06-01 18:52:15下载
    积分:1
  • lsqrf90-v2
    Hight Performance Computing Demos
    2010-12-22 17:32:45下载
    积分:1
  • mpi-kmp
    详细的kmp并行算法实现源代码,在机群系统上适用,并附加详细的算法说明(Kmp parallel algorithm in detail the source code for the cluster systems, and additional details of the algorithm description)
    2011-05-30 21:22:23下载
    积分:1
  • 696516资源总数
  • 106641会员总数
  • 4今日下载