1.2 Project overview
Here's all the code and sample results for the MNIST study we'll be walking through:
https://gitlab.com/brohrer/study-mnist-digits
We'll be using the Cottonwood machine learning framework for this project. You can install install it on your own machine using git and pip at the command line:
git clone https://gitlab.com/brohrer/cottonwood.git python3 -m pip install -e cottonwood cd cottonwood git checkout v28 cd ..
0 comments