Home Build a Movie Recommendation System
Post
Cancel

Build a Movie Recommendation System

Topic covered:

  • Exploring the MovieLens Data
  • Matrix factorization using SGD
  • Embedding Visualization
  • Regularization in Matrix Factorization

colab

Introduction

MovieLens 데이터를 기반으로 영화 추천 시스템 만들기

Outline

  • Exploring the MovieLens Data
  • Preliminaries
  • Training a matrix factorization model
  • Inspecting the embeddings
  • Regularization in matrix factorization
  • Softmax model training
1
This post is licensed under CC BY 4.0 by the author.

파이썬을 이용해서 여러 국가의 자막을 만드는 스크립트 (SRT, GoogleTrans를 이용)

후보군 생성 Overview