This document compares the performance of 8 optimization algorithms (SGD, RMSprop, Adagrad, Adadelta, Adam, Adamax, Nadam, Ftrl) when training a ResNet convolutional neural network on an autonomous driving dataset with 11 categories of vehicle locations. Preliminary results found SGD performed best while Ftrl performed worst, though more analysis is needed to determine the optimal algorithm. The network was trained on 20 epochs with images from the PandaSet database to classify vehicle position using features extracted from front camera images.