TA_NNA

12345678910111213141516
Across
  1. 4. Neural network where connections move only in one direction—from input to output.
  2. 7. Type of neural network with feedback connections allowing memory of previous inputs.
  3. 9. Trade-off that determines a model’s ability to generalize beyond training data.
  4. 10. Adaptive optimization algorithm combining momentum and RMSProp for faster convergence.
  5. 12. Simplest type of artificial neuron that performs binary classification.
  6. 14. Optimization algorithm that minimizes error by updating weights in the opposite direction of the gradient.
  7. 15. Algorithm used to train multilayer neural networks by propagating errors backward.
  8. 16. Type of learning where models find hidden patterns in unlabeled data.
Down
  1. 1. Problem where a model learns the training data too well but fails on new data.
  2. 2. A machine learning task where inputs are assigned to discrete categories.
  3. 3. Technique that accelerates gradient descent by considering previous updates.
  4. 5. Technique used to prevent overfitting by adding a penalty to model complexity.
  5. 6. Learning paradigm where the model is trained using labeled data.
  6. 8. Regularization method that halts training when validation error begins to increase.
  7. 11. Abbreviation for Multilayer Perceptron, a type of feedforward neural network.
  8. 13. The basic biological and computational unit that processes and transmits information.