1 min read
...user item interactions 을 샘플링 하는 것이다. 그리고 또 다른 debiasing 방법 중 하나가 데이터에서 popularity bias 를 지우는 것이다. Natural Language Process 도메인에서는 이를 word2vec 으로 해결하고 있다: ^62a6cb Weighted Errors \begin{gathered} \hat{B}^{(\text {weighted...
Transfer Learning B) In NLP 자연어처리 분야에서는 언어의 일반적인 이해를 신경망에 학습시키기 위해 다음과 같은 방식을 수행한다. Generalized pretraining 에서 사용했던 입/출력 레이어를 제거한다. 특정 작업에 특...