Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
GyeongIk Shin authored and GyeongIk Shin committed Feb 23, 2023
1 parent 23b4e9d commit c955d30
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
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 added figure/.DS_Store
Binary file not shown.
Binary file modified figure/top5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c955d30

Please sign in to comment.