Code0ut commited on
Commit
a4d3be7
·
verified ·
1 Parent(s): aadcdbf

added research files

Browse files
dataAndModel_research/df_preprocessing.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
dataAndModel_research/final_presentation.ipynb ADDED
The diff for this file is too large to render. See raw diff
 
dataAndModel_research/readme.md ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ ```md
2
+ # Movie Recommender Research
3
+
4
+ This folder contains the documents representing the research conducted for the data preprocessing and model development of the movie recommender system.
5
+
6
+ ## Files
7
+
8
+ - **df_preprocessing.ipynb**: Explores and analyzes the dataset, including preprocessing and data preparation steps.
9
+ - **final_presentation.ipynb**: Explores various recommendation models, compares their performance, and presents the final results.
10
+ ```