A Course Recommendation System using K-Nearest Neighbors!
This is a very important algorithm developed by us fellow Machine Learning Engineers!
You can recommend pretty much anything you want, depending on the use case: 1) Media 2) Courses 3) E-commerce 4) Crypto currencies
and more!
Packages to install:
pip install surprise
pip install pandas
pip install numpy
pip install math
Happy Coding!