/linear-SVM-on-top-of-CNN-example

Simple example showing how to use intermediate CNN layer activations as feature vectors for training a linear SVM, to create a custom image classifier

Training a custom classifier on top of CNN features

Simple example for how to train a classifier recognizing objects in images based on Convolutional Neural Network features (from layer fc8).

You can just click on CNNexp.ipynb, and take a look at the code

In order to actually run it, you will need to install/download

After installing/downloading these, download this project, uncompress all zip files, and then start "ipython notebook" within the folder you downloaded this project to. Then open CNNexp.ipynb, and follow the instructions there.

Tested with Ubuntu 12.04 (caffe doesn't work well with Windows)

For more information and more detailed tutorials, please see