Skip to content

Instantly share code, notes, and snippets.

#LICENSE MIT#
from keras.models import Model
from keras.layers import Input, Dense, Merge, Recurrent
from keras.layers.recurrent import SimpleRNN, GRU,LSTM
from keras.layers.embeddings import Embedding
from keras.layers.wrappers import TimeDistributed
import random