Feedforward Neural Networks

In this lesson, we will extend our single layer perceptron to include more layers, so that it can learn more complex representations.

Multi-Layer Perceptrons

We covered perceptrons in the last lesson. You saw how they cannot be used for the XOR problem. In this chapter, we will look into multi-layer perceptrons and how they can solve non-linear problems. Multi-layer perceptrons are also referred to as Feedforward Networks.

Get hands-on with 1200+ tech skills courses.