- 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.
- Java編程全能詞典
- 我的J2EE成功之路
- 大數(shù)據(jù)專業(yè)英語
- Getting Started with MariaDB
- TestStand工業(yè)自動化測試管理(典藏版)
- Hands-On Cybersecurity with Blockchain
- 大學(xué)計算機(jī)應(yīng)用基礎(chǔ)
- 悟透AutoCAD 2009案例自學(xué)手冊
- Photoshop行業(yè)應(yīng)用基礎(chǔ)
- Silverlight 2完美征程
- Drupal高手建站技術(shù)手冊
- 貫通Hibernate開發(fā)
- Hands-On Deep Learning with Go
- 算法設(shè)計與分析
- DynamoDB Applied Design Patterns