DeepLearningTheory This repository collects a series of experiments that focus on deep learning. Installation Installation using pip Development Mode pip install -e . Regular Installation pip install . Additional dependencies pip install ".[docs,format,test]" From GitHub pip install git+https://github.com/yourusername/nnpdf.git Installation using poetry (required poetry) Regular installation poetry install