From c3c4200b2e8e67c5acc5bd1615d63c7406e8721b Mon Sep 17 00:00:00 2001 From: Sergey Karayev Date: Mon, 14 Jul 2014 09:33:46 -0700 Subject: [PATCH] [example] training classifier on hdf5 data: initial --- examples/hdf5_classification.ipynb | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 examples/hdf5_classification.ipynb diff --git a/examples/hdf5_classification.ipynb b/examples/hdf5_classification.ipynb new file mode 100644 index 00000000000..59490c6eaeb --- /dev/null +++ b/examples/hdf5_classification.ipynb @@ -0,0 +1,32 @@ +{ + "metadata": { + "name": "Learning a classifier on HDF5 data", + "description": "Use Caffe as a generic SGD optimizer to train a classifier on non-image HDF5 data.", + "include_in_docs": true, + "signature": "sha256:9ec08127fb61240a29be7b30a2ed833d5cb644d77f6c7d126171b34758d5f434" + }, + "nbformat": 3, + "nbformat_minor": 0, + "worksheets": [ + { + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Caffe as a generic SGD optimizer, running on free-form data in HDF5 format" + ] + }, + { + "cell_type": "code", + "collapsed": false, + "input": [], + "language": "python", + "metadata": {}, + "outputs": [] + } + ], + "metadata": {} + } + ] +}