daviddwlee84 / UMN-CSCI5123-RecommenderSystem

The course notes about UMN CSCI 5123 Recommender Systems
4 stars 0 forks source link

UMN CSCI 5123 Recommender System

The original class use Java as primary language, but I will try to do it in Python.

Schedule

Week Lecture Assignments
2021/6/21~2021/6/27 Coursera Course 1 Week 1, Week 2 Lecture 1 ~ 3
2021/6/28~2021/7/4 Coursera Course 1 Week 2 Lecture 4, 5 Week 3 Lecture 1 & Additional readings

Coursera Recommender System Specializations

Include some reference of the Main Course

1. Introduction to Recommender Systems: Non-Personalized and Content-Based

Assignments

Homework #1

Resources

Code

Blog

Notes

Book


Trouble Shooting

Windows filename too long

  1. regedit > HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem > LongPathsEnabled (set to 1)
  2. gpedit.msc (require Windows Pro) > Computer Configuration > Administrative Templates > System > Filesystem > Enable Win32 long paths (set to enabled)