AbhinavMadahar / cs550-project

CS 550 Spring 2021
0 stars 2 forks source link

Find 4 recommendation algorithms #5

Closed AbhinavMadahar closed 3 years ago

AbhinavMadahar commented 3 years ago

I'm looking at SVD.

@hkp98 is looking at k-means.

AbhinavMadahar commented 3 years ago

Everyone please make a Jupyter notebook in the algorithms directory where you implement your technique on the dataset.

AbhinavMadahar commented 3 years ago

@Jaini8 @cv261 have you selected your individual algorithms yet?

Jaini8 commented 3 years ago

@AbhinavMadahar Me and @hkp98 are working together(working on different feature sets). We are almost done with cosine similarity and now are thinking to move forward with hybrid algorithm. We might also look forward to another relevant algorithm.

cv261 commented 3 years ago

I am working on KNN based recommendation system

AbhinavMadahar commented 3 years ago

Sounds good. Can everyone commit their code regularly? Thanks.