WSU-CPTS415-ParquetParkour / Amazon-CoPurchasing

GNU General Public License v3.0
0 stars 0 forks source link

[TASK] Define problem statements and algorithm descriptions #17

Closed Jarrus00 closed 1 year ago

Jarrus00 commented 1 year ago

Background: For the MS03 Statement, we need to define the problem statement(s) and algorithm(s) that the project is aiming to address. Much of this can be derived from the MS01 statement, but may require some additional information regarding specific algorithms.

Success Criteria:

  1. Problem statement(s) are documented along with the input, output, and goal of the algorithm developed to address them.
  2. Information from 1. is compiled into the MS03 Statement draft.
  3. Proposals are approved by the team.
catdennis commented 1 year ago

collaborative filtering uses similarities between users and items simultaneously to provide recommendations. This allows for serendipitous recommendations; that is, collaborative filtering models can recommend an item to user B based on the interests of a similar user A.

Input: User A purchase history

Output: 5 recommendations for User B, based off the purchases of user A

Goal: Our goal is to implement a recommender system so we can provide recommendations for amazon users. This will hopefully encourage users to buy more products and ultimately boost revenue for amazon.