The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Deep Image Matting | Page | 논문 링크: https://arxiv.org/abs/1703.03872 Image Matting Problem image matting이란 이미지에서 foreground 영역을 얼마나 정확하게 분리하냐의 문제로 이미지 편집과 영화제작 분야에서 핵심 기술로 사용됩니다. 기존의 알고리즘들은 foreground와 background가 비슷한 경우 또는 복잡한 texture가 있을 때에는 부정확한 결과를 보였는데, 그 원인은 low-level의... |
Markov Decision Process and Bellman Equation | Page | Markov Decision Process (MDP) Sequential decision making을 하기 위해 수학적으로 문제를 모델링하는 방법으로 agent 입장에서 문제를 이해하는 방식을 나타낸다. State, Action, Reward, Policy로 이루어진다. State: Agent의 상황과 행동을 위한 현재의 정보를 나타낸다. Action: Agent가 어떤 State에서 취할 수 있는 action으로 left, right, up, down과 같은 방향이 그... |
Multilayer Perceptrons (MLPs) | Page | MLP란? Deep Feedforward Networks 또는 Feedforward Neural Networks라고도 불리는 것으로 입력 x가 주어졌을 때 출력 y가 나올 수 있는 function f를 나타내는 모델로 에서 를 학습하여 best function을 찾는것이 목표이다. MLP의 구조 일반적으로 Neural Networks는 Chain Structure의 형태로 각 function들이 chain으로 연결되어 있다. 예를들면 f\left(... |
About the theme author | Page | I have used this theme for projects that I've worked on as a professional technical writer. |
About Ruby, Gems, Bundler, and other prerequisites | Page | Ruby is a programming language you must have on your computer in order to build Jekyll locally. Ruby has various gems (or plugins) that provide various funct... |
Install Jekyll on Mac | Page | Installation of Jekyll on Mac is usually less problematic than on Windows. However, you may run into permissions issues with Ruby that you must overcome. You... |
Pages | Page | This theme primarily uses pages. You need to make sure your pages have the appropriate frontmatter. One frontmatter tag your users might find helpful is the ... |
Posts | Page | You can use posts when you want to create blogs or news type of content. |
Release notes 5.0 | Page | Version 5.0 of the Documentation theme for Jekyll changes some fundamental ways the theme works to provide product-specific sidebars, intended to accommodate... |
Release notes 6.0 | Page | Version 6.0 of the Documentation theme for Jekyll, released July 4, 2016, implements relative links so you can view the files offline or on any server withou... |
Sidebar Navigation | Page | The sidebar navigation uses a jQuery component called Navgoco. The sidebar is a somewhat complex part of the theme that remembers your current page, highligh... |
Support | Page | Contact me for any support issues. |
Supported features | Page | If you're not sure whether Jekyll and this theme will support your requirements, this list provides a semi-comprehensive overview of available features. |
Sample post | Post | This is some summary frontmatter for my sample post. |