Neural Networks

12345678910111213
Across
  1. 1. Final prediction of a neural network
  2. 2. Activation function that outputs zero or positive values
  3. 4. added constant term in neural unit
  4. 8. Algorithm to update weights via error propagation
  5. 10. One complete pass through the training data
  6. 12. Data fed into a neural network
  7. 13. function that introduces non-linearity
Down
  1. 1. When model memorizes instead of generalizing
  2. 3. Measures error between prediction and target
  3. 5. Vector of partial derivatives used for optimization
  4. 6. Regularization technique dropping random neurons
  5. 7. Intermediate layer between input and output
  6. 9. Method like SGD or Adam to minimize loss
  7. 11. Activation function that outputs between 0 and 1