Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:51:52 +08:00
commit e164ba674c
9 changed files with 242 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# References
Bundled resources for recommendation-engine skill
- [ ] collaborative_filtering_guide.md: Detailed explanation of collaborative filtering techniques.
- [ ] content_based_filtering_guide.md: Detailed explanation of content-based filtering techniques.
- [ ] evaluation_metrics.md: Explanation of evaluation metrics for recommendation systems.
- [ ] data_schema.md: Defines the schema for user and item data.