🍕
AI Paper Study
  • AI Paper Study
  • Computer Vision
    • SRCNN(2015)
      • Introduction
      • CNN for SR
      • Experiment
      • 구현해보기
    • DnCNN(2016)
      • Introduction
      • Related Work
      • DnCNN Model
      • Experiment
      • 구현해보기
    • CycleGAN(2017)
      • Introduction
      • Formulation
      • Results
      • 구현해보기
  • Language Computation
    • Attention is All You Need(2017)
      • Introduction & Background
      • Model Architecture
      • Appendix - Positional Encoding 거리 증명
  • ML Statistics
    • VAE(2013)
      • Introduction
      • Problem Setting
      • Method
      • Variational Auto-Encoder
      • 구현해보기
      • Appendix - KL Divergence 적분
  • 직관적 이해
    • Seq2Seq
      • Ko-En Translation
Powered by GitBook
On this page

Was this helpful?

AI Paper Study

By Lee Ho Sung

AI 및 딥러닝 관련 논문 내용을 정리한 후, 코드로 구현하고 실습 해봅니다.

딥러닝과 머신러닝 모델을 단순히 블랙박스처럼 사용하는 것에서 벗어나, 원리를 이해하고 자신의 방법을 수학적으로 정당화할 수 있도록 하는 것이 목표입니다.

NextSRCNN(2015)

Last updated 3 years ago

Was this helpful?