集智NLP&DL黄埔一期

简介

在全民人工智能的时代,自然语言处理已经成为一个重要的研究领域。我们的日常生活遍及着使用自然语言处理技术的应用:每天使用的搜索引擎、搜索引擎中遇到的广告、垃圾邮件归类、自动翻译、语音助手和自动聊天机器人等。近几年,这些应用的蓬勃发展与其背后自然语言技术的突飞猛进有着紧密的联系——而其中最重要的技术突破便是深度学习与自然语言的结合。除了自然语言处理领域,深度学习还帮助研究者们在计算机视觉、图像处理、语音识别和计算机围棋等领域取得了划时代的成果。

主讲人:李嫣然

北京大学智能科学专业本科,现为香港理工大学在读博士生。研究方向为自然语言处理中的语义表达和语言生成。曾于自然语言领域的顶级会议上发表多篇论文,合著有《科学的极致——漫谈人工智能》一书。集智俱乐部成员,同时是微信公众号[程序媛的日常]的维护者之一小S。

地点:网络

时间:7月底至11月初(晚上或周末),每周举办一期,共十期。

读书会提纲

Word Representations

  • Distributional vs. Distributed

Word2Vec

  • paper (model, negative sampling…)
  • code
  • further reading and related issues (polysemy, multilingual…)

RNN

  • neural network basics (back propagation, gradient, regularization, activations)
  • RNN (model, calculation, language modeling)
  • further reading and related issues (gradient vanishing, GRU, LSTM)

CNN

  • convolutional operation basics
  • paper (model, pooling, sentence modeling, variable-length…)
  • further reading and related issues (character-level CNN…)

Sentiment Analysis

  • Sentiment Analysis tasks and benchmarks (Stanford TreeBank…)
  • papers (GAN, duyu-tang)

Machine Translation

  • Seq2Seq and encoder-decoder framework
  • papers (attention, code)
  • further reading and related issues (http://www.statmt.org/ued/? n=Public.WeeklyMeeting)

相关资料