From 049998951df69578224bd429361784e9e1ce01d3 Mon Sep 17 00:00:00 2001 From: MaoXianxin Date: Fri, 30 Jul 2021 20:25:31 +0800 Subject: [PATCH] Taking advantage of context features --- NLP_recommend/Taking advantage of context features.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NLP_recommend/Taking advantage of context features.md b/NLP_recommend/Taking advantage of context features.md index 5192342..48bef99 100644 --- a/NLP_recommend/Taking advantage of context features.md +++ b/NLP_recommend/Taking advantage of context features.md @@ -225,4 +225,6 @@ print(f"Top-100 accuracy (train): {train_accuracy:.2f}.") print(f"Top-100 accuracy (test): {test_accuracy:.2f}.") ``` -This is quite a bit better: not only is the training accuracy much higher, but the test accuracy is also substantially improved. \ No newline at end of file +This is quite a bit better: not only is the training accuracy much higher, but the test accuracy is also substantially improved. + +代码链接: https://codechina.csdn.net/csdn_codechina/enterprise_technology/-/blob/master/NLP_recommend/Taking%20advantage%20of%20context%20features.ipynb \ No newline at end of file -- GitLab