From 0aa932767be8eb5799a4936dd878bee9b0e30947 Mon Sep 17 00:00:00 2001 From: MaoXianxin Date: Fri, 30 Jul 2021 23:02:30 +0800 Subject: [PATCH] Building deep retrieval models --- NLP_recommend/Building deep retrieval models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NLP_recommend/Building deep retrieval models.md b/NLP_recommend/Building deep retrieval models.md index 1ad5bb1..cc6ab1b 100644 --- a/NLP_recommend/Building deep retrieval models.md +++ b/NLP_recommend/Building deep retrieval models.md @@ -325,4 +325,4 @@ accuracy = three_layer_history.history["val_factorized_top_k/top_100_categorical print(f"Top-100 accuracy: {accuracy:.2f}.") ``` -代码链接: \ No newline at end of file +代码链接: https://codechina.csdn.net/csdn_codechina/enterprise_technology/-/blob/master/NLP_recommend/Building%20deep%20retrieval%20models.ipynb \ No newline at end of file -- GitLab