Representation learning : 表征学习,端到端的学习

pre-specified  预先指定的

demonstrate  论证;证明,证实;显示,展示;演示,说明

attempt  vt.尝试;试图 n. 进攻;尝试,冲击

distilled  adj.由蒸馏得来的 v.蒸馏( distil的过去式和过去分词 );从…提取精华

relevant  adj.有关的,中肯的;相关联的;确切的;有重大意义[作用]的,实质性的

phrase structures  短语结构

formulated  构想出( formulate的过去式和过去分词 );规划;确切地阐述;用公式表示

Longevity  n.长寿;寿命;长期供职

a sequential decision problem  顺序决策问题  http://teaching.csse.uwa.edu.au/units/CITS4211/Lectures/wk6.pdf

utility  公用事业;功用,效用;有用的物体或器械;公用事业公司

deterministic   确定性的

explicit  adj. 明确的,清楚的;直言的;详述的;不隐瞒的

annotation  注释

inference  推理;推断;推论

tree-structured LSTM  https://zhuanlan.zhihu.com/p/36608614

recursive autoencoders  递归自动编码器

implicit  隐性的

integrated seamlessly   无缝集成

facilitate  促进

methodology  方法论

argue  vt. 坚决主张;提出理由证明;说服,劝告;表明,证明 vi. 争论,辩论;提出理由

stochastic  随机的

sampling  抽样

interleaved   交错的

derived  衍生的

perceive  v.理解;意识到;察觉,发觉

sensor  传感器

effector  n.传感器,灵敏元件

solidity  n.固性;硬度;可靠性;固态

Rational  adj. 理性的;合理的;理智的;神智清楚的  n.合理的事物;[数]有理数;懂道理的人,人类;〈英〉合理的服装

percept  知觉

superior  优越

to be precise   确切地说

irrelevant  无关的

purified   纯化的

condensed  浓缩

preceding  前面的

logarithm  对数

proportion  比例

interpreted  v. 理解;解释( interpret的过去式和过去分词 );把…理解为;演绎(按自己的感觉演奏音乐或表现角色)

interleaved  交错的

convergence  n.集中,收敛( convergence的名词复数 );集合;[气]辐合

heuristics  n.启发(法),探索法

brake  n.刹车;制动器,闸;阻碍  vt.& vi.刹(车)

emit   vt.发出;发射;颁布;发表

Learning Structured Representation for Text Classification via Reinforcement Learning 学习笔记的更多相关文章

  1. 《Learning Structured Representation for Text Classification via Reinforcement Learning》论文翻译.md

    摘要 表征学习是自然语言处理中的一个基本问题.本文研究了如何学习文本分类的结构化表示.与大多数既不使用结构又依赖于预先指定结构的现有表示模型不同,我们提出了一种强化学习(RL)方法,通过自动覆盖优化结 ...

  2. 论文笔记:Learning how to Active Learn: A Deep Reinforcement Learning Approach

    Learning how to Active Learn: A Deep Reinforcement Learning Approach 2018-03-11 12:56:04 1. Introduc ...

  3. cocos代码研究(21)Widget子类Text,TextAtlas,TextBMFont学习笔记

    理论基础 Text类又称ttf格式文本,可以用ttf文件或者系统自带字体,支持文字多,但是ttf文件格式体积大,渲染速度慢: TextBMFont类又称fnt格式文本,纹理创建,根据纹理上有的文字来显 ...

  4. Deep Image Retrieval: Learning global representations for image search In ECCV, 2016学习笔记

    - 论文地址:https://arxiv.org/abs/1604.01325 contribution is twofold: (i) we leverage a ranking framework ...

  5. 论文列表——text classification

    https://blog.csdn.net/BitCs_zt/article/details/82938086 列出自己阅读的text classification论文的列表,以后有时间再整理相应的笔 ...

  6. (zhuan) Deep Reinforcement Learning Papers

    Deep Reinforcement Learning Papers A list of recent papers regarding deep reinforcement learning. Th ...

  7. 论文笔记之:Active Object Localization with Deep Reinforcement Learning

    Active Object Localization with Deep Reinforcement Learning ICCV 2015 最近Deep Reinforcement Learning算 ...

  8. [DQN] What is Deep Reinforcement Learning

    已经成为DL中专门的一派,高大上的样子 Intro: MIT 6.S191 Lecture 6: Deep Reinforcement Learning Course: CS 294: Deep Re ...

  9. Learning Roadmap of Deep Reinforcement Learning

    1. 知乎上关于DQN入门的系列文章 1.1 DQN 从入门到放弃 DQN 从入门到放弃1 DQN与增强学习 DQN 从入门到放弃2 增强学习与MDP DQN 从入门到放弃3 价值函数与Bellman ...

随机推荐

  1. China MVP Community Connection 2017

    在微软北京和小朋友们参加编程一小时活动  

  2. webform的代码设计文件莫名出错的解决

    不知道怎么回事,建立webform工程时,编译,出错,提示代码设计文件(自动生成的文件代码,不能修改)出错,提示有的对象正在使用,于是删除里面多余的对象标记,还是没用,又自动生成了. 解决办法: 1. ...

  3. javaScript简单的留言板

    <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title&g ...

  4. pip 在win10下安装

    http://blog.csdn.net/yupu56/article/details/50470970C:\Users\sunof\AppData\Local\Programs\Python\Pyt ...

  5. Linux 文件系统(一)---虚拟文件系统VFS----超级块、inode、dentry、file

    转自:http://blog.csdn.net/shanshanpt/article/details/38943731 http://elixir.free-electrons.com/linux/v ...

  6. JavaScript 实时 全角转半角

    //JavaScript全角字符转半角(参数str为input框输入的内容)var $fullChar2halfChar = function(str) { var result = ''; for ...

  7. linux下anaconda和keras配置过程

    连接服务器,使用ssh协议. 下载anaconda bash Anaconda3-5.1.0-Linux-x86_64.sh(安装过程需要输入yes来添加环境变量,需要输入一次安装路径.) 因为环境变 ...

  8. js★★★【面向对象的使用方法】*****************★★★★ 相当重要

    标准用法: function Sprite(){ //函数内容部设置属性 this.name='shimily'; } //原型上设置方法 Sprite.prototype.show=function ...

  9. poj3162(树形dp+优先队列)

    Walking Race Time Limit: 10000MS   Memory Limit: 131072K Total Submissions: 5409   Accepted: 1371 Ca ...

  10. java富文本编辑器KindEditor

    在页面写一个编辑框: <textarea name="content" class="form-control" id="content&quo ...