This study compares the efficiency and accuracy of ResNet-34 and DenseNet-BC-121 convolutional neural networks using a dataset of 50 fruit images. It concludes that ResNet outperforms DenseNet in training speed and accuracy on simple datasets, primarily due to ResNet's effective handling of gradient flow through residual connections. The experiments highlighted the challenges posed by network depth and the computational complexity in DenseNet, ultimately favoring ResNet for simple object recognition tasks.