• Stars
    star
    108
  • Rank 320,021 (Top 7 %)
  • Language
  • Created over 8 years ago
  • Updated over 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Study of HeXA@UNIST in Preparation for Submission

Deep Learning Study

Study of HeXA at Ulsan National Institute of Science and Technology.

Implementations

Reasoning

Deep Reasoning presentation (3/17)

  • [E2E MN] End-To-End Memory Networks [paper]
    • Sainbayar Sukhbaatar, Arthur Szlam, Jason Weston, Rob Fergus
  • [E2E MN+] The Goldilocks Principle: Reading Children's Books with Explicit Memory Representations [paper]
    • Felix Hill, Antoine Bordes, Sumit Chopra, Jason Weston
  • [DMN] Ask Me Anything: Dynamic Memory Networks for Natural Language Processing [paper]
    • Ankit Kumar, Ozan Irsoy, Peter Ondruska, Mohit Iyyer, James Bradbury, Ishaan Gulrajani, Victor Zhong, Romain Paulus, Richard Socher
  • [ReasoningNet] Towards Neural Network-based Reasoning [paper]
    • Baolin Peng, Zhengdong Lu, Hang Li, Kam-Fai Wong
  • [Impatient] Teaching Machines to Read and Comprehend [paper]
    • Karl Moritz Hermann, Tomáš Kočiský, Edward Grefenstette, Lasse Espeholt, Will Kay, Mustafa Suleyman, Phil Blunsom
  • [Variational] Neural Variational Inference for Text Processing [paper]
    • Yishu Miao, Lei Yu, Phil Blunsom
  • [Attentive Pooling] Attentive Pooling Networks [paper]
    • Cicero dos Santos, Ming Tan, Bing Xiang, Bowen Zhou
  • [Attention Sum] Text Understanding with the Attention Sum Reader Network [paper]
    • Rudolf Kadlec, Martin Schmid, Ondrej Bajgar, Jan Kleindienst
  • [ABCNN] ABCNN: Attention-Based Convolutional Neural Network for Modeling Sentence Pairs [paper]
    • Wenpeng Yin, Hinrich Schütze, Bing Xiang, Bowen Zhou
  • [NTM] Empirical Study on Deep Learning Models for Question Answering [paper]
    • Yang Yu, Wei Zhang, Chung-Wei Hang, Bing Xiang, Bowen Zhou
  • [Dynamic] Learning to Compose Neural Networks for Question Answering [paper]
    • Jacob Andreas, Marcus Rohrbach, Trevor Darrell, Dan Klein

Variational

  • Auto-Encoding Variational Bayes [paper]
    • Diederik P Kingma, Max Welling
  • Generating Sentences from a Continuous Space [paper]
    • Samuel R. Bowman, Luke Vilnis, Oriol Vinyals, Andrew M. Dai, Rafal Jozefowicz, Samy Bengio
  • Neural Variational Inference for Text Processing [paper]
    • Yishu Miao, Lei Yu, Phil Blunsom
  • Learning Structured Output Representation using Deep Conditional Generative Models [paper]
    • Kihyuk Sohn, Honglak Lee, Xinchen Yan

Learning Algorithm

  • Neural GPUs Learn Algorithms [paper]
    • Łukasz Kaiser, Ilya Sutskever
  • Learning Efficient Algorithms with Hierarchical Attentive Memory [paper]
    • Marcin Andrychowicz, Karol Kurach
  • Neural Random-Access Machines [paper]
    • Karol Kurach, Marcin Andrychowicz, Ilya Sutskever
  • Neural Programmer: Inducing Latent Programs with Gradient Descent [paper]
    • Arvind Neelakantan, Quoc V. Le, Ilya Sutskever
  • Neural Programmer-Interpreters [paper]
    • Scott Reed, Nando de Freitas
  • Reinforcement Learning Neural Turing Machines [paper]
    • Wojciech Zaremba, Ilya Sutskever
  • Learning Simple Algorithms from Examples [paper]
    • Wojciech Zaremba, Tomas Mikolov, Armand Joulin, Rob Fergus

