It displays two pairs of plots: two confusion matrices at the top and two learning curves at the bottom, comparing the performance of “Random Forest (R F)” and “Neural Network (N N)” models on an “Apartments” dataset. Both matrix has three rows and three columns, with rows representing “True” values 0, 1, and 2 (top to bottom) and columns representing “Predicted” values 0, 1, and 2 (left to right). A color bar on the right indicates performance ranging from 0 percent (dark purple) to 100 percent (bright yellow), increasing in 25-percent increments through transitions from dark purple to green to yellow. The entries in the random forest matrix are as follows: Row 1: Column 1: 86. Column 2: 14. Column 3: 0. Row 2: Column 1: 0. Column 2: 86. Column 3: 14. Row 3: Column 1: 0. Column 2: 6. Column 3: 94. The entries in the neural network matrix are as follows: Row 1: Column 1: 86. Column 2: 14. Column 3: 0. Row 2: Column 1: 14. Column 2: 75. Column 3: 11. Row 3: Column 1: 4. Column 2: 14. Column 3: 82. The learning curve graph for “Random forest” is as follows: The horizontal axis is labeled “Training Set Size” and ranges from 100 to 600 in increments of 100 units. The vertical axis is labeled “Accuracy” and ranges from 0.4 to 1.0 in increments of 0.1 units. The graph shows two lines: one for “Training” and the other for “Validation.” The training accuracy starts high (near 1.0), decreases slightly, and stabilizes at 0.95 accuracy after 200 set sizes. The validation accuracy starts low (around 0.42) and gradually increases to about 0.85, showing a moderate gap between training and validation accuracy. The learning curve graph for “Neural Network” is as follows: The horizontal axis is labeled “Training Set Size” and ranges from 200 to 1200 in increments of 200 units. The vertical axis is labeled “Accuracy” and ranges from 0.65 to 0.85 in increments of 0.05 units. The graph shows two lines: one for “Training” and the other for “Validation.” The training accuracy starts high (near 0.75), and increases to about 0.85. The validation accuracy starts low (around 0.65) and gradually increases to over 0.85, indicating a moderate gap between the training and validation accuracies. Note: All numerical values are approximatedComparison of apartment models' confusion matrices (top) and accuracy vs training size curves (bottom). Source: Authors' own work
Sharing content requires targeting cookies to be enabled. Please update your cookie preferences to use this feature.