SOTAVerified

Evaluating ResNeXt Model Architecture for Image Classification

2018-05-09Code Available0· sign in to hype

Saifuddin Hitawala

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

In recent years, deep learning methods have been successfully applied to image classification tasks. Many such deep neural networks exist today that can easily differentiate cats from dogs. One such model is the ResNeXt model that uses a homogeneous, multi-branch architecture for image classification. This paper aims at implementing and evaluating the ResNeXt model architecture on subsets of the CIFAR-10 dataset. It also tweaks the original ResNeXt hyper-parameters such as cardinality, depth and base-width and compares the performance of the modified model with the original. Analysis of the experiments performed in this paper show that a slight decrease in depth or base-width does not affect the performance of the model much leading to comparable results.

Tasks

Reproductions