Across
- 2. Simplest ML algorithm, finds closest points.
- 3. Process of adjusting weights in neural networks.
- 8. Training with labeled data.
- 11. Model that separates data using a hyperplane (abbr.).
- 12. A model's error on unseen data.
- 13. Data feature used for training a model.
Down
- 1. Training with unlabeled data.
- 4. Mathematical function that reduces error.
- 5. Neuron-inspired algorithm for deep learning.
- 6. Performance metric: True Positives / (True Positives + False Positives).
- 7. Model that uses a tree structure for decisions.
- 9. Evaluation metric: (Precision + Recall)/2.
- 10. Technique to reduce model variance using multiple learners.
