Neural Networks
This module introduces the foundational concepts of Deep Learning, starting from the basic building block, the Perceptron, to complex Multi-Layer Networks.
Module Contents
- The Perceptron
- Understand the history and mechanics of the simplest neural network unit.
- Explore the Perceptron Learning Algorithm and its limitations.
- Activation Functions
- Dive into the non-linear functions that power neural networks.
- Compare Sigmoid, Tanh, ReLU, and Softmax.
- Multi-Layer Networks
- Scale up from a single neuron to a deep network.
- Learn about the Universal Approximation Theorem.
- Module Review
- Review key concepts with flashcards and a cheat sheet.
- Test your knowledge and prepare for the next module.