Please fork this repository.
- Fork this github repository (make sure git is setup!)
git clone [repo url]
git remote add ulab https://github.com/berkeley-ulab/sp18-ulab-computervision.git
- Setup Conda via (this link)[https://conda.io/miniconda.html]
cd setup
and executesetup.sh
.- Run
source activate ulab
. - Run
jupyter lab
in this repository.
git pull ulab master
This link has a quick start on Keyboard navigation shortcuts.
- Numpy
- Manipulating matrices and vectors
- Indexing
- Broadcasting
- Matplotlib
- Plotting images
- Line/scatter plots
- PyTorch
- Creating and manipulating Tensors - very similar to Numpy
- nn.Linear
- Variable and autograd
- Learn how to train a linear model and visualize results
- Machine Learning (basics)
- Data - how data is stored and accessed - with particular focus on images
- Model
- Training/Testing
- Train a model on MNIST
- NeuralStyleTransfer (demo)
- numpy_matplotlib
- pytorch
- autograd_tutorial
- introml