CS224n: Natural Language Processing with Deep Learning | Stanford Winter 2019

Carvin·2021년 3월 28일
1
post-thumbnail

CS224n: Natural Language Processing with Deep Learning


0. 포스팅 개요

활동하고 있는 빅데이터 연합 동아리에서 NLP 스터디를 진행했습니다. NLP, 자연어 처리 스터디를 참여하게 된 이유로는 자연어 처리 분야는 딥러닝에서 활발하게 연구되고 발전되는 분야 중 하나이고 자연어 처리를 위해 고안되는 모델의 알고리즘이 다양한 분야에서 활용될 수 있음을 느꼈기 때문입니다. 특히 연속적인 데이터를 다루고 인지해야하는 특징은 제가 관심을 가지고 공부하고 있는 추천 시스템에도 분명 필요한 특징이라는 생각이 들었습니다. 사실 해당 NLP 스터디는 2020년 8월부터 12월까지 진행되었으며 이러저러한 이유로 늦게 정리하게 되었습니다.

1. CS224n - Stanford Winter 2019

NLP 강의로 유명한 Stanford 대학의 CS224n(2019 Winter)를 스터디 주제로 하였으며 스터디원이 약 8주간 총 18개의 강의를 리뷰 및 정리하였습니다.

각 강의를 정리한 블로그는 투빅스 텍스트 세미나이며, 스터디에 대한 자세한 내용은 github에서 확인할 수 있습니다. 스터디에 참여한 인원은 대부분 대학생이므로 강의 리뷰 내용에 틀린 부분이 많이 있을 것으로 생각됩니다. 틀린 부분에 대해서는 댓글로 알려주신다면 수정하도록 하겠습니다.

스터디 커리큘럼

DateWeekTopicReviewerReviewLecture
Oct 28, 20201Lecture 1 – Introduction and Word Vectors조혜원VelogVideo
Oct 28, 20201Lecture 2 – Word Vectors and Word Senses이혜린VelogVideo
Nov 4, 20202Lecture 3 – Word Window Classification, Neural Networks, and Matrix Calculus고경태VelogVideo
Nov 4, 20202Lecture 4 – Backpropagation and Computation Graphs이재빈VelogVideo
Nov 11, 20203Lecture 5 – Linguistic Structure: Dependency Parsing오진석VelogVideo
Nov 11, 20203Lecture 6 – Language Models and RNNs김민정VelogVideo
Nov 18, 20204Lecture 7 – Vanishing Gradients, Fancy RNNs최혜빈VelogVideo
Nov 18, 20204Lecture 8 – Translation, Seq2Seq, Attention고경태VelogVideo
Nov 25, 20205Lecture 9 – Practical Tips for Projects민거홍VelogVideo
Nov 25, 20205Lecture 10 – Question Answering김미성VelogVideo
Dec 16, 20206Lecture 11 – Convolutional Networks for NLP이예진VelogVideo
Dec 16, 20206Lecture 12 – Subword Models장예은VelogVideo
Dec 16, 20206Lecture 13 – Contextual Word Embeddings오진석VelogVideo
Dec 23, 20207Lecture 14 – Transformers and Self-Attention정주원VelogVideo
Dec 23, 20207Lecture 15 – Natural Language Generation김민정VelogVideo
Dec 23, 20207Lecture 18 – Constituency Parsing, TreeRNNs정민준VelogVideo

0개의 댓글