Adding layers

This dataset is more difficult than the last one. A single line can no longer separate the red dots from the blue ring. To solve more complex problems, the neural network needs to be larger.

You can now add another layer to the network. Layers between the input and output layers are called hidden layers.

1 of 4