Skip to content

Instantly share code, notes, and snippets.

@vivekpadia70
Created April 8, 2020 11:15
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 vivekpadia70/9b4673bf26099f232edfb5823c3be521 to your computer and use it in GitHub Desktop.
Save vivekpadia70/9b4673bf26099f232edfb5823c3be521 to your computer and use it in GitHub Desktop.
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt
import tensorflow as tf
from tensorflow.keras.preprocessing.text import Tokenizer
from keras.utils import to_categorical
from tensorflow.keras.preprocessing.sequence import pad_sequences
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment