You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[Introductory slides](http://dl.caffe.berkeleyvision.org/caffe-presentation.pdf): slides about the Caffe architecture, *updated 03/14*.
37
-
*[ACM MM paper](http://ucb-icsi-vision-group.github.io/caffe-paper/caffe.pdf): a 4-page report for the ACM Multimedia Open Source competition.
38
-
*[Installation instructions](/installation.html): tested on Ubuntu, Red Hat, OS X.
39
-
*[Pre-trained models](/getting_pretrained_models.html): BVLC provides ready-to-use models for non-commercial use.
40
-
*[Development](/development.html): Guidelines for development and contributing to Caffe.
41
-
42
-
### Tutorials and Examples
43
-
44
-
*[Image Classification \[notebook\]][imagenet_classification]: classify images with the pretrained ImageNet model by the Python interface.
45
-
*[Detection \[notebook\]][detection]: run a pretrained model as a detector in Python.
46
-
*[Visualizing Features and Filters \[notebook\]][visualizing_filters]: extracting features and visualizing trained filters with an example image, viewed layer-by-layer.
47
-
*[LeNet / MNIST Demo](/mnist.html): end-to-end training and testing of LeNet on MNIST.
48
-
*[CIFAR-10 Demo](/cifar10.html): training and testing on the CIFAR-10 data.
49
-
*[Training ImageNet](/imagenet_training.html): recipe for end-to-end training of an ImageNet classifier.
50
-
*[Feature extraction with C++](/feature_extraction.html): feature extraction using pre-trained model.
0 commit comments