This repository contains implementation of MLP(Multi-layer Perceptron) from scratch using JAX, scikit-learn, matplotlib, seaborn, probml-utils for latexifying and jaxifying.
Contents:
- Basic MLP
- Gaussian MLP
- Deep Ensemble with and without Gaussian MLP
- Bootstrap with and without Gaussian MLP
- MC Dropout
For both Classification and Regression.