Improved ResNet + XGBoost #97
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Experimental results demonstrate that the proposed improvements to ResNet led to an approximate 1% increase in accuracy on the CIFAR-100 dataset. Furthermore, by integrating the XGBoost algorithm—thus combining deep learning with ensemble learning—accuracy improved by an additional ~1%, achieving a maximum accuracy of 66.63% under the Improved ResNet + XGBoost configuration.
Although these results were attained through extensive parameter tuning, the overall findings indicate that the model’s performance was indeed enhanced under certain conditions. Due to constraints in computational resources and experimental costs, further exploration was not pursued. Nevertheless, the implementation provides at least two concrete innovative approaches that may serve as a reference for beginners. While both ideas were conceptually adapted from prior research and integrated into this work, all corresponding code was developed independently by myself based on the original code provided, as no direct code implementations from the referenced studies were found. Achieving such promising results under these circumstances is, in itself, worthy of dissemination.