The draft for Deep Learning Foundations
- Define a neural network.
- Describe how a neural network works.
- Discuss what can be done with neural networks.
- Discuss deep networks.
- Use a deep learning pre-trained model to classify an image.
- Discuss Python AI Frameworks.
- Describe the basis of a neural network (neuron).
- Identify and describe an artificial neuron (perceptron).
- Discuss bias and weights.
- 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 and process of gradient descent.
- Discuss error loss function.
- Describe optimizers.
- Use a deep learning pre-trained model to perform Natural Language Processing.
- Describe Transfer Learning (???)