Implementation of Deep Learning models from scratch, using only numpy
as a dependency.
matplotlib
andseaborn
are also used for plotting.
The following models are to be implemented:
- Perceptron.
- Multi-Layer Perceptron.
- Autoencoder.
- Variational Autoencoder.