- PyTorch demo: image classification
- Experimenting with simple random sampling versus stratified sampling
- Using pytorch as an optimizer for distribution fitting
- Classifying distributions using deep learning
src
directory: code files.pre-commit-config.yaml
: config for use withpre-commit
. It specifies what hooks to use. Once this file is created, if you runpre-commit install
, the pre-commit tool will populate thepre-commit
file in the./.git/hooks
directory. Helpful references:.flake8
: config for Flake8. Mainly used to specify max-line-length=88, to match Black's defaultrequirements.txt
: python packages used