Skip to content

Instantly share code, notes, and snippets.

@zabop
Created July 17, 2021 20:47
Show Gist options
  • Save zabop/988e0a233a664721fc4c023930b6b6c1 to your computer and use it in GitHub Desktop.
Save zabop/988e0a233a664721fc4c023930b6b6c1 to your computer and use it in GitHub Desktop.
import numpy as np
from keras import layers
from keras import models
from keras.datasets import imdb
from keras.utils.np_utils import to_categorical
from sklearn.preprocessing import MultiLabelBinarizer
import matplotlib.pyplot as plt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment