This document is a master's thesis that evaluates a convolutional neural network for road speed sign detection on an Intel Xeon Phi processor. The thesis first describes trends in computer vision and the challenges of implementing neural networks in real-time on embedded platforms. It then presents an implementation of a convolutional neural network for speed sign detection in C and initial experiments on an Intel Core i7 processor. The thesis goes on to evaluate mappings of the convolutional network to vectorize computations on the Core i7 and Xeon Phi in order to improve performance and enable real-time embedded implementation. Speedups of over 12x are achieved through the use of low-level vector intrinsics.