Generative

  • Unsupervised Representation Learning with Deep Convolutional Generative Adversarial Networks [paper]
    • Alec Radford, Luke Metz, Soumith Chintala
  • Deep Visual Analogy-Making [paper]
    • Scott Reed, Yi Zhang, Yuting Zhang, Honglak Lee
  • How to Train Deep Variational Autoencoders and Probabilistic Ladder Networks [paper]
    • Casper Kaae Sønderby, Tapani Raiko, Lars Maaløe, Søren Kaae Sønderby, Ole Winther

Natural Language Processing

  • Exploring the Limits of Language Modeling [paper]
    • Rafal Jozefowicz, Oriol Vinyals, Mike Schuster, Noam Shazeer, Yonghui Wu
  • Swivel: Improving Embeddings by Noticing What's Missing [paper]
    • Noam Shazeer, Ryan Doherty, Colin Evans, Chris Waterson

Reinforcement Learning

  • Lie Access Neural Turing Machine [paper]
    • Greg Yang
  • Asynchronous Methods for Deep Reinforcement Learning [paper]
    • Volodymyr Mnih, Adrià Puigdomènech Badia, Mehdi Mirza, Alex Graves, Timothy P. Lillicrap, Tim Harley, David Silver, Koray Kavukcuoglu

ETC

  • Learning Physical Intuition of Block Towers by Example [paper]
    • Adam Lerer, Sam Gross, Rob Fergus

Links

More Repositories

1

awesome-hacking

A curated list of awesome Hacking tutorials, tools and resources
12,576
star
2

DCGAN-tensorflow

A tensorflow implementation of "Deep Convolutional Generative Adversarial Networks"
JavaScript
7,111
star
3

ENAS-pytorch

PyTorch implementation of "Efficient Neural Architecture Search via Parameters Sharing"
Python
2,626
star
4

emoji

emoji terminal output for Python
Python
1,877
star
5

deep-rl-tensorflow

TensorFlow implementation of Deep Reinforcement Learning papers
Python
1,578
star
6

DiscoGAN-pytorch

PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"
Jupyter Notebook
1,048
star
7

NTM-tensorflow

"Neural Turing Machine" in Tensorflow
Jupyter Notebook
1,045
star
8

BEGAN-tensorflow

Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"
Python
920
star
9

MemN2N-tensorflow

"End-To-End Memory Networks" in Tensorflow
Python
826
star
10

LINE

May the LINE be with you...
Python
811
star
11

lstm-char-cnn-tensorflow

in progress
Python
756
star
12

awesome-torch

A curated list of awesome Torch tutorials, projects and communities
616
star
13

simulated-unsupervised-tensorflow

TensorFlow implementation of "Learning from Simulated and Unsupervised Images through Adversarial Training"
Python
573
star
14

variational-text-tensorflow

TensorFlow implementation of Neural Variational Inference for Text Processing
Python
545
star
15

pixel-rnn-tensorflow

in progress
Python
495
star
16

visual-analogy-tensorflow

Tensorflow implementation of "Deep Visual Analogy-Making"
Python
289
star
17

BEGAN-pytorch

in progress
Python
262
star
18

NAF-tensorflow

"Continuous Deep Q-Learning with Model-based Acceleration" in TensorFlow
Python
193
star
19

attentive-reader-tensorflow

in progress
Python
189
star
20

korail2

Korail (www.letskorail.com) wrapper for Python.
Python
149
star
21

SPIRAL-tensorflow

in progress
Python
116
star
22

poet-neural

인공지능 시팔이, 시인 뉴럴
CSS
76
star
23

karel

Karel dataset for program synthesis and program induction
Python
76
star
24

program-synthesis-rl-tensorflow

in progress
Python
72
star
25

text-based-game-rl-tensorflow

