Machine learning
Across
- 1. Dividing a dataset into training and testing sets
- 3. The process of teaching an ML model.
- 4. Combining data from multiple sources.
- 8. A model too simple to learn patterns.
- 13. Data containing predefined labels.
- 14. Library used for plotting graphs.
- 15. Dimensionality reduction technique maximizing variance
- 16. Type of learning that uses labeled data.
- 20. Converting raw data into a suitable format
Down
- 2. Cleaning and preparing data before model training.
- 5. A model performs well on training data but poorly on testing data
- 6. Sequence of steps followed in building an ML model.
- 7. Field aiming to make machines intelligent
- 9. Numerical computing library in Python.
- 10. Python library used for data manipulation and analysis
- 11. Supervised dimensionality reduction technique.
- 12. popular platform for Machine Learning datasets and competitions. KAGGLE
- 17. Dimensionality reduction technique preserving local/global structure.
- 18. Information used to train Machine Learning models
- 19. Data without predefined labels.
- 21. Machine Learning model created after training.