Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] [example] training a classifier on hdf5 data #691

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions examples/hdf5_classification.ipynb
Original file line number Diff line number Diff line change
@@ -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": {}
}
]
}