From: Evan Shelhamer Date: Fri, 14 Mar 2014 18:51:21 +0000 (-0700) Subject: Publish the Caffe presentation, pi day edition X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d0e0dc4390bf64903413b764e3f11b302d520c17;p=platform%2Fupstream%2Fcaffe.git Publish the Caffe presentation, pi day edition Learn all about the Caffeine life. Deep learning, coffee, and pie: better together! (Although this is a pdf at the moment, it'll be replaced with a google doc soon). --- diff --git a/docs/caffe-presentation.pdf b/docs/caffe-presentation.pdf new file mode 100644 index 0000000..184368e Binary files /dev/null and b/docs/caffe-presentation.pdf differ diff --git a/docs/index.md b/docs/index.md index 49c3327..dd38ac9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,7 @@ Even in CPU mode, computing predictions on an image takes only 20 ms when images Quick Links ----------- -* [Presentation](https://docs.google.com/presentation/d/1lzyXMRQFlOYE2Jy0lCNaqltpcCIKuRzKJxQ7vCuPRc8/edit?usp=sharing): Presentation on Caffe at the UC Berkeley Vision Group meeting. +* [Presentation](caffe-presentation.pdf): The Caffe presentation, *updated 03/14*. * [Installation](installation.html): Instructions on installing Caffe (tested on Ubuntu 12.04, but works on Red Hat, OS X, etc.). * [Development](development.html): Guidelines for development and contributing to Caffe. * [MNIST Demo](mnist.html): example of end-to-end training and testing on the MNIST data.