Inception (deep learning architecture)

Inception
Original author(s)Google AI
Initial release2014
Stable release
v4 / 2017
Repositorygithub.com/tensorflow/models/blob/master/research/slim/README.md
Type
LicenseApache 2.0

Inception is a family of convolutional neural network (CNN) for computer vision, introduced by researchers at Google in 2014 as GoogLeNet (later renamed Inception v1). The series was historically important as an early CNN that separates the stem (data ingest), body (data processing), and head (prediction), an architectural design that persists in all modern CNN.