- Define a neural network.
- Describe how a neural network works.
- Discuss where a neural network can be used.
- Use a deep learning pre-trained model to classify an image.
- Discuss TensorFlow.
- Discuss NumPy.
- Discuss ResNet.
- Explore history of neural network development.
- Describe the basis of a neural network (neuron).
- Identify and describe an artificial neuron (perceptron).
- Discuss bias and weights.
- Discuss deep networks.
- Describe and identify activation functions.
- Describe and simulate image processing in a small neural network.
- Implement and train a perceptron using TensorFlow.
- Describe the purpose of gradient descent.
- Describe the process of gradient descent.
- Discuss error loss function.
- Describe optimizers.
- Describe chain rule.
DL : Neural Networks - Getting Started
DL : Anatomy of a Neural Network
- Vanishing / exploding gradients problem (Hands-On Machine Learning w/Sci-Kit Learn..., p. 332 - ff)
- Backpropagation Summary (Learning Deep Learning, Eckman, p. 89.)
- Learning Rate Hyperparameter (Deep Learning: A Visual Approach, Glassner, p. 376.) -- Excellent example!