Code implementations and notes of ML techniques
- multilayer perceptron
- cnn / convolutional layer
- autoencoder, variational autoencoder
- recurrent nn: lstm
- diffusion
poetry install
poetry run jupyter notebook
Download the data for running /projects
cd projects/scripts
sh download.sh
Run the jupyter notebooks
poetry run jupyter notebook
Make sure to save new deps when installing new ones
poetry add <package-name>
Adding large files to git lfs
# Replace json with any other file types that are large (.csv, h5 etc)
git lfs track "*.json"