gitextract_l9oltb41/ ├── .gitignore ├── .ipynb_checkpoints/ │ ├── notebook-checkpoint.ipynb │ └── notebook_extras-checkpoint.ipynb ├── README.md ├── R_ODSC2018.R ├── Rnotebook.Rmd ├── Rnotebook.nb.html ├── models/ │ ├── augmented_30_epochs.h5 │ ├── basic_cnn_30_epochs.h5 │ └── bottleneck_30_epochs.h5 ├── models_trained/ │ ├── augmented_30_epochs.h5 │ ├── basic_cnn_30_epochs.h5 │ └── bottleneck_30_epochs.h5 ├── notebook.ipynb ├── notebook_extras.ipynb ├── python/ │ └── notebook.py ├── slides-resources/ │ └── style.css └── tmp/ └── dir_for_quiver.txt