- Reinforcement Learning with TensorFlow
- Sayon Dutta
- 111字
- 2021-08-27 18:51:56
The Inception model
Inception was created by the team at Google in 2014. The main idea was to create deeper and wider networks while limiting the number of parameters and avoiding overfitting. The following image shows the full Inception module:

Architecture of Inception model (naive version), from going deeper with convolutions by Szegedy et al.(https://arxiv.org/pdf/1409.4842.pdf)
It applies multiple convolutional layers for a single input and outputs the stacked output of each convolution. The size of convolutions used are mainly 1x1, 3x3, and 5x5. This kind of architecture allows you to extract multi-level features from the same-sized input. An earlier version was also called GoogLeNet, which won the ImageNet challenge in 2014.
推薦閱讀
- 現代測控電子技術
- 計算機圖形學
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- 小型電動機實用設計手冊
- 新手學電腦快速入門
- Embedded Programming with Modern C++ Cookbook
- Machine Learning with Apache Spark Quick Start Guide
- Hands-On Reactive Programming with Reactor
- 分析力!專業Excel的制作與分析實用法則
- R Data Analysis Projects
- SQL Server數據庫應用基礎(第2版)
- ASP.NET 2.0 Web開發入門指南
- 大數據案例精析
- Puppet 3 Beginner’s Guide
- 系統安裝、維護與數據備份技巧