임베딩(Embedding)
전처리의 일종으로, 데이터를 백터화 시키는 것
예
$\text{Vector}(\text{'왕'}) - \text{Vector}(\text{'남자'}) + \text{Vector}(\text{'여자'}) \approx \text{Vector}(\text{'여왕'})$
머신러닝:임베딩
전처리의 일종으로, 데이터를 백터화 시키는 것
$\text{Vector}(\text{'왕'}) - \text{Vector}(\text{'남자'}) + \text{Vector}(\text{'여자'}) \approx \text{Vector}(\text{'여왕'})$