Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 326 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 326 Bytes

Sub-modular-Optimization

  • The goal of the project is to select 50 movies that have the maximum chance of being liked by the users. In order to achieve this

  • We used Sub-Modular Optimization methods - Greedy and Lazy Greedy Algorithms to demonstrate the difference in performance between the two to perform the same task.