AI Crossword

12345678910111213141516171819
Across
  1. 2. A trainable parameter that shifts a neuron’s activation independent of inputs.
  2. 4. One full pass through the entire training dataset during learning.
  3. 7. A function that measures how far a model’s predictions are from targets.
  4. 8. A computing model made of interconnected layers that mimics neuron connections in the brain.
  5. 11. The vector of partial derivatives indicating how to change parameters to reduce loss.
  6. 14. The field where algorithms learn patterns from data without explicit programming.
  7. 16. When a model learns training noise and performs poorly on new data.
  8. 18. A nonlinear function applied to a neuron’s output to introduce complexity.
  9. 19. Techniques that reduce overfitting by constraining model complexity.
Down
  1. 1. The process of breaking text into pieces (tokens) for model input.
  2. 2. The method for computing gradients to update neural network weights.
  3. 3. A learning paradigm that trains on labeled input–output pairs.
  4. 5. A learning paradigm that finds structure in unlabeled data.
  5. 6. A step-by-step procedure for solving a problem or performing a task.
  6. 9. A dense vector that represents discrete items (words, tokens) in continuous space.
  7. 10. A model component that generates output from a latent representation.
  8. 12. A model component that converts raw input into a latent representation.
  9. 13. A neural architecture that uses self-attention to handle sequences.
  10. 15. A trainable parameter that scales an input in a neural network.
  11. 17. A structured collection of examples used to train or evaluate models.