Be aware of the differences in training large and tiny neural networks — Training deep neural networks (NN) is difficult, sometimes tricky even for veteran practitioners. In order to reach the highest potential performance of a model given a specific dataset, we need to consider many aspects: hyper-parameter tuning, regularization, validation metrics, normalizations and so on. However, the considerations we should take are…