파이토치 스터디
관심있는 모든 것(NLP, Generative Model, RL,...)을 더욱 잘 이해하기 위해 코드로 구현해보기 클래식한 모델부터 논문, 튜토리얼, 강의, 블로그를 읽고 이해한 것을 바탕으로 구현해보기 +_+
언젠가 직접 모델링하는 그 날까지...
ubuntu 16.04 python 3.5.2 with various of ML/DL packages including tensorflow, sklearn, pytorch
docker pull dsksd/deepstudy:0.2
- BoWClassifier
- NGRAM & CBOW
- LSTM POS Tagger
- Bidirectional LSTM POS Tagger
- LSTM batch learning
- Vanilla Sequence2Sequence (Encoder-Decoder)
- Sequence2Sequence with Attention
- Relational Network for bAbI task(in progress)
- Transformer(Attention is all you need)