Skip to content

Commit

Permalink
updating dense notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gabhijith authored Jan 14, 2025
1 parent df3ee93 commit 91c97c1
Show file tree
Hide file tree
Showing 5 changed files with 793 additions and 2 deletions.
3 changes: 2 additions & 1 deletion machine-learning-das/_toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ parts:
sections:
- file: notebooks/3.1-dense-keras
- file: notebooks/3.2-dense-pytorch
- file: notebooks/3.3-dense-bayesian-optimization
- file: notebooks/3.3-dense-keras-JetTagging.ipynb
- file: notebooks/3.4-dense-bayesian-optimization.ipynb
- file: notebooks/4-conv2d
- file: notebooks/5-gnn-cora
- file: notebooks/6-vae-mnist
Expand Down
2 changes: 1 addition & 1 deletion machine-learning-das/notebooks/3.1-dense-keras.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@
"from tensorflow.keras.callbacks import ModelCheckpoint\n",
"\n",
"model_checkpoint = ModelCheckpoint(\n",
" \"dense_model.h5\",\n",
" \"dense_model.keras\",\n",
" monitor=\"val_loss\",\n",
" verbose=0,\n",
" save_best_only=True,\n",
Expand Down
Loading

0 comments on commit 91c97c1

Please sign in to comment.