Advanced Learning Algorithms Flashcards
What is a neural network?
How is a neural network structured?
What is forward propagation?
What is backward propagation?
What are activation functions, and why are they important in neural networks?
What are some commonly used activation functions?
How do you choose the right activation function for a given problem?
When should you use the sigmoid function?
When should you use the ReLU activation function?
What is the difference between linear regression and a neural network with linear activation functions?
What is the difference between binary classification and multiclass classification?
What is the softmax regression algorithm, and how is it used in multiclass classification?
What is the cross-entropy loss function, and how is it used in the context of softmax regression?
What is the indicator function used in the cost equation for Softmax regression?
How can numerical instability issues be mitigated when using the softmax activation function?