Implementation of classical deep learning models/algorithms in Python using some common libraries (numpy, torch, etc).
Implementation of feedforward neural networks using numpy and tqdm only.
An example is given in the notebook example.ipynb and a mathematical justification is given in the file theory.pdf.
The model used to predict noise (U-Net) is taken directly from Hugging Face's Diffuser library.