Some notes on machine learning from a human learner.
- Notes on Machine Learning Mathematics
- Notes on Tensor Algebra with PyTorch
- Notes on Machine Learning Data
- Notes on Loss Functions
- Example of a CIFAR-10 CNN
- Image classification with Pre-Trained CNNs
- On Style Transfer
- Notes on Recurrent Neural Networks (RNN)
- On K-Nearest Neighbor (KNN) Classification
conda env create --file environment.yaml
conda activate ml
jupyter lab