Brain Battle

1234567891011121314151617181920
Across
  1. 3. – PyTorch component for automatic differentiation
  2. 5. – When a model performs well on training data but poorly on new data
  3. 7. – Regularization technique that randomly ignores neurons during training
  4. 8. – Small group of data points used in training
  5. 13. – Technique that reduces overfitting
  6. 16. – A property/column used in prediction
  7. 18. – Method used to update weights in neural networks
  8. 19. – Activation function named for hourglass-shaped curve
  9. 20. – Common activation function that outputs zero for negative values
Down
  1. 1. – Algorithm that adjusts model parameters to minimize loss
  2. 2. – Weight adjustment method during optimization
  3. 4. – Algorithm that combines predictions from multiple models
  4. 6. – Activation function used in the output layer for multi-class classification
  5. 9. – Algorithm for classifying data into clusters
  6. 10. – Method to choose the best hyperparameters
  7. 11. – One full cycle of training
  8. 12. – The answer we want to predict
  9. 14. – What machine learning learns from
  10. 15. – Algorithm that finds patterns in data
  11. 17. – Widespread open-source DL framework