Examples

General examples

These are general purpose examples which show a few of the capabilities and intended uses of sklearn-theano.

This demo of a CIFAR generator is based on the work of I. Goodfellow, J. Pouget-Abadie, M. Mirz...

This demo of an MNIST generator is based on the work of I. Goodfellow, J. Pouget-Abadie, M. Mir...

Drawing a bounding box on a detected object is crucial to properly finding objects in images. O...

In this example, an image is input to an OverfeatClassifier, and the top N probability outputs ...

This example shows a basic use of the OverfeatTransformer in a scikit-learn pipeline in order t...

In this example, an image is input to an OverfeatClassifier and a GoogLeNetClassifier, and the ...

Extending on the ``plot_localization_tutorial`` example, there are more advanced ways to search...

The first layers of convolutional neural networks often have very "human interpretable" values,...

Convolutional neural networks can also be used to localize an object in a large image. This exa...