Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 468 Bytes

File metadata and controls

7 lines (5 loc) · 468 Bytes

RecommenderSystem_APriori-Algorithm

This is a recommender system that will recommend the top ingredients of a group of cuisines based on specific values for support and confidence. The input is a .json file that contains several recipes and their ingredients classified by cuisine.

Apriori Algorithm

The Apriori algorithm is used to generate the association rules necessary for recommending the top ingredients, frequently found together, based on the cuisine.