With an understanding of a single neuron (from the logistic regression example), we can now study networks of neurons, both shallow (e.g., with one hidden layer) and deep.

Topics to Look For

  • Neural network structure
  • Neural network computation
  • Activation functions
  • Random initialization
  • Vectorized implementation

Resources

Supplemental