https://github.com/petrosdemetrakopoulos/distributed-systems-project
A distributed system that assigns load on different servers ina master-slave architecture to suggest possible point of interest to users
https://github.com/petrosdemetrakopoulos/distributed-systems-project
Last synced: about 1 month ago
JSON representation
A distributed system that assigns load on different servers ina master-slave architecture to suggest possible point of interest to users
- Host: GitHub
- URL: https://github.com/petrosdemetrakopoulos/distributed-systems-project
- Owner: petrosDemetrakopoulos
- Created: 2018-03-13T15:39:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T08:07:50.000Z (almost 3 years ago)
- Last Synced: 2025-01-29T04:02:28.933Z (3 months ago)
- Homepage:
- Size: 403 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Distributed Recommendation System
This project was given in the "Distributed Systems" course of CS School of Athens University of Econmics and Business.In this repository, we implemented a distributed system that assigns load on different servers in a master-slave architecture to suggest possible points of interest in a city
based on user’s history. in order to achieve the goal of the project, we by implemented a Matrix Factorization algorithm for Machine Learning introduced by AT&T.The project was implemented in Java.
## Team Members
- Sotiris Kotitsas
- George Chatzopoulos
- Anastasios Lepipas
- Petros Demetrakopoulos