For this homework, do the following things:
Compute the following values using the restaurant example.
In class, we attempted to create by hand a neural network that computes the XOR function. If this was possible, see if you can simplify the network we built. Consider relaxing the conventions of densely-connected, sequential layers. If it was not possible, give a full explanation why it can’t be done.
Use Python/NumPy/Pandas/Keras to load and manipulate the Boston Housing Dataset as follows.
These homework exercises are rather open-ended. See the guide exercises for examples of what can be done.
Submit a Jupyter notebook (homework3.ipynb
).
We will grade your work according to the following criteria:
See the policies page for homework due-dates and times.