Need a hint?
Think about how complex patterns are broken down into simpler components, and how this relates to the way information flows through a neural network.
Need a hint?
Consider which activation function produces outputs in the range [0,1] that can be interpreted as a probability of belonging to the positive class.
Need a hint?
Remember the three-step process: 1) Calculate the weighted sum of inputs, 2) Add the bias, 3) Apply the activation function. Pay special attention to the sign when dealing with the negative values.
Need a hint?
Think about how neural networks "learn" from their mistakes and what mathematical process allows them to improve over time.
Need a hint?
Feel free to review the table in the first article: Introduction to Deep Learning.
Need a hint?
Feel free to review the table in the first article: Introduction to Deep Learning.