RaptorMai / Deep-AutoEncoder-Recommendation

Keras implementation of AutoRec and DeepRecommender from Nvidia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The validation of the models

nedjaimanar opened this issue · comments

when you train a model why you specifie that: validation_data=[users_items_matrix_train_zero, users_items_matrix_validate] and not: [users_items_matrix_train_validate, users_items_matrix_validate]?