|
|
|
|
|
by karpathy
3928 days ago
|
|
+1. There are several fishy statements throughout this paper. Another one in conclusion: "For satellite datasets, with inherently high variability,
traditional deep learning approaches are unable to converge to a global optima even with significantly big and deep architectures." this quote points to some basic misunderstandings of how/when these models work. "Inherent high variability" is suddenly some kind of a problem? Unable to converge to a global optima? The modern view of the deep net optimization landscapes based on several recent studies argue against these outdated interpretations. |
|
I just downloaded the dataset, and color is such a powerful feature that training a random forest on images downsampled to a single pixel results in 95% and 98% accuracies! (for the 4-category and 6-category versions, respectively)
And you can easily exceed 99.5% by adding more features to the forest, which is far above their DBN accuracy.
I have no idea how they were able to get an accuracy as low as 69% when they evaluated random forests.