您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 一个java正则表达式工具类源代码.zip(内含Regexp.java文件)

  2. 前言:本资源来自于javaeye,原资源链接地址:http://www.javaeye.com/topic/67398 原文如下: 以前写了一个java的正规表达式的java工具类,分享一下,有用到的欢迎下载使用。 如果你有常用的定义好的,且测试通过的正规表达式,欢迎跟贴,也让我享用一下 . 类中用到了 jakarta-oro-2.0.jar 包,请大家自己在 apache网站下下载 在这是junit测试单元类我就不提交了,在main()方法中有几个小测试,有兴趣自己玩吧. 这个工具类目前主要
  3. 所属分类:Perl

    • 发布日期:2009-10-25
    • 文件大小:10kb
    • 提供者:defonds
  1. np难问题近似算法(绝版好书)

  2. 这本书在国内已经绝版。目录如下 Introduction Dorit S. Hochbaum 0.1 What can approximation algorithms do for you: an illustrative example 0.2 Fundamentals and concepts 0.3 Objectives and organization of this book 0.4 Acknowledgments I Approximation Algorithms for Sc
  3. 所属分类:其它

    • 发布日期:2010-12-22
    • 文件大小:13mb
    • 提供者:dragonxin28
  1. e-greedy n-armed bandits problem matlab实现

  2. 使用matlab实现 e-geedy 算法,关于n-armed bandits problem。结果是产生Reinforcement Learning: An Introduction Figure 2.2 。
  3. 所属分类:其它

    • 发布日期:2017-09-12
    • 文件大小:1000byte
    • 提供者:u012063185
  1. Covariance Estimation for High Dimensional Data Vectors Using the Sparse Matrix Transform

  2. Covariance estimation for high dimensional vectors is a classically difcult problem in statistical analysis and machine learning. In this paper, we propose a maximum likelihood (ML) approach to covariance estimation, which employs a novel sparsity
  3. 所属分类:其它

    • 发布日期:2008-12-16
    • 文件大小:507kb
    • 提供者:heroesneverdie
  1. 数据仓库和数据分析的发展新趋势

  2. Chapter 1 overviews open research problems concerning building data warehouses for integrating and analyzing various complex types of data, dealing with temporal aspects of data, handling imprecise data, and ensuring privacy in DWs. Chapter 2 discus
  3. 所属分类:C#

    • 发布日期:2008-12-30
    • 文件大小:10mb
    • 提供者:u011028234
  1. 华南理工大学计算机全英班算法设计实验

  2. Experiment 1 The QuickSort Algorithm 1.Introduction to the quicksort algorithm In order to sort the input data sequence S, we can do like below: 1)Select one number q and then divide the sequence S into three sub-suquences: S1 in which all of elemen
  3. 所属分类:C/C++

    • 发布日期:2018-05-20
    • 文件大小:15kb
    • 提供者:z_y_r12138
  1. MATLAB强化学习_多臂赌机问题_时变egreedy策略

  2. MATLAB强化学习代码包,用于解决多臂赌机问题的时变e-greedy策略 "I thought what I'd do was I'd pretend I was one of those deaf-mutes, or should I?"
  3. 所属分类:机器学习

  1. the 10-bandit problem.rar

  2. 强化学习 the 10-armed bandit问题仿真,e-greedy算法,梯度上升算法 matlab代码
  3. 所属分类:机器学习

    • 发布日期:2019-09-07
    • 文件大小:22kb
    • 提供者:qq_31880107
  1. 伯克利 常用经典算法.pdf

  2. Chapter 0 Prologue Chapter 1 Algorithms with numbers Chapter 2 Divide-and-conquer algorithms Chapter 3 Decompositions of graphs Chapter 4 Paths in graphs Chapter 5 Greedy algorithms Chapter 6 Dynamic programming Chapter 7 Linear programming and reduc
  3. 所属分类:讲义

    • 发布日期:2019-09-04
    • 文件大小:2mb
    • 提供者:u013701860
  1. 2009 Bitcoin A Peer-to-Peer Electronic Cash System.pdf

  2. Bitcoin: A Peer-to-Peer Electronic Cash System(Satoshi Nakamoto)4. Proof-of-Work To implement a distributed timestamp server on a pccr-to-pccr basis, we will nccd to use a proof- of-work system Similar to Adam Backs Hashcash [6], rather than newspape
  3. 所属分类:比特币

    • 发布日期:2019-09-03
    • 文件大小:185kb
    • 提供者:weixin_43405220
  1. Algorithms for hyper-parameter optimization

  2. Algorithms for hyper-parameter optimization.pdf,讲述贝叶斯算法的TPE过程的专业论文The contribution of this work is two novel strategies for approximating f by modeling H: a hier archical Gaussian Process and a tree-structured parzen estimator. These are described in
  3. 所属分类:其它

    • 发布日期:2019-09-03
    • 文件大小:268kb
    • 提供者:yangtao_whut
  1. Hindsight Experience Replay.pdf

  2. 关于Hindsight Experience Replay的原始论文,适合初学者对深度强化学习Hindsight Experience Replay的认识和了解is to periodically set the weights of the target network to the current weights of the main network(e. g Mnih et al. (2015)) or to use a polyak-averaged(Polyak and Judits
  3. 所属分类:讲义

    • 发布日期:2019-09-02
    • 文件大小:2mb
    • 提供者:m0_37384317
  1. Noisy Networks for Exploration.pdf

  2. 关于Noisy Networks for Exploration dqn的原始论文,适合初学者对深度强化学习Noisy Networks for Exploration dqn的认识和了解Published as a conference paper at ICLR 2018 T is assessed by the action-value function Q defined as Q"(.a)=配 ∑ rR(t, at) (1) where E is the expectation ove
  3. 所属分类:讲义

    • 发布日期:2019-09-02
    • 文件大小:5mb
    • 提供者:m0_37384317
  1. dueldqn.pdf

  2. 关于duelingdqn的原始论文,适合初学者对深度强化学习duelingdqn的认识和了解Dueling Network Architectures for Deep Reinforcement Learning et al.(2016). The results of Schaul et al.(2016) are the 2.1. Deep Q-networks current published state-of-the-art The value functions as descri
  3. 所属分类:讲义

    • 发布日期:2019-09-02
    • 文件大小:672kb
    • 提供者:m0_37384317
  1. 强化学习课件.pdf

  2. 本课件讲解了强化学习的基本问题,经典Q学习理论,深度Q学习理论和程序讲解与训练。强化学习相关参考资料 网络资源 01 https://www.intelnervana.com/demystifying-deep-reinforcement-learning/ http://artint.info/html/artint265.html 参考文献 02 Playing Atari with Deep Reinforcement Learning 2013: arXiv: 1312.5602v1 C
  3. 所属分类:深度学习

    • 发布日期:2019-08-24
    • 文件大小:2mb
    • 提供者:homeofcm
  1. a greedy method for constructing minimal multiconlitron

  2. Multiconlitron is a general theoretical framework for constructing piecewise linear classifier. However, it contains a relatively large number of linear functions, resulting in complicated model structure and poor generalization ability. Learning to
  3. 所属分类:其它