#factorization-machine
노트 2개
- DeepFM DeepFM (Guo et al., 2017)은 FM component와 Deep component를 병렬로 결합해, 저차 특성 상호작용(low-order feature interaction, explicit)과 고차 특성 상호작용(high-order feature interaction, implicit)을 동시에…
- Factorization Machine 모든 특성 쌍의 상호작용을 latent vector 내적으로 모델링해, 희소 데이터에서도 관측되지 않은 쌍을 일반화하고 $O(kn)$ 선형 시간에 학습하는 범용 예측 모델.