--- title: NCF keywords: fastai sidebar: home_sidebar summary: "A pytorch implementation of Neural Collaborative Filtering." description: "A pytorch implementation of Neural Collaborative Filtering." nb_path: "nbs/models/models.ncf.ipynb" ---
{% raw %}
{% endraw %} {% raw %}
{% endraw %} {% raw %}

class NCF[source]

NCF(field_dims, user_field_idx, item_field_idx, embed_dim, mlp_dims, dropout) :: Module

A pytorch implementation of Neural Collaborative Filtering. Reference: X He, et al. Neural Collaborative Filtering, 2017.

{% endraw %} {% raw %}
{% endraw %}