gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
574 stars 173 forks source link

Movie Recommendation System using Feature Extraction #199

Closed dvamsidhar2002 closed 1 year ago

dvamsidhar2002 commented 1 year ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

This project is a general machine learning implementation. It is 'Movie Recommendation System using Feature Extraction' and it uses TfidfVectoriser() to extract feature vectors and build a recommendation system.

Any other comments?

Please consider to merge the pull request and accept this project. Great Work by the way.