From 2cc2f879626c7319d21329c5204dfc759c6f9b95 Mon Sep 17 00:00:00 2001 From: ml server Date: Fri, 10 Jan 2020 21:43:29 -0700 Subject: [PATCH] note jup --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7dd9a59..3e0cb0d 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,6 @@ The following scripts are in the repo: * `wut-dl-sort-txmode` --- Populate `data/` dir with waterfalls from `download/` using selected encoding. * `wut-files` --- Tells you about what files you have in `downloads/` and `data/`. * `wut-ml` --- Main machine learning Python script using Tensorflow and Keras. -* `wut-ml.ipynb` --- Machine learning Python script using Tensorflow and Keras in a Jupyter Notebook. * `wut-ml-load` --- Machine learning Python script using Tensorflow and Keras, load `data/wut.h5`. * `wut-ml-save` --- Machine learning Python script using Tensorflow and Keras, save `data/wut.h5`. * `wut-obs` --- Download the JSON for an observation ID. @@ -48,6 +47,10 @@ The following scripts are in the repo: * `wut-water` --- Download waterfall for an observation ID to `download/[ID]`. * `wut-water-range` --- Download waterfalls for a range of observation IDs to `download/[ID]`. +# Jupyter +There is a Jupyter Lab Notebook file. + +* `wut-ml.ipynb` --- Machine learning Python script using Tensorflow and Keras in a Jupyter Notebook. # Installation Most of the scripts are simple shell scripts with few dependencies.