Skip to content

Association Rule Learning-Content Based Recommendation-Model Based Collaborative Filtering Matrix Factorization-Item Based Collaborative Filtering-User Based Collaborative Filtering

Notifications You must be signed in to change notification settings

Barbar41/Python-Projects-Recommendation-Systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASSOCIATION RULE LEARNING

1-Data Preprocessing

2-Preparing the ARL Data Structure (Invoice-Product Matrix)

3-Issuing Association Rules

4-Preparing the Script of the Study

5-Making Product Recommendations to Users in the Basket Stage

#################

CONTENT BASED RECOMMENDATION

1-Creation of TF-IDF Matrix

2-Creating the Cosine Similarity Matrix

3-Making Suggestions Based on Similarities

4-Preparation of Working Script

#################

MODEL-BASED COLLABORATIVE FILTERING-MATRIX FACTORIZATION

1-Preparation of Data Set

2-Modelling

3-Model Tuning

4-Final Model and Prediction

#######################

ITEM-BASED COLLABORATIVE FILTERING

1-Preparation of Data Set

2-Creating User Movie Df

3-Making Item-Based Movie Suggestions

4-Preparation of Working Script

#######################

USER-BASED COLLABORATIVE FILTERING

1-Preparation of Data Set

2-Determining the Movies Watched by the User to Make Recommendations

3-Accessing the Data and IDs of Other Users Watching the Same Movies

4-Determining the Users with the Most Similar Behavior to the User to be Recommended

5-Calculation of Weighted Average Recommendation Score

6-Functionalization of the Work

About

Association Rule Learning-Content Based Recommendation-Model Based Collaborative Filtering Matrix Factorization-Item Based Collaborative Filtering-User Based Collaborative Filtering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages