In [14]: import tensorflow as tf from tensorflow.keras import datasets, layers, models import matplotlib.pyplot as plt import numpy as np import warnings warnings.filterwarnings("ignore") ...