GithubHelp home page GithubHelp logo

hugo_recsys_blog's Introduction

Hugo Recommendation Blog

깃허브 기술 블로그에 게시글 개인화 추천 기능을 탑재하기

디렉토리 구조 & Github Submodules

blog <-- current repository
├─backend <-- osmin625/blog-backend
│  ├─app
│  │  ├─api
│  │  ├─core
│  │  ├─database
│  │  ├─ml
│  │  ├─models
│  │  └─schemas
│  ├─ml
│  ├─notebooks
│  └─tests
├─frontend <-- osmin625/blog-frontend
│  ├─assets
│  ├─content
│  │  └─posts
│  ├─data
│  ├─layouts
│  ├─public <-- osmin625/osmin625.github.io
│  ├─resources
│  ├─static
│  └─themes
│      └─gokarna <-- osmin625/gokarna [forked]
└─images

blog Architecture

image

Web Application Server

Github + Hugo

  1. 익명 방문자에게 임의의 id를 부여한 후 방문자의 Chrome Local Storage에 id 저장
  2. 저장된 id를 통해 구분되는 익명 방문자의 Implicit feedback을 수집하여 서버로 전송
  3. DB에 저장된 사용자 상호 작용 정보와 아이템(게시글) 정보를 바탕으로 새로운 게시글 추천

Backend

  1. 요청으로 넘어온 implicit feedback을 DB에 저장
  2. DB에 저장된 상호작용 정보와, 게시글 정보를 가져오기
  3. DB에서 가져온 정보를 모델에 주입한 후 게시글 추천 결과 생성

Model

  • 협업 필터링 모델 — 상호작용 정보 활용
  • 콘텐츠 기반 추천 모델 — 게시글 정보 활용

DB Schema

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.