NLP - Assignment 1: subword sentencepiece embedding

less than 1 minute read

1번문제: https://direction-f.tistory.com/29
2번문제: http://yonghee.io/word-embedding-pytorchword2vec/

Appendix

Reference

따라해보기 > Word2Vec(Skip-gram Negative Sampling ): https://direction-f.tistory.com/29 https://github.com/theeluwin/pytorch-sgns 서브워드 분절하기(sentencepiece, bpe, sub-word, bpe-droupout):https://keep-steady.tistory.com/7 python NLP subword sentencepiece: https://lsjsj92.tistory.com/600
딥 러닝을 이용한 자연어 처리 입문: https://wikidocs.net/86657
Word2Vec을 구현해보자 (pytorch)http://yonghee.io/word-embedding-pytorchword2vec/

Leave a comment