long8v / torch_study

torch tutorial and paper implementation mainly about NLP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

๐Ÿ”ฅ torch_study ๐Ÿ”ฅ

environment

torch == 1.7.1
torchtext == 0.8.1

Paper(์™„๋ฃŒ)

๐ŸŸ ์Šคํ„ฐ๋”” ๋!

๐Ÿ• transformers๋ฅผ ์‚ฌ์šฉํ•˜์ง€ ์•Š๊ณ  ํŒจํ‚ค์ง€ ํ˜•ํƒœ๋กœ ๋…ผ๋ฌธ ์žฌํ˜„ํ•˜๊ธฐ

๐Ÿ” 2021.01.06~2021.06.30๊นŒ์ง€ ๋๋‚ด๊ธฐ ๋ชฉํ‘œ

๐ŸŒฎ ๋…ผ๋ฌธ ๊ตฌํ˜„ ๋‹จ๊ณ„๋Š” ์ด์™€ ๊ฐ™์Œ

๋…ผ๋ฌธ ์ฝ๊ธฐ -> reference code ์ฝ๊ธฐ -> ์ฝ”๋“œ ์งœ๊ธฐ -> ๋™์ผ ์กฐ๊ฑด ์‹คํ—˜์œผ๋กœ ์„ฑ๋Šฅ์ด ์žฌํ˜„๋˜๋Š”์ง€ ํ™•์ธํ•˜๊ธฐ

์ˆœ๋ฒˆ paper ์‹œ์ž‘์ผ์ž ์ƒํƒœ arxiv notion reference code
01 Convolutional Neural Networks for Sentence Classification (2014) 0106 Done paper notion reference code
official code
02 Sequence to Sequence Learning with Neural Networks (2014) 0203 WIP paper notion reference code1
reference code2
03 Neural Machine Translation by Jointly Learning to Align and Translate (2016) 0303 Done paper notion reference code
04 Attention is All You Need (2017) 0406 WIP paper notion reference code
05 Deep contextualized word representations (2018) 0504 Done paper notion -
06 BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding (2019) 0608 Done paper notion -

Tutorial(์™„๋ฃŒ)

๐Ÿ• https://tutorials.pytorch.kr/ ๋…ธํŠธ๋ถ ๋‹ค์šด ๋ฐ›์•„์„œ ์‹คํ–‰ํ•ด๋ณด๊ณ  ๋ชจ๋ฅด๋Š” ๊ฒƒ ์ •๋ฆฌํ•˜๊ณ , ์š”์•ฝํ•˜๊ณ  ์—ฐ์Šต๋ฌธ์ œ ๋งŒ๋“ค์–ด์„œ ํ’€๊ธฐ

๐Ÿ” 2020.09.30~2020.12.31๊นŒ์ง€ ๋๋‚ด๊ธฐ ๋ชฉํ‘œ

์ˆœ๋ฒˆ ํŠœํ† ๋ฆฌ์–ผ ์‹œ์ž‘์ผ์ž ์ƒํƒœ ์ฃผ์š”๋‚ด์šฉ ๋งํฌ
01 what is torch.nn? 1010 ์™„๋ฃŒ nn.Functional,nn.Module,nn.Linear,optim tutorial
02 Tensorboard 1012 ์™„๋ฃŒ tensorboard tutorial
03 ์ด๋ฆ„๋ถ„๋ฅ˜ 1013 ์™„๋ฃŒ nn.Linear,Dataset,DataLoader tutorial
04 ์ด๋ฆ„์ƒ์„ฑ 1019 ์™„๋ฃŒ nn.GRU,.to(device) tutorial
05 seq2seq ๋ฒˆ์—ญ 1030 ์™„๋ฃŒ nn.Embedding,torch.save,torch.load tutorial
06 torchtext ๋ถ„๋ฅ˜ 1023 ์™„๋ฃŒ torchtext,Field,nn.EmbeddingBag tutorial
07 torchtext ๋ฒˆ์—ญ 1026 ์™„๋ฃŒ TabularDataset,BucketIterator tutorial
08 seq2seq ๋ชจ๋ธ๋ง 1022 ์™„๋ฃŒ nn.TransformerEncoder tutorial

Hits

About

torch tutorial and paper implementation mainly about NLP