Skip to content

Latest commit

 

History

History

Assignment 2: Neural Networks

This assignment consists of two notebooks:

  • NNBasics, Neural Network Basics in NumPy
  • TensorFlow, in which we'll train our first deep neural network with TensorFlow / Keras
  • answers file where you'll put all your answers

You may want to review the notebook for lesson 2.

Submission Instructions

As with Assignment 1, please submit by running the submit script, only with -a 2 (since this is assignment 2).

./assignment/submit.sh -u your-github-username -a 2

It is your responsibility to check that your work has made it to your GitHub repository in the a2-submit branch. As always, a small number of points will be given in each assignment for submitting in the right place.