All Projects → PyTorchKR → Tutorial-Competition-2018

PyTorchKR / Tutorial-Competition-2018

Licence: other
PyTorch KR Tutorial Competition 2018

Projects that are alternatives of or similar to Tutorial-Competition-2018

Captcha break
验证码识别
Stars: ✭ 2,268 (+3680%)
Mutual labels:  pytorch-tutorial
Pytorch Sentiment Analysis
Tutorials on getting started with PyTorch and TorchText for sentiment analysis.
Stars: ✭ 3,209 (+5248.33%)
Mutual labels:  pytorch-tutorial
deep-blueberry
If you've always wanted to learn about deep-learning but don't know where to start, then you might have stumbled upon the right place!
Stars: ✭ 17 (-71.67%)
Mutual labels:  pytorch-tutorial
Yolo v3 tutorial from scratch
Accompanying code for Paperspace tutorial series "How to Implement YOLO v3 Object Detector from Scratch"
Stars: ✭ 2,192 (+3553.33%)
Mutual labels:  pytorch-tutorial
Pytorch1.0 Cn
PyTorch 1.0 官方文档 中文版,欢迎关注微信公众号:磐创AI
Stars: ✭ 215 (+258.33%)
Mutual labels:  pytorch-tutorial
pytorch-accelerated
A lightweight library designed to accelerate the process of training PyTorch models by providing a minimal, but extensible training loop which is flexible enough to handle the majority of use cases, and capable of utilizing different hardware options with no code changes required. Docs: https://pytorch-accelerated.readthedocs.io/en/latest/
Stars: ✭ 125 (+108.33%)
Mutual labels:  pytorch-tutorial
A Pytorch Tutorial To Object Detection
SSD: Single Shot MultiBox Detector | a PyTorch Tutorial to Object Detection
Stars: ✭ 2,398 (+3896.67%)
Mutual labels:  pytorch-tutorial
Pytorch-conditional-GANs
Implementation of Conditional Generative Adversarial Networks in PyTorch
Stars: ✭ 91 (+51.67%)
Mutual labels:  pytorch-tutorial
Book deeplearning in pytorch source
Stars: ✭ 236 (+293.33%)
Mutual labels:  pytorch-tutorial
Duke-NLP-WS-2020
Duke Natural Language Processing Winter School 2020
Stars: ✭ 22 (-63.33%)
Mutual labels:  pytorch-tutorial
Code Of Learn Deep Learning With Pytorch
This is code of book "Learn Deep Learning with PyTorch"
Stars: ✭ 2,262 (+3670%)
Mutual labels:  pytorch-tutorial
Pytorch Beginner
pytorch tutorial for beginners
Stars: ✭ 2,603 (+4238.33%)
Mutual labels:  pytorch-tutorial
mrnet
Building an ACL tear detector to spot knee injuries from MRIs with PyTorch (MRNet)
Stars: ✭ 98 (+63.33%)
Mutual labels:  pytorch-tutorial
Pytorch Playground
Base pretrained models and datasets in pytorch (MNIST, SVHN, CIFAR10, CIFAR100, STL10, AlexNet, VGG16, VGG19, ResNet, Inception, SqueezeNet)
Stars: ✭ 2,201 (+3568.33%)
Mutual labels:  pytorch-tutorial
deep-dream-pytorch
Pytorch implementation of DeepDream on VGG16 Network
Stars: ✭ 46 (-23.33%)
Mutual labels:  pytorch-tutorial
Dive Into Dl Pytorch
本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。
Stars: ✭ 14,234 (+23623.33%)
Mutual labels:  pytorch-tutorial
Pytorch Seq2seq
Tutorials on implementing a few sequence-to-sequence (seq2seq) models with PyTorch and TorchText.
Stars: ✭ 3,418 (+5596.67%)
Mutual labels:  pytorch-tutorial
intro-computervision
Notebooks for learning about the layers of a convolutional neural network.
Stars: ✭ 44 (-26.67%)
Mutual labels:  pytorch-tutorial
Receptive-Field-in-Pytorch
Numerical Computation of Receptive Field in Pytorch
Stars: ✭ 57 (-5%)
Mutual labels:  pytorch-tutorial
Text-Classification-LSTMs-PyTorch
The aim of this repository is to show a baseline model for text classification by implementing a LSTM-based model coded in PyTorch. In order to provide a better understanding of the model, it will be used a Tweets dataset provided by Kaggle.
Stars: ✭ 45 (-25%)
Mutual labels:  pytorch-tutorial

PyTorch KR Tutorial Competition 2018

개요

날이 갈수록 머신러닝 논문이 홍수처럼 쏟아지고 있습니다. 올해는 NIPS 에만 4900편 이상의 논문이 제출되었고, 그 외에도 ICML, ICLR, CVPR 등 다양한 학회와 Arxiv 에 끊임없이 새로운 논문이 공개되고 있습니다. 머신러닝 연구자와 개발자는 논문을 선별하고, 읽고 이해하고, 논문의 알고리즘을 실제로 검증해보는 데 이전보다 더욱 많은 시간을 들이게 되었습니다.

논문을 읽는 것은 쉬운 일이 아닙니다. 학회의 분량 및 형식 제한을 지키면서도 이론과 실험 결과를 모두 싣는 것이 어렵기 때문에, 많은 논문은 전문용어로 점철되고, 자세한 설명은 참고문헌을 언급함으로써 대신합니다. 이렇게 해당 분야의 초심자들에게 불친절한 논문일수록, 한 논문을 이해하기 위해서 여러 논문을 찾아보아야 합니다.

