Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deejungx/collaborative-filtering
Implementation of collaborative filtering for recommendation system
https://github.com/deejungx/collaborative-filtering
Last synced: about 1 month ago
JSON representation
Implementation of collaborative filtering for recommendation system
- Host: GitHub
- URL: https://github.com/deejungx/collaborative-filtering
- Owner: deejungx
- Created: 2020-12-10T11:40:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T11:42:27.000Z (about 4 years ago)
- Last Synced: 2024-11-03T06:41:49.617Z (3 months ago)
- Language: Jupyter Notebook
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Recommendation System using Collaborative Filtering
This repository contains implementation of collaborative filtering to build a recommendation system. It utilized two algortihms:
1. Euclidean distance similarity
2. Pearson Correlation Coefficient