Skip to content

Instantly share code, notes, and snippets.

View GzuPark's full-sized avatar
🍀
just enjoy your playing

Jongmin Park GzuPark

🍀
just enjoy your playing
View GitHub Profile
@GzuPark
GzuPark / Documents.csv
Created March 6, 2018 14:28
SQL 실습, Big Data (2018 spring), Postechx
1 data 4
1 base 3
1 system 5
1 fall 6
1 semeter 2
2 data 1
2 base 2
2 structure 3
2 network 4
2 algorithm 5
Gzu 👻 18:56:04:Ipopt-3.12.9 $brew tap homebrew/science
Updating Homebrew...
To restore the stashed changes to /usr/local/Homebrew/Library/Taps/homebrew/homebrew-science run:
'cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-science && git stash pop'
==> Auto-updated Homebrew!
Updated 2 taps (homebrew/science, homebrew/core).
==> New Formulae
ballerina libbitcoin-consensus shogun
coreos-ct qtkeychain
==> Updated Formulae
@GzuPark
GzuPark / tf_seq2seq.py
Created March 13, 2017 02:48
sequence to sequence model with TensorFlow
'''
# Environment
# 1. HW: Intel i7-4770 RAM 32G, NVIDIA GeForce GTX 960 RAM 4G
# 2. SW: Windows10 x64, Pytion 3.5.2, TensorFlow-gpu 1.0.1
#
# Reference
# 1. TensorFlow tutorials : https://www.tensorflow.org/tutorials/seq2seq
# 2. RNN Encoder–Decoder : https://arxiv.org/pdf/1406.1078.pdf
# 3. Seq2Seq Learning : https://arxiv.org/pdf/1409.3215.pdf
# 4. Practical seq2seq : http://suriyadeepan.github.io/2016-12-31-practical-seq2seq