Skip to content

ski-net/dl_study_with_gluon

Repository files navigation

Deep Learning Study with Gluon2 (2018.03 ~ )

https://github.com/ski-net/dl_study_with_gluon_2nd


Deep Learning Study with Gluon (2017.12 ~ 2018.03)

Deep learning to learn while making

Schedule

Topic Date/Time Location Presentor
Gluon Introduction 12/22,17:00   분석실  haven-jeon ,seujung    
Convolution & Transfer Learning 12/28,17:00   분석실  haven-jeon 
Intro with MNIST(Logistic, FC, CNN),Embedding, Intro Audio Data Analysis 01/04,18:00   분석실  soohwanjo, soeque1, hongdm7
Style Transfer(0h20m), Fashion MNIST(0h10m), Traffic Sign Recognition(0h15m), Intro MXNet(0h10m) 01/11,18:00   분석실  seujung, haven-jeon, June-H, hyemin15 
Intro to GAN(0h15m), Intro to VAE(0h30m) 01/16,18:00   분석실  soeque1, kionkim  
Multi GPU(0h20m), Autoencoder(0h30m), Transfer Learning (0h40m) 01/25,18:00   분석실  haven-jeon, ljy3795, su-park 
RNNs with Audio Classification(0h30m), CAM with Traffic Sign Classification(0h 20m) 02/01,18:00 분석실 hongdm7, June-H 
Pix2Pix(0h25m), Deep Matrix Factorization (0h20m) 02/08,18:00 분석실 soeque1, ljy3795, kionkim
introduction Deep Learning references 03/14,12:00 분석실  seujung
Soft Decision Tree (0h30m), Deep Dream (0h20m) 02/22,18:00 분석실 kionkim, soohwanjo
Korean-English Neural Machine Translater(0h40m) 02/28,18:00 분석실 haven-jeon
IntegratedGradients (0h20m), BEGAN (0h20m),QA- Multimodal Compact Bilinear Pooling (0h45m) 03/08,18:00 분석실 kionkim, seujung , hyemin15, soeque1
1차 롤 아웃/2차 스터디 계획 수립 03/13,12:00 분석실
Deep Q-Network(0h30m), Double Deep Q-Network, Policy Gradient 03/15,18:00 분석실 hongdm7, soohwanjo, June-H
Anomaly detection w Autoencoder, CapsNet(0h30m) 03/22,18:00 분석실 ljy3795, kionkim  
relational network, 03/29,18:00 분석실 seujung

Topic

Linear algebra

numpy exercise

Gluon Basic

Fully Connected

Convolution

Recurrent

Image

Deep Dream

Neural Style Transfer

pix2pix

  • pix2pix (@hjkim)

NLP

  • Sentiment Classification (@supark, 네이버 영화 평점)
  • seq2seq (@haven-jeon, Addition model)
  • seq2seq with Attention Mechanism (@haven-jeon, Addition model)
  • Text Generation(@EVA01)
  • Text summarization (@haven-jeon,)
  • Korean-English Neural Machine Translater (@haven-jeon)

high-performance learning

Autoencoder

Audio

  • wavenet

Recommandation

XAI

GAN(Generative Adversarial Networks)

VAE(Variational Auto Encoder)

Embedding

Computer Age Statistical Inference(CASI)

QA

Reinforcement Learning

  • DQN(Deep Q-Network) (@hongdm7)
  • DDQN(Double Deep Q-Network) (@soohwanjo)

Reference