CS224N 강의 자료중 Natural Language Processing의 Note 전반을 개인적으로 필요한 부분만 정리한 글입니다. CBOW - Continuous Bag of Words Model Skip - Gram Negative Sampling Hierarchinal Softmax CBOW - Continuous Bag of Words Model Predicting a center word from the surrounding context 주변 문맥으로 중심 단어 예측 - v: (input vector) when the word is in the context =입력 벡터, 문맥에 있는 단어 - u: (output vector) when the word is in the center =출력 ..