Skip to content

Commit

Permalink
241114
Browse files Browse the repository at this point in the history
  • Loading branch information
SeokHwanHong committed Nov 14, 2024
1 parent 53f6cf8 commit 65916f1
Show file tree
Hide file tree
Showing 101 changed files with 2,978 additions and 25 deletions.
20 changes: 10 additions & 10 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,16 +290,16 @@ tag_archive:
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/


# HTML Compression
Expand Down
8 changes: 6 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
- title : "Category"
url : /categories/
- title : "Tag"
url : /tags/
# - title: "Quick-Start Guide"
# url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
Expand Down
7 changes: 7 additions & 0 deletions _pages/category-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title : "Category"
layout : categories
permalink : /categories/
author_profile : true
sidebar_main : true
---
7 changes: 7 additions & 0 deletions _pages/tag-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title : "Tag"
layout : tags
permalink : /tags/
author_profile : true
sidebar_main : true
---
3 changes: 3 additions & 0 deletions _posts/2024-02-22-Attention is all you need copy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
layout: single # 문서 형식
title: 'Attention is all you need 리뷰' # 제목
categories: Natural Language Process # 카테고리
tag: [DL, NLP, Attention]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
5 changes: 4 additions & 1 deletion _posts/2024-02-22-BackPropagation.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: Propagation # 제목
categories: Deep Learning # 카테고리
categories: Deep Learning Basic # 카테고리
tag: [DL]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
5 changes: 4 additions & 1 deletion _posts/2024-02-22-Multi Layer Perceptron.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: Multi-Layer Perceptron (MLP) # 제목
categories: DL # 카테고리
categories: Deep Learning Basic # 카테고리
tag: [DL]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
5 changes: 4 additions & 1 deletion _posts/2024-02-22-Vanishing or Exploding Gradient.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: Vanishing or Exploding Gradient # 제목
categories: Deep Learning # 카테고리
categories: Deep Learning Basic # 카테고리
tag: [DL]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
7 changes: 5 additions & 2 deletions _posts/2024-02-23-CNN.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: CNN # 제목
categories: Deep Learning # 카테고리
title: Convolutional Nerual Network (CNN) # 제목
categories: Deep Learning Basic # 카테고리
tag: [DL]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
7 changes: 5 additions & 2 deletions _posts/2024-04-30-Up & Down Sampling copy.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: Gradient # 제목
categories: Up & Down Sampling # 카테고리
title: Up & Down Sampling # 제목
categories: Deep Learning Basic # 카테고리
tag: [DL]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-06-24-GAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
layout: single # 문서 형식
title: 'Generative Adversarial Nets 리뷰' # 제목
categories: Generative Model # 카테고리
tag: [DL, Image, Generative]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-06-25-KL Divergence.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
layout: single # 문서 형식
title: KL Divergence # 제목
categories: Statistics # 카테고리
tag: [Statistics]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
5 changes: 4 additions & 1 deletion _posts/2024-06-25-Swin Transformer.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: Swin Transformer, Heirarchical Vision Transformer using Shifted Windows # 제목
categories: Segmentation # 카테고리
categories: Semantic Segmentation # 카테고리
tag: [DL, Image, Transformer]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profile: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
5 changes: 4 additions & 1 deletion _posts/2024-07-08-SR using Diffusion Survey.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: Diffusion Models, Image Super-Resolution And Everything # 제목
categories: Generative Model # 카테고리
categories: Super-Resolution # 카테고리
tag: [DL, Image, Generative, Diffusion, Survey] # 해시태그
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidemathbf: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidemathbf의 주소 지정
Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-07-24-Xception.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
layout: single # 문서 형식
title: Xception Deep Learning with Depthwise Separable Convolutions (2017) # 제목
categories: CNN # 카테고리
tag: [DL, CNN]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-08-12-VGG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
layout: single # 문서 형식
title: Very Deep Convolutional Networks for Large-Scale Image Recognition (2015) # 제목
categories: CNN # 카테고리
tag: [DL, CNN]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profiel: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-09-09-Diffusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
layout: single # 문서 형식
title: Deep Unsupervised Learning Using Nonequilibrium Thermodynamics (2015) # 제목
categories: Generative Model # 카테고리
tag: [DL, Image, Generative, Diffusion]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profile: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
5 changes: 4 additions & 1 deletion _posts/2024-09-21-Accidental Pinhole.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: Accidental pinhole and Pinspeck camers # 제목
title: Accidental pinhole and Pinspeck Cameras # 제목
categories: Computer Vision # 카테고리
tag: [CV, Lecture]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profile: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
5 changes: 4 additions & 1 deletion _posts/2024-09-21-DeblurGAN.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
---
layout: single # 문서 형식
title: DeblurGAN # 제목
categories: Generative Model # 카테고리
categories: Deblurring # 카테고리
tag: [DL, Image, Generative, Lecture]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profile: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-09-27-DDPM.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
layout: single # 문서 형식
title: Denosing Diffusion Probabilisticc Models (2020) # 제목
categories: Generative Model # 카테고리
tag: [DL, Image, Generative, Diffusion]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profile: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
3 changes: 3 additions & 0 deletions _posts/2024-09-30-AutoEncoder.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
layout: single # 문서 형식
title: Auto Encoder Basics (2021) # 제목
categories: Neural Network # 카테고리
tag: [ML, Image]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profile: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
Expand Down
7 changes: 5 additions & 2 deletions _posts/2024-10-14-SRGAN.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
---
layout: single # 문서 형식
title: Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network (2017) # 제목
categories: Neural Network # 카테고리
categories: Super-Resolution # 카테고리
tag: [DL, Image, Generative]
toc: true # 글 목차
toc_sticky : true # toc 고정
toc_label: 목차 # toc 이름 설정
author_profile: false # 홈페이지 프로필이 다른 페이지에도 뜨는지 여부
sidebar: # 페이지 왼쪽에 카테고리 지정
nav: "docs" # sidebar의 주소 지정
#search: false # 블로그 내 검색 비활성화
use_math: true
---
# Keywords
GAN, Super-Resolution,
GAN, Super-Resolution

# 1. Method
#### - Notation
Expand Down
Loading

0 comments on commit 65916f1

Please sign in to comment.