- Reinforcement Learning with TensorFlow
- Sayon Dutta
- 147字
- 2021-08-27 18:51:56
The VGG-Net model
VGG-Net was introduced by Karen Simonyan and Andrew Zisserman from Visual Geometry Group (VGG) of the University of Oxford. They used small convolutional filters of size 3 x 3 to train a network of depth 16 and 19. Their team secured first and second place in the localization and classification tasks, respectively, of ImageNet Challenge 2014.
The idea to design a deeper neural network by adding more non-linearity to the model led to incorporate smaller filters to make sure the network didn't have too many parameters. While training, it was difficult to converge the model, so first a pre-trained simpler neural net model was used to initialize the weights of the deeper architecture. However, now we can directly use the xavier initialization method instead of training a neural network to initialize the weights. Due the depth of the model, it's very slow to train.
- 集成架構(gòu)中型系統(tǒng)
- 基于C語(yǔ)言的程序設(shè)計(jì)
- 21小時(shí)學(xué)通AutoCAD
- 傳感器技術(shù)實(shí)驗(yàn)教程
- Photoshop CS3圖像處理融會(huì)貫通
- OpenStack Cloud Computing Cookbook(Second Edition)
- HTML5 Canvas Cookbook
- SAP Business Intelligence Quick Start Guide
- 深度學(xué)習(xí)與目標(biāo)檢測(cè)
- R Data Analysis Projects
- Machine Learning Algorithms(Second Edition)
- Artificial Intelligence By Example
- Data Analysis with R(Second Edition)
- 計(jì)算機(jī)硬件技術(shù)基礎(chǔ)(第2版)
- 單片機(jī)硬件接口電路及實(shí)例解析