Predict The Words

1234567891011121314
Across
  1. 4. Function used to convert logits to probabilities in multi-class classification
  2. 6. Popular activation function that outputs 0 for negative inputs and the input itself for positive inputs
  3. 7. Neural network architecture designed for sequence data
  4. 9. A supervised learning algorithm often used for classification tasks
  5. 12. Algorithm that separates data using a hyperplane
  6. 13. Process by which neural networks learn, adjusting weights based on errors
Down
  1. 1. A problem where a model fits training data too closely and fails to generalize
  2. 2. Learning paradigm where the model learns from feedback and rewards
  3. 3. Preprocessing step to bring data to a common scale
  4. 5. ML task to predict numerical outcomes
  5. 8. Popular deep learning framework by Google
  6. 10. An unsupervised learning algorithm that groups data into clusters
  7. 11. Statistical method to reduce dimensionality
  8. 14. Type of neural network commonly used in image processing