TODO
- [x] Make this look like a library
- [ ] Parallel computing using [`joblib`](https://joblib.readthedocs.io/en/latest/)
- [ ] Enrich Deep Learning modules
- [x] Optimizers
- [ ] Implementation of various models (CNN, RNN, GNN)
- [x] CNN learned MNIST well.
- [ ] Implementation of **Automatic differentiation**
- [x] Create [**Documentation**](https://iwasakishuto.github.io/Kerasy/doc/index.html) and [**examples**](https://github.com/iwasakishuto/Kerasy/tree/gh-pages/examples)
- [x] Automatic compilation of [**Cython files**](https://github.com/iwasakishuto/Kerasy/tree/gh-pages/kerasy/clib).
- [x] Create a `Dockerfile` and `Makefile` to facilitate environment construction.
- [x] test program
- [x] Add [regularizers](https://github.com/iwasakishuto/Kerasy/blob/gh-pages/kerasy/regularizers.py)
- [x] Corresponds to wheel
- [x] Add [Slack Themes](https://iwasakishuto.github.io/Kerasy/doc/index.htmlslack-themes) **(new!!✨)**