“…We used two machine learning classifiers in this study: Random Forest (RF) and Multi-Layer Perception (MLP), using a python routine with the scikit-learn library (Pedregosa et al, 2011). After testing different parameters (Prudente et al, 2020b), we used numbers of trees equal to 30, no maximum depth of the tree, no maximum number of features and minimum split samples equal to 2 to the RF classifier, and one hidden layer with size equal to 50, rectified linear unit as activation function, stochastic gradient-based optimizer, alpha (L2 regularization) equal to 0.01, and learning rate values of 0.005 for the MLP classifier. The field data (polygons), section 2.1, were randomly separated into 75% for training and 25% to test which classification had the results that best fit the data collected in the field (testing data).…”