Chapter 1 Quiz: Introduction to ML in Geosciences
Learning objectives
- Test your understanding of ML concepts, forward/inverse problems, and Python basics
This quiz covers both the lecture material and lab exercises from Chapter 1.
Key Concepts Review
- ML Definition (Mitchell): A program learns from experience w.r.t. task and performance if on improves with .
- Forward vs Inverse Problems: Forward: (model data). Inverse: (data model). Inverse problems are typically ill-posed (existence, uniqueness, stability).
- Supervised vs Unsupervised: Supervised uses labeled data for prediction; unsupervised discovers patterns in unlabeled data.
- Semivariance: increases with lag and plateaus at the sill.
- Python Basics: Slicing ( excludes index 4), negative indexing ( = last element),
range(a, b)excludes .
References
- Bergen, K.J., Johnson, P.A., de Hoop, M.V., Beroza, G.C. (2019). Machine learning for data-driven discovery in solid Earth geoscience. Science 363, eaau0323.
- Reichstein, M., Camps-Valls, G., Stevens, B., et al. (2019). Deep learning and process understanding for data-driven Earth-system science. Nature 566, 195–204.
- Bishop, C.M. (2006). Pattern Recognition and Machine Learning, ch. 1. Springer.