Mar 21 - Machine Learning
Common ML models in remote sensing:
Random Forests
Breiman, Leo. "Random forests." Machine learning 45 (2001): 5-32.
Support Vector Machines
Boser, Bernhard E., Isabelle M. Guyon, and Vladimir N. Vapnik. "A training algorithm for optimal margin classifiers." Proceedings of the fifth annual workshop on Computational learning theory. 1992.
Neural networks
Rosenblatt, F. (1958). "The Perceptron: A Probabilistic Model For Information Storage And Organization In The Brain". Psychological Review. 65 (6): 386–408.
Partial Least Square Regression
Wold, Herman (1966). "Estimation of principal components and related models by iterative least squares". In Krishnaiaah, P.R. (ed.). Multivariate Analysis. New York: Academic Press. pp. 391–420.
Tools of the trade:
Scikit-learn : https://scikit-learn.org/stable/index.html
Various R packages
Useful learning material: