-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move GoogLeNet notebook into
keras
subdirectory
This will make it easier for us to add parallel implementations in other ML frameworks such as PyTorch without creating confusion, as we'll be also adding Python files to the directory and don't want to mix-and-match them.
- Loading branch information
Showing
3 changed files
with
23 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# GoogLeNet in Keras | ||
|
||
Available implementations: | ||
|
||
| | Description | Notebook | | ||
|:----:|:------------:|:--------:| | ||
| v1 | Basic impl | [![View on GitHub][github-badge]][github-basic] [![Open In Colab][colab-badge]][colab-basic] [![Open in Binder][binder-badge]][binder-basic] | | ||
|
||
Implementation notes for v1: | ||
|
||
1. We haven't yet trained or tested this network (work in progress). | ||
|
||
[github-badge]: https://img.shields.io/badge/View-on%20GitHub-blue?logo=GitHub | ||
[colab-badge]: https://colab.research.google.com/assets/colab-badge.svg | ||
[binder-badge]: https://static.mybinder.org/badge_logo.svg | ||
|
||
[github-basic]: GoogLeNet_implementation_in_Keras.ipynb | ||
[colab-basic]: https://colab.research.google.com/github/mbrukman/reimplementing-ml-papers/blob/main/googlenet/keras/GoogLeNet_implementation_in_Keras.ipynb | ||
[binder-basic]: https://mybinder.org/v2/gh/mbrukman/reimplementing-ml-papers/main?filepath=googlenet/keras/GoogLeNet_implementation_in_Keras.ipynb |