[examples] sequence and revise notebooks
authorEvan Shelhamer <shelhamer@imaginarynumber.net>
Wed, 18 Mar 2015 02:01:02 +0000 (19:01 -0700)
committerEvan Shelhamer <shelhamer@imaginarynumber.net>
Tue, 30 Jun 2015 22:15:02 +0000 (15:15 -0700)
commita6cb8ec62cb6f92f48e8a19da3c71902d3282bfc
tree61c2f30ddb91e2128ce9560f3a742839c4d7f33b
parentb8cc2974fc557fa163187e9ce0a879d0e13833b4
[examples] sequence and revise notebooks

- combine classification + filter visualization
- order by classification, learning LeNet, brewing logreg, and
  fine-tuning to flickr style
- improve flow of content in classification + filter visualization
- include solver needed for learning LeNet
- edit notebook descriptions for site catalogue
19 files changed:
examples/00-classification.ipynb [new file with mode: 0644]
examples/01-learning-lenet.ipynb [moved from examples/python_solving.ipynb with 53% similarity]
examples/02-brewing-logreg.ipynb [new file with mode: 0644]
examples/03-fine-tuning.ipynb [new file with mode: 0644]
examples/Finetune with Flickr Style Data.ipynb [deleted file]
examples/classification.ipynb [deleted file]
examples/detection.ipynb
examples/filter_visualization.ipynb [deleted file]
examples/hdf5_classification.ipynb [deleted file]
examples/hdf5_classification/nonlinear_auto_test.prototxt [new file with mode: 0644]
examples/hdf5_classification/nonlinear_auto_train.prototxt [new file with mode: 0644]
examples/hdf5_classification/nonlinear_solver.prototxt [new file with mode: 0644]
examples/hdf5_classification/nonlinear_train_val.prototxt [moved from examples/hdf5_classification/train_val2.prototxt with 87% similarity]
examples/hdf5_classification/solver.prototxt
examples/hdf5_classification/solver2.prototxt [deleted file]
examples/hdf5_classification/train_val.prototxt
examples/mnist/lenet_auto_solver.prototxt [new file with mode: 0644]
examples/net_surgery.ipynb
examples/siamese/mnist_siamese.ipynb