Skip to content

Tinzyl/Course_Recommendation_System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Course_Recommendation_System

In this project, I used the Cosine Similarity Machine Learning Algorithm to build a model that recommends courses for a user to take. For the courses, I used the Udemy courses, and the dataset can be found on Kaggle. The steps which were taken to build this model were as follows:

  • Convert text to numeric values and perform EDA.
  • Calculate the cosine similarity score of the numeric values.
  • Perform sorting on the values which have similar similarity scores and recommend the course.

Results

After using the Cosine Similarity Machine Learning Algorithm, the result was dataframe containing a course together with its assigned cosine similarity. A sample of the results is shown below:

Screen Shot 2021-12-27 at 6 52 55 AM

Courses with similar similarity scores(similarity scores in a specific range) were in the same category, e.g a similarity score in the 0.5.. range meant the courses were about trading.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published