A previous post showed beginners how to try out deep learning libraries by
- using an Amazon Machine Image (AMI) pre-installed with deep learning libraries
- setting up a Jupyter notebook server to play with said libraries
If you have VirtualBox and Vagrant, you can follow a similar procedure on your own computer. The advantage is that you can develop locally, then deploy on an expensive AWS EC2 gpu instance when your scripts are ready.
(more…)