Recent Posts

Macmini as Server

7 minute read

With the increased support for macOS by financial and government institutions, I boldly use Macmini as a home server, thinking that macOS is sufficient. (The...

DAG 방식의 Workflow 관리 도구 간략 체험기

16 minute read

유저 기기에서부터 머신러닝 모델까지 데이터가 도달하기 위해 발생해야하는 수많은 처리 과정들을 Jenkins와 같은 CI/CD 툴 내에서 해결하기에는 그 파이프라인의 복잡도가 조금만 높아지더라도 직관성이 떨어지게 됩니다. 그래서 workflow 내의 task들을 DAG (Direct...

Multi Armed Bandit history

40 minute read

The concept of ranking specific content has been widely studied in the IR field through the Learning to Rank framework. Recent ranking trends seem to have bl...

Multi Armed Bandit 변천사 훑어보기

30 minute read

특정 컨텐츠에 순위를 매긴다는 개념은 IR 분야에서 Learning to Rank 프레임워크로 많이 연구가 되었습니다. 최근 랭킹 트렌드는 그 경계가 모호해진 것 같고, 실시간 학습/인퍼런스 보다는 딥러닝 모델과 같이 배치 학습/인퍼런스가 이루어지는 경우가 많은 것 같지만, 추천 ...

Jupyter로 Jekyll 포스팅하기

7 minute read

이번 포스트는 jupyter notebook으로 jekyll 포스트를 작성하는 방법에 대해 다룹니다. 이 포스트는 주피터 노트북으로 작성되었습니다.