in progress
Python
61
star
26

paper-notes

personal notes
56
star
27

word2vec-tensorflow

in progress
Python
46
star
28

between

Between of VCNC for Python
Python
38
star
29

a3c-tensorflow

Python
33
star
30

hali

A neural network for question answering model
Lua
32
star
31

ndrive

Python wrapper for NAVER Ndrive
Python
31
star
32

RCMN

Recurrent Convolutional Memory Network (in progress)
Python
29
star
33

board

25
star
34

FoodClassifier

Food image classifier
Python
25
star
35

practice-tensorflow

Jupyter Notebook
20
star
36

reviewduk

Korean Sentiment Analyzer in Morphologically Rich Languages
JavaScript
19
star
37

voxoffice

A Data Visualization of Box Office History.
JavaScript
18
star
38

gornn

Deep Recurrent Neural Networks and Long Short Term Memory in Golang
Go
18
star
39

personal-blog-powered-by-flask

website powered by flask
Python
16
star
40

movieduk

Record the movie list and share it!
Python
15
star
41

movietag

Search movie with tag
CSS
12
star
42

HeXA-Bot

KakaoTalk robot which automatically answer to your command
Python
11
star
43

fraktur

convert the latin alphabet to fraktur unicode characters
Python
11
star
44

comgong-job

A robot for future computer science students
Python
9
star
45

carpedm20

7
star
46

naverdic

NAVER dictionary wrapper for Python
Python
7
star
47

neural-networks-and-deep-learning-ko

Translation of Neural Networks and Deep Learning by Michael Nielsen
6
star
48

ausung

A Data Visualization of Media Sentiments
JavaScript
6
star
49

Easily-written-Django

Easily learn Django to newbies of computer world
Python
6
star
50

Bias

Character-level Bidirectional LSTM for auto spacing (text segmentation)
Lua
5
star
51

quotes

JavaScript
5
star
52

nn-study

Lua
4
star
53

140min-python

140분의 Python
JavaScript
4
star
54

i-crawl-news

i crawler news
Python
4
star
55

Run-Length-Prediction-of-Change-Point-by-Text-Features

Reading documents for bayesian Online Change Point Detection
HTML
4
star
56

ggomggom-email

Chrome extension for Korean grammer checker
JavaScript
4
star
57

korean-japanese-translator

Korean-Japanese translator using word2vec
Python
3
star
58

all-about-critics

A Data Visualization of Korean movie critics.
Python
3
star
59

jsSolar

Javascript solar system simulator
JavaScript
3
star
60

blog

CSS
3
star
61

UNIST-portal-bot

Facebook bot that uploads portal announcements automatically
Python
2
star
62

2014-study

2014-study
2
star
63

BufferTest_v2

Java
2
star
64

UNIST-FedEx

유니스트 내가 전해주까
Python
2
star
65

bap-15min-before

밥먹기 십오분전 - 유니스트
Python
2
star
66

coursera-downloader

course material downloader from coursera
2
star
67

babo

바보 (사전)
Python
2
star
68

movie-parser

movie parser
Python
2
star
69

random-wall

A jQuery plugin that randomly changes background-image of an element
JavaScript
2
star
70

basehangul

BaseHangul for GoLang
Go
2
star
71

vec2movie

Python
1
star
72

agora

Cloud commenting system.
Python
1
star
73

FoodDuk

Big data analysis for restaurant recommendation
JavaScript
1
star
74

Study-of-Computer-Vision

Study of Computer Vision
Python
1
star
75

UNIST-auction

UNIST auction
Python
1
star
76

UNIST-robot

easy to access UNIST portal, black board, library
C#
1
star
77

blackbot

blackbot
Python
1
star
78

comgong-abroad

A robot for future computer science students
Python
1
star
79

machine-learning

Study of Machine learning
Python
1
star
80

samantha

Python
1
star
81

FoodClassifier-matlab

Food image classifier written by Matlab
MATLAB
1
star