Edition 4 Crossword
Across
- 1. "One complete pass through the entire training dataset in machine learning."
- 3. "An ensemble learning method that uses multiple decision trees for classification or regression."
- 7. "A tree-like model used for decision-making and classification."
- 11. "The vector of partial derivatives used in optimization to minimize loss functions."
- 12. "A function that measures how far a model's predictions are from actual values."
Down
- 2. "Learnable components like weights in a machine learning model."
- 4. "When a model performs well on training data but poorly on unseen data."
- 5. "A multidimensional array used in deep learning frameworks like PyTorch and TensorFlow."
- 6. "Adjustable values in a model that influence predictions during training."
- 8. "Grouping data points into clusters based on similarity."
- 9. "Mathematical representations of data points, often used in embedding spaces."
- 10. "A high-level neural networks API written in Python, built on TensorFlow."