-
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.
- Loading branch information
GyeongIk Shin
authored and
GyeongIk Shin
committed
Feb 23, 2023
1 parent
23b4e9d
commit c955d30
Showing
3 changed files
with
10 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# Alexnet-tf2 | ||
# Alexnet | ||
|
||
Implemented "ImageNet Classification with Deep Convolutional Neural Networks (NIPS 2012)" a.k.a. Alexnet using tf2. | ||
(I have implemented their customized nesterov gradient descent optimizer, but do not implemented Distributed learning design.) | ||
Implemented "ImageNet Classification with Deep Convolutional Neural Networks (NIPS 2012)" a.k.a. Alexnet using tensorflow2. | ||
|
||
I have confirmed that Top-1 validation error using 1-CNN model is achieved 40.8% as described in Table 2 in the paper. | ||
# Note | ||
|
||
![top1](figure/top1.png) | ||
- I have implemented their customized nesterov gradient descent optimizer, but do not design distribution learning. | ||
|
||
![top5](figure/top5.png) | ||
- As shown below, the top-1 validation error using 1-CNN model achieved 39.98, similar to that described in Table 2 of the paper (40.7). | ||
|
||
![top1](figure/top1.png) | ||
|
||
- Top 5 validation error acheived 5.77 because I have used only 10 classes to train and validate the model. | ||
![top5](figure/top5.png) |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.