Skip to content

Commit

Permalink
Update notebooks, introduce local paths to ~/h2o-3/
Browse files Browse the repository at this point in the history
  • Loading branch information
arnocandel committed Oct 23, 2016
1 parent 4038549 commit 41841c4
Show file tree
Hide file tree
Showing 6 changed files with 757 additions and 4,360 deletions.
3 changes: 2 additions & 1 deletion examples/deeplearning/notebooks/README.md
Expand Up @@ -12,11 +12,12 @@ Note: There are many more example scripts in [h2o-py/tests](https://github.com/h
## GPU Deep Learning using H2O Deep Water (new!)

### Python Jupyter notebooks
- [MNIST image classification with fully-connected neural networks (GPU and CPU)](./deeplearning_mnist_fullyconnected.ipynb)
- [MNIST image classification and introduction to neural networks (GPU and CPU)](./deeplearning_mnist_introduction.ipynb)
- [MNIST image classification with convolutional neural networks (GPU)](./deeplearning_mnist_convnet.ipynb)
- [CIFAR10 image classification with VGG convolutional neural network (GPU)](./deeplearning_cifar10_vgg.ipynb)
- [Cat/Dog/Mouse image classification with Lenet convolutional neural network (GPU)](./deeplearning_cat_dog_mouse_lenet.ipynb)
- [Cat/Dog/Mouse image classification with Inception Resnet V2 convolutional neural network (GPU)](./deeplearning_cat_dog_mouse_inception_resnetv2.ipynb)
- [Credit card risk prediction with an ensemble of Deep Learning, GBM and DRF](./deeplearning_credit_card_default_risk_prediction.ipynb)

### R Jupyter notebooks
- [Iris flower classification hyper-parameter optimization with H2O Deep Water (GPU)](./deeplearning_grid_iris_R.ipynb)
476 changes: 363 additions & 113 deletions examples/deeplearning/notebooks/deeplearning_anomaly_detection.ipynb

Large diffs are not rendered by default.

0 comments on commit 41841c4

Please sign in to comment.