Learning Structured Representation for Text Classification via Reinforcement Learning 学习笔记
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 学习笔记的更多相关文章
- 《Learning Structured Representation for Text Classification via Reinforcement Learning》论文翻译.md
摘要 表征学习是自然语言处理中的一个基本问题.本文研究了如何学习文本分类的结构化表示.与大多数既不使用结构又依赖于预先指定结构的现有表示模型不同,我们提出了一种强化学习(RL)方法,通过自动覆盖优化结 ...
- 论文笔记: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 ...
- cocos代码研究(21)Widget子类Text,TextAtlas,TextBMFont学习笔记
理论基础 Text类又称ttf格式文本,可以用ttf文件或者系统自带字体,支持文字多,但是ttf文件格式体积大,渲染速度慢: TextBMFont类又称fnt格式文本,纹理创建,根据纹理上有的文字来显 ...
- 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 ...
- 论文列表——text classification
https://blog.csdn.net/BitCs_zt/article/details/82938086 列出自己阅读的text classification论文的列表,以后有时间再整理相应的笔 ...
- (zhuan) Deep Reinforcement Learning Papers
Deep Reinforcement Learning Papers A list of recent papers regarding deep reinforcement learning. Th ...
- 论文笔记之:Active Object Localization with Deep Reinforcement Learning
Active Object Localization with Deep Reinforcement Learning ICCV 2015 最近Deep Reinforcement Learning算 ...
- [DQN] What is Deep Reinforcement Learning
已经成为DL中专门的一派,高大上的样子 Intro: MIT 6.S191 Lecture 6: Deep Reinforcement Learning Course: CS 294: Deep Re ...
- Learning Roadmap of Deep Reinforcement Learning
1. 知乎上关于DQN入门的系列文章 1.1 DQN 从入门到放弃 DQN 从入门到放弃1 DQN与增强学习 DQN 从入门到放弃2 增强学习与MDP DQN 从入门到放弃3 价值函数与Bellman ...
随机推荐
- mysql查询表字段名称,字段类型
select column_name,column_comment,data_type from information_schema.columns where table_name='查询表名称' ...
- 关于在UNIcode环境下得TCHAR转string类型以及string转TCHAR
using namespace System::Text: String ^TCHARtoStr(TCHAR *temp) //TCHAR转String { array<unsigned cha ...
- vBox Arch UEFI LVM安装
Table of Contents 介绍 配置 基础 VirtualBox配置 安装准备 基础 分区 格式化 挂载 安装 选择镜像 安装基本系统 配置 fstab chroot 一些配置 lvm2 网 ...
- 微信小程序-解决下拉刷新报错
关于“enablePullDownRefresh”: “true” 一.使用方式 在 Page 中定义 onPullDownRefresh 处理函数,监听该页面用户下拉刷新事件.需要在 config ...
- 浅析Hashmap和Hashtable
一.Hashmap不是线程安全的,而Hashtable是线程安全的 通过查看源码可以发现,hashmap类中的方法无synchronized关键字,而hashtable类中的方法有synchroniz ...
- python 全栈开发笔记 3
正则表达式 正则表达式(RE)是一种小型的,高度专业化的,它镶嵌在python中,并通过re模块实现,正则表达式编译成一系列的字节码,然后由用c编写的匹配引擎执行. #正则表达式 import re ...
- Python列表的增删改查和元祖
一.定义列表 1.names = ['mike','mark','candice','laular'] #定义列表 2.num_list = list(range(1,10)) #range生成1-1 ...
- 零基础学习JavaSE(二)——基础语法
二.Java 基础语法 2.1 Java 基础语法 java是一个面向对象的程序语言,及可把一切事物当做对象处理,而java的事物中最小的就是class (类),类中有方法,类可以创建对象,并且有一些 ...
- SpringMVC云题库错题及答案汇总
试题分析:D,BeanNameViewResolver:这个视图解析器跟XmlViewResolver基本相同,它是通过把返回的逻辑视图名称去匹配定义好的视图bean对象 @ModelAttribut ...
- java文件上传 关键代码
文件上传 ##前台: form表单submit提交,form增加样式 enctype="multipart/form-data" method="post"; ...