This document discusses factors affecting the deployment of deep learning models for face recognition on smartphones. It examines training data requirements, suitable neural network architectures, and effective loss functions. Larger datasets with more subjects and images are preferred for training models that generalize well. Residual networks like ResNet have achieved good accuracy while being efficient for face recognition. Loss functions like center loss and triplet loss help learn discriminative features by reducing intra-class and increasing inter-class variations.