Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 433 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 433 Bytes

Inception_v3_GoogLeNet

Implementation of Inception v3 in Caffe

Training 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.00567

Implemented using Batch Normalization and Parametric rectified linear Unit (PReLU)