Setting up your computer for the assignment 3:

We assume that you have already followed the steps described here to set up your computer by installing basic libraries. In order to work with the Jupyter notebook provided for this assignment 3, please make sure you have the following libraries installed.

 Matplotlib: pip install matplotlib
  Tensorflow: pip install tensorflow
  Keras: pip install keras
  Requests: pip install requests
  Ipywidgets: pip install ipywidgets