Skip to content

Instantly share code, notes, and snippets.

@svjan5
svjan5 / mdeps.txt
Created August 16, 2018 04:33
Dependency based word embeddings
root philosophy 2888 anarchism 2888,466 is 2888,452 a 2888,456 political 2888,4
philosophy root 5780 anarchism 466 is 452 a 456 political 4
anarchism philosophy 3358 root 3358,5780 is 3358,452 a 3358,456 political 3358,4
is philosophy 3344 root 3344,5780 anarchism 3344,466 a 3344,456 political 3344,4
a philosophy 3348 root 3348,5780 anarchism 3348,466 is 3348,452 political 3348,4
political philosophy 2896 root 2896,5780 anarchism 2896,466 is 2896,452 a 2896,456
advocates that 466 societies 458
that advocates 3358 societies 3358,458
societies advocates 3350 that 3350,466
institutions voluntary 4
@svjan5
svjan5 / placeholder_reproduce.py
Created May 9, 2018 05:00
TF bug for multiple unused placeholders
""" Bi-directional Recurrent Neural Network.
A Bi-directional Recurrent Neural Network (LSTM) implementation example using
TensorFlow library. This example is using the MNIST database of handwritten
digits (http://yann.lecun.com/exdb/mnist/)
Links:
[Long Short Term Memory](http://deeplearning.cs.cmu.edu/pdfs/Hochreiter97_lstm.pdf)
[MNIST Dataset](http://yann.lecun.com/exdb/mnist/).
@svjan5
svjan5 / Tmux_screen.md
Last active January 7, 2018 11:20
Tmux & Screen shortcuts

Create a new session

tmux new -s
screen -S

Detach session

tmux: Ctrl+B+D
screen: Ctrl+A+D

Attach to existing session

tmux a -t