논문의 핵심 내용을 이해한 후에는 이를 명확히 이해하기 위해서 알고리즘을 구현해 보며 이해한 내용과 세부 동작이 일치하는지 확인해보아야 합니다. 또한 논문에서 제시하는 내용이 자신이 보유한 실제 데이터에도 적용이 되는지도 검증해야 합니다. 하지만 많은 논문에서 실험에 사용된 코드를 공개하지 않고, 그나마 공개된 코드들도 대부분은 소위 '실험용' 코드인 경우라 이해하기 힘든 경우가 많습니다.

그런데, 사실 새로운 논문을 이해하기 위해서 모든 사람이 꼭 여러 참고문헌을 찾아보고 코드를 밑바닥부터 구현하며 고생할 필요는 없습니다. 논문을 잘 이해한 사람들은 논문의 문장보다 핵심 개념을 훨씬 간단하게 풀어 설명할 수 있고, 이러한 설명을 들은 사람은 훨씬 빠르게 논문을 읽어내려갈 수 있습니다. 또한 저자가 공개한 공식 코드보다 논문을 잘 이해한 다른 사람의 구현이 더욱 간결하고 널리 쓰이는 경우도 상당히 많습니다.

다행히도, 머신러닝 분야에서는 자기가 읽은 논문들을 쉽게 풀어내어 블로그 등의 형태로 튜토리얼 을 만들고 공유하는 문화가 점점 퍼지고 있습니다. 하지만 한 가지 아쉬운 것은, 대부분의 튜토리얼이 영어로 제작되어있기 때문에, 영어에 친숙하지 않다면 접근하기 힘들거나 읽는 데도 많은 시간이 든다는 점입니다.

그래서 PyTorch KR 는 수많은 논문들을 빠르고 명확하게, 그리고 함께 이해하기 위해서 Tutorial Competition 2018 을 개최합니다. 특정 논문 또는 주제 (복수 논문) 를 선정하고, 자유 형식으로 한국어 튜토리얼을 만들어주세요!

수상자분들께는 상품과 함께 2019년 1월에 열릴 PyTorch KR DevCon 에서 자신이 만든 튜토리얼을 직접 소개할 기회를 드립니다!

규칙

  • 개인 / 단체 참가 가능
  • 분야 제한 없음 (ex. Vision, Language)
  • 한국어 작성
    • 모든 용어를 한국어로 번역할 필요는 없음 (ex. Convolution, Attention, Dropout 등)
  • 코드
    • 모든 코드는 Pseudocode 가 아닌, 실행 가능한 코드여야 함
    • PyTorch 1.0 기반으로 작성
    • 출처를 밝히고 외부 코드 일부 사용 가능
    • 튜토리얼에 사용된 모든 데이터 및 dependency가 설치된 public docker image 작성
      • docker run -it 도커 이미지 python main.py 으로 결과 재현이 가능해야 함
      • Docker 에 익숙하지 않으신 분들은 PyTorch Docker Tutorial 을 참고해주세요!
        • IlJi Choi (KakaoBrain) 님이 작성해 주셨습니다.

심사 기준

  • 논문을 찾아보지 않아도 충분히 이해할 수 있는가
  • 이미 좋은 기존 튜토리얼이 존재하지는 않는가
  • 코드가 간결한가
  • 코드가 모델, 이론에 대한 설명과 부합하는가
  • 코드로 논문에서 보고하는 수준의 결과 재현이 가능한가

예시

제출 방법

본 행사 참가는 GitHub 페이지 에 Issue를 등록함으로써 이루어집니다. 먼저 간략히 Abstract 형태의 Issue 를 등록한 후, 해당 Issue 의 Comment 로 본 튜토리얼을 링크함으로써 제출이 완료됩니다.

  1. Abstract 제출 (2018년 11월 30일 (금) 마감)
    • Issue 형태로 등록
    • 제출할 튜토리얼에 대한 간단한 설명
  2. 튜토리얼 제출 (2018년 12월 15일 (토) 마감)
    • 웹에 튜토리얼 개재
    • docker image 생성
    • Abstract Issue 의 Comment 로 튜토리얼 및 docker image 링크
    • 마감일 후에는 제출한 튜토리얼 / 이미지 및 Issue 수정 불가

일정

  1. 2018년 10월 9일 (화): Tutorial Competition 시작
  2. 2018년 11월 30일 (금): Abstract 등록 마감
  3. 2018년 12월 15일 (토): 튜토리얼 접수 마감
  4. 2019년 1월 6일 (일): 수상자 발표
  5. 2019년 1월 19일 (토): PyTorch KR Developer Conference

상품

  • Best Tutorial Award (1팀)
    • NVIDIA Titan XP
      • 2018 CVPR VQA Challenge Runners-up 부상
      • Jin-Hwa Kim (SK T-Brain), Jaehyun Jun (SNU) and Byoung-Tak Zhang (SNU) 팀에서 기증해 주셨습니다.
    • PyTorch KR DevCon 2018 에서 튜토리얼 진행
  • Runner-Up (2~3팀)
    • 20만원 상당의 키보드
    • PyTorch KR DevCon 2018 에서 튜토리얼 진행

심사위원

  • Jin-Hwa Kim (SK T-Brain)
  • Tae Yoon Kim (SK T-Brain)
  • Hwalsuk Lee (NAVER Clova)
  • Nako Sung (NAVER Clova)
  • Yunjey Choi (NAVER Clova)
  • Keon Kim (Uber)
  • Taehoon Kim (OpenAI)
  • Sungbin Lim (KakaoBrain)

FAQ

  1. 분량 제한은 없나요?
    • Abstract 은 예시 Issue 를 참고하여 간결하게 작성해주시면 됩니다.
    • 튜토리얼의 분량에 대한 제한은 따로 없습니다.

수상자 발표 (2019. 1. 6.)

주최

drawing

문의

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].