vohanhattan / RecommendationSystem

1 stars 0 forks source link

Xây dựng hệ thống gợi ý #7

Closed vohanhattan closed 3 years ago

vohanhattan commented 3 years ago

Sử dụng python xây dựng hệ thống gợi ý cung cấp các đề xuất dựa trên nội dung phim Content-Based , sử dụng thuật toán Cosine Similarity

vohanhattan commented 3 years ago

Sử dụng similar score để xác định các bộ phim nào giống với phim của người dùng đang tìm kiếm nhất. Tập hợp các giá trị từ 0-1 để xem bộ phim với sở thích người dùng giống nhau thế nào trên thang điểm

vohanhattan commented 2 years ago

Em đã up trong phần code: RecommendationSystem/Recommendation_model/Recommendation_cosine_similarity.ipynb

vohanhattan commented 2 years ago

Thuật toán KNN: image

vohanhattan commented 2 years ago

Gợi ý dựa vào similar score

image