ML Crossword

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
Across
  1. 1. Limitation or restriction impacting solution space in optimization problems.
  2. 3. Group of data samples processed together in training a neural network.
  3. 5. Perform calculations using data in a systematic manner.
  4. 6. Sorting data points into predefined categories or labels.
  5. 9. A fundamental neural network algorithm for fine-tuning weights by minimizing error.
  6. 12. Labeling process crucial for training supervised learning models.
  7. 14. Starting point for model performance before any optimization.
  8. 16. Deep learning architecture commonly used for image recognition.
  9. 17. Feature in PyTorch enabling automatic differentiation.
  10. 21. Type of data that represents distinct groups or categories without any intrinsic ordering.
  11. 24. Optimizer named after the first man in biblical history.
  12. 25. Reference point for measuring model performance.
  13. 28. Adaptive learning strategy in reinforcement learning optimizing action selection while exploring options.
  14. 30. Estimation technique used in machine learning to generalize models for prediction.
  15. 31. Parallel computing platform and programming model by NVIDIA.
  16. 32. Common operation to compare elements in two sets.
  17. 33. A multiplier that quantifies the relationship between variables in linear regression.
  18. 34. Related to a probabilistic approach that updates beliefs in light of new evidence.
  19. 37. Type of attack where input data is subtly altered to deceive a model
  20. 39. Link between nodes in a neural network.
  21. 43. Autonomous entity in a reinforcement learning environment.
  22. 44. Optimization goal during training when loss function decreases.
  23. 45. Sequential model structure linking multiple layers.
  24. 46. Ensemble method involving random sampling with replacement.
  25. 47. Algorithm known for combining weak classifiers to form a strong one.
  26. 48. Neural network component responsible for generating output sequences in machine translation.
Down
  1. 1. The metric optimized in training to minimize error.
  2. 2. Technique of expanding training data by applying transformations.
  3. 4. Standard used for evaluating machine learning models
  4. 7. Group similar data points together without supervision.
  5. 8. Core component central to processing tasks in most computers.
  6. 10. Unexpected data point that deviates from the norm
  7. 11. The central part of a neural network where the main computations take place.
  8. 13. Boost in training speed achieved by hardware like GPUs or TPUs.
  9. 15. A key operation in neural networks, especially effective for image processing.
  10. 18. A technique used in deep learning to stabilize and accelerate neural network training by normalizing layer inputs.
  11. 19. Statistical distribution in ML algorithms inspired by a physicist's thermodynamics work.
  12. 20. Influential variable impacting predictions in a model
  13. 22. A collection of text or data used for training linguistic models.
  14. 23. A foundational concept in probabilistic models and statistics, often representing the likelihood of an event occurring.
  15. 25. Tendency of a model to make consistent errors on certain data.
  16. 26. Obtain annotations or data by gathering contributions from a large group of people.
  17. 27. Father of a theorem crucial to probabilistic modeling and inference
  18. 29. Function applied to neurons in a neural network to introduce non-linearity.
  19. 35. Bring into proper position for model optimization
  20. 36. Ensemble method that sequentially adjusts weak models to improve performance.
  21. 38. A neural mechanism that helps models focus on specific parts of input sequences.
  22. 40. AI model that assigns input data to specific categories or labels.
  23. 41. Direction of error propagation in neural network training.
  24. 42. Canada's neural network pioneer and deep learning stalwart.