- Added a Deep Learning (`showml.deep_learning`) Package
- A `Sequential` model class
- A `Dense` Layer class
- The _Sigmoid_, _Softmax_ and _ReLu_ activation functions
- Updated the `optimizers` package to work for the Regression and the Deep Learning packages
- Added better docstrings to all methods and classes
- Updated the _model.compile_ methods to compile a model with the optimizer and loss function (in `showml.deep_learning`, the layers are also initialized in this method)
- Added unit tests for `showml.utils.dataset.Dataset`