/2

Content-based Filtering

2020-08-25 — Written by jslee
#content-based-filtering#recommendation

content-based filtering은 item feature를 사용하여 이전 actions이나 explicit feedback을 기반으로 사용자가 좋아하는것과 유사한 다른 항목을 추천 Google Play 스토어의 일부 기능을 직접 설계해보자…

Read more →

Google Recommendation Systems

2020-08-25 — Written by jslee
#machine learning#recommendation

Recommendation Systems components candidate generation scoring re-ranking Candidate Generation generates a much smaller subsets of candidat…

Read more →

Matrix Factorization

2020-08-25 — Written by jslee
#collaborative filtering#recommendation#embedding#model

Matrix factorization은 simple embedding model이다. feedback matrix(m x n)가 주어졌을때, m은 users의 수, n은 items의 수: user embedding matrix를 U (m x d), …

Read more →

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

2020-08-22 — Written by jslee
#python#srt#google-translate

한개의 언어로 자막을 만들고 여러 국가의 자막을 만드는 방법을 찾아보니 생각보다 복잡하고 정확하게 그 기능이 가능한 사이트를 찾지 못했다. 아무래도 서비스를 제공하는 제공자 입장에서 이것저것 덕지덕지 붙이다보니 제공하기 어려웠을듯, 추가로 만드는데 …

Read more →

Multiple Captions 생성해보자, 글로벌을 준비하기 전에 (여러 국가의 자막 생성하기)

2020-08-22 — Written by jslee
#FCPX#captions#multiple-languages

내가 정말 열심히 영상을 찍고, 열심히 영상을 만들었는데 한개의 언어의 자막을 달고 유튜브에 나간다는게 슬프다고 생각해서 한글을 넣으면 여러개의 언어로 번역을 해주는 스크립트를 작성했다. 간단하게 입력은 한글로 작성한 의 파일을 넣고 결과로는 , …

Read more →

FCPX Color Space Rec.709 vs Rec.2020 (삼성 HDR+를 사용하면 반드시 해야하는 작업)

2020-08-21 — Written by jslee
#FCPX#color#lut

파이널컷프로에서 삼성갤럭시로 촬영한 영상을 프로젝트로 추가하면 화면의 색상이 이상해지는 문제가 발생했다. 삼성폰에서 HDR+ 기능을 키고 촬영했거나 DJI의 카메라로 촬영한 영상이였다. 기억이 잘안나지만… 무튼 결과적으로 파이널컷프로에서 color …

Read more →
@doubly