can any one help me with this i am 1. Import Packages and Functions
We’ll make use of the following packages:
numpy
andpandas
is what we’ll use to manipulate our datamatplotlib.pyplot
andseaborn
will be used to produce plots for visualizationutil
will provide the locally defined utility functions that have been provided for this assignment
We will also use several modules from the keras
framework for building deep learning models.
Run the next cell to import all the necessary packages.