Slightly before challenge 2, we are running neural network models and looking at different ways of changing training and validation accuracy. Everyone is getting a different graph for the validation accuracy and we believe the issue is the fact that there is no random seed that is generated at the beginning to make sure we are grabbing the same subset of data in the training process.

