Read Paper 《Semi-supervised Learning with Deep Generative Models》
URL: https://arxiv.org/pdf/1406.5298.pdf https://github.com/dpkingma/nips14-ssl
简介
NIPS2014 提出的一种基于生成模型变分推断(VAE)的半监督学习分类方法。
Read Paper 《Toward Controlled Generation of Text》
URL: http://proceedings.mlr.press/v70/hu17e.html
Code: Official-Texar PyTorch
简介
ICML2017 尝试生成通顺的符合设定属性(情感、时态等)的短句。
Read Paper 《Controlling Output Length in Neural Encoder-Decoders》
URL: https://www.aclweb.org/anthology/D16-1140 https://github.com/kiyukuta/lencon
简介
EMNLP2016 提出并对比了4种控制RNN摘要任务生成长度的方法,两种基于学习的方法能够不损失ROUGE。
Read Paper 《AirSim: High-Fidelity Visual and Physical Simulation for Autonomous Vehicles》
URL: https://microsoft.github.io/AirSim/
TL;DR
FSR2017 一个自动驾驶模拟器,为四旋翼飞行器通过类似车的方式提供模拟环境。 有虚幻和Unity的版本,但是需要注册才可以获得。