MNIST and CIFAR10 image datasets added + implementation of convolutional neural networks added
I created an abstract class called NeuralNetwork. Both MLPRegression and CNClassification are child classes that inherit from NeuralNetwork. In also introduced MNIST and CIFAR10 as benchmark dataset for convolutional neural networks.