Neural Networks Flashcards
What is a neuron? What is an activation function and which are the most common?
8 / 3-4
Describe a neural network (type of graph, weight function, layers, notation, how a value in the node is processed, depth, size, width )
8 / 5-7
What is the architecture of a NN? What could be an hypothesis class of a NN?
8 / 11
Describe just orally how you could find the weights of NN with just 1 hidden layer that tries to implement a Lipschitz function. (Shit question, but you know what I mean)
8 / 15-17
Describe the matrix notation for a NN (matrixes v, w, a)
8 / 25-27
Write down the forward propagation algorithm
8 / 28
What is the iter to compute the weights of a NN? (hard question)
8 / 29-35
Briefly, what the backpropagation algorithm does? Main idea of the pseudocode?
8 / 37