1. Import Libraries: As we mentioned in previous sections, a Python notebook always starts with importing required libraries. We will be using Keras to create a deep learning model. We will also use Scikit-Learn library to split the data into train, validation and test datasets.