Skip to content

Commit

Permalink
added keras for researchers and engineers
Browse files Browse the repository at this point in the history
  • Loading branch information
jovsa committed Mar 5, 2021
1 parent 997afe4 commit 036340f
Show file tree
Hide file tree
Showing 25 changed files with 5,443 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_data/sidebars/home_sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ entries:
- output: web,pdf
title: Kelly Criterion
url: kelly_criterion.html
- output: web,pdf
title: Title
url: keras_for_researchers.html
- output: web,pdf
title: Minitorch
url: minitorch.html
Expand Down
1,375 changes: 1,375 additions & 0 deletions docs/keras_for_engineers.html

Large diffs are not rendered by default.

1,494 changes: 1,494 additions & 0 deletions docs/keras_for_researchers.html

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"Function Approximation": "function_approximation.html",
"Google Drive Activity Tacking Tools": "gdrive_activity_tracking.html",
"Kelly Criterion": "kelly_criterion.html",
"Title": "keras_for_researchers.html",
"Minitorch": "minitorch.html",
"roc": "roc.html",
"A Sample Mesa Model": "sample_mesa_model.html"
Expand Down
3 changes: 3 additions & 0 deletions jovsatools/keras_for_engineers.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# AUTOGENERATED! DO NOT EDIT! File to edit: notebooks/keras_for_engineers.ipynb (unless otherwise specified).

__all__ = []
3 changes: 3 additions & 0 deletions jovsatools/keras_for_researchers.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# AUTOGENERATED! DO NOT EDIT! File to edit: notebooks/keras_for_researchers.ipynb (unless otherwise specified).

__all__ = []
Loading

0 comments on commit 036340f

Please sign in to comment.