Skip to content

Instantly share code, notes, and snippets.

@ferrygun
Created June 8, 2020 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ferrygun/2895487e7b4d88a201bb670265a5297e to your computer and use it in GitHub Desktop.
Save ferrygun/2895487e7b4d88a201bb670265a5297e to your computer and use it in GitHub Desktop.
import csv
import tensorflow as tf
import numpy as np
from tensorflow.keras.preprocessing.text import Tokenizer
from tensorflow.keras.preprocessing.sequence import pad_sequences
from tensorflow.keras.models import Sequential
from tensorflow.keras.layers import Dense, Flatten, LSTM, Dropout, Activation, Embedding, Bidirectional
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment