https://github.com/n3011/inception_v3_googlenet
GoogleNet Inception v3
https://github.com/n3011/inception_v3_googlenet
caffe googlenet inception inceptionv3
Last synced: about 2 months ago
JSON representation
GoogleNet Inception v3
- Host: GitHub
- URL: https://github.com/n3011/inception_v3_googlenet
- Owner: n3011
- Created: 2016-03-21T09:46:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T02:41:07.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T18:13:22.427Z (4 months ago)
- Topics: caffe, googlenet, inception, inceptionv3
- Homepage:
- Size: 22.5 KB
- Stars: 44
- Watchers: 8
- Forks: 58
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Inception_v3_GoogLeNet
Implementation of Inception v3 in CaffeTraining and testing prototxt for Google Inception_v3 New Model
Network architecture was presented in :
Christian Szegedy, Vincent Vanhoucke, Sergey Ioffe, Jonathon Shlens, Zbigniew Wojna, "Rethinking the Inception Architecture for Computer Vision", http://arxiv.org/abs/1512.00567Implemented using Batch Normalization and Parametric rectified linear Unit (PReLU)