Skip to content

Commit

Permalink
Merge pull request #4 from geo-smart/eli
Browse files Browse the repository at this point in the history
add simple cnn
  • Loading branch information
eeholmes authored Aug 22, 2024
2 parents e2b339e + a78b3eb commit b7b0d75
Show file tree
Hide file tree
Showing 6 changed files with 9,443 additions and 308 deletions.
18 changes: 12 additions & 6 deletions book/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,15 @@ parts:
title: Data visualizations
- caption: Models
chapters:
- file: notebooks/Prep_Data.ipynb
title: Prep_Data
- file: notebooks/CHL_prediction_CNN.ipynb
title: CNNs
- file: notebooks/CHL_prediction_ConvLSTM_.ipynb
title: ConvLSTM
- caption: Simple CNN
sections:
- file: notebooks/simple_cnn.md
title: Background
- file: notebooks/Prep_Data.ipynb
title: Prep_Data
- file: notebooks/CHL_prediction_CNN.ipynb
title: CNNs
- caption: ConvLSTM
sections:
- file: notebooks/CHL_prediction_ConvLSTM_.ipynb
title: Fit ConvLSTM
Loading

0 comments on commit b7b0d75

Please sign in to comment.