An open API service indexing awesome lists of open source software.

https://github.com/thomd/deep-learning-notes

Some Notes on Deep Learning
https://github.com/thomd/deep-learning-notes

deep-learning jupyter-notebook machine-learning python pytorch

Last synced: about 1 month ago
JSON representation

Some Notes on Deep Learning

Awesome Lists containing this project

README

          

# Deep Learning Notes

Some notes on machine learning from a human learner.

* Notes on Machine Learning [Mathematics](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/ml-math.ipynb)
* Notes on [Tensor Algebra with PyTorch](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/ml-tensoralgebra-pytorch.ipynb)
* Notes on Machine Learning [Data](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/ml-data.ipynb)
* Notes on [Loss Functions](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/ml-loss-functions.ipynb)
* Example of a [CIFAR-10 CNN](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/cnn.ipynb)
* [Image classification with Pre-Trained CNNs](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/cnn-transfer-learning.ipynb)
* On [Style Transfer](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/style-transfer.ipynb)
* Notes on [Recurrent Neural Networks](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/rnn.ipynb) (RNN)
* On [K-Nearest Neighbor (KNN) Classification](https://nbviewer.jupyter.org/github/thomd/deep-learning-notes/blob/master/knn-classifier.ipynb)

## Setup

conda env create --file environment.yaml
conda activate ml
jupyter lab