From 4cc8fb98dfd03bda163d5a3bad8378840d9e6602 Mon Sep 17 00:00:00 2001 From: sammlapp Date: Fri, 17 Nov 2023 12:17:02 -0500 Subject: [PATCH] update html notebooks --- .gitignore | 2 +- 01_explore_annotated_data.html | 248 ++++----- 02_prep_training_data.html | 894 +++------------------------------ 03_train_cnn.html | 36 +- 04_cnn_prediction.html | 90 +--- 05_cnn_validation.html | 121 +++-- 07_explore_results.html | 174 ++++--- 7 files changed, 375 insertions(+), 1190 deletions(-) diff --git a/.gitignore b/.gitignore index b7e9f90..4d9753e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,2 @@ rana_sierrae_2022/ -.DS_Store +.DS_Store \ No newline at end of file diff --git a/01_explore_annotated_data.html b/01_explore_annotated_data.html index 05d4f81..6b431c7 100644 --- a/01_explore_annotated_data.html +++ b/01_explore_annotated_data.html @@ -36,6 +36,7 @@ .highlight .m { color: var(--jp-mirror-editor-number-color) } /* Literal.Number */ .highlight .s { color: var(--jp-mirror-editor-string-color) } /* Literal.String */ .highlight .ow { color: var(--jp-mirror-editor-operator-color); font-weight: bold } /* Operator.Word */ +.highlight .pm { color: var(--jp-mirror-editor-punctuation-color) } /* Punctuation.Marker */ .highlight .w { color: var(--jp-mirror-editor-variable-color) } /* Text.Whitespace */ .highlight .mb { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Bin */ .highlight .mf { color: var(--jp-mirror-editor-number-color) } /* Literal.Number.Float */ @@ -14559,12 +14560,12 @@ }, displayAlign: 'center', CommonHTML: { - linebreaks: { - automatic: true + linebreaks: { + automatic: true } } }); - + MathJax.Hub.Queue(["Typeset", MathJax.Hub]); } } @@ -14633,7 +14634,7 @@

Imports